Skip to content

Latest commit

 

History

History
212 lines (163 loc) · 19.5 KB

CHANGELOG.md

File metadata and controls

212 lines (163 loc) · 19.5 KB

Changelog

Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated. Deprecated as of 10.7.0. Please use highlight(code, options) instead. highlightjs/highlight.js#2277

v2.0.0 (2021-03-26)

🐛 Bug Fix

📝 Documentation

Committers: 5

v2.0.0-beta.5 (2019-12-05)

Full Changelog

Implemented enhancements:

Merged pull requests:

v2.0.0-beta.4 (2019-10-29)

Full Changelog

Implemented enhancements:

Closed issues:

  • Tether is harder to update due to a missing changelog #40

Merged pull requests:

v2.0.0-beta.3 (2019-09-30)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Uglify breaks library: "Super expression must either be null or a function, not undefined" #298
  • production build with angular cli (uglify) results in undefined error #295
  • Does not compile with parcel-bundler #284
  • Tether not initialize window.Tether when loaded by ReqireJS #257
  • Can't disable classes #253
  • Duplicate Identifiers within Tether.js Library #206
  • Remove classes when set to false #329 (rwwagner90)

Closed issues:

  • Action required: Greenkeeper could not be activated 🚨 #304
  • Import of Evented from TetherBase.Utils instead of global scope #261
  • SVGAnimatedString is not defined #201
  • Option to not append to the body #189
  • UglifyJS warnings #183
  • Clean up on destroy #36

Merged pull requests:

v2.0.0-beta.2 (2019-09-18)

Full Changelog

v2.0.0-beta.1 (2019-09-18)

Full Changelog

v2.0.0-beta.0 (2019-09-18)

Full Changelog

Breaking changes:

Implemented enhancements:

Closed issues:

  • Transferring ownership #303
  • No test cases to run the package #293
  • Not Compatible with TypeScript compiler #263
  • dist/js/tether.min.js is outdated #256
  • no version information in min.js #239

Merged pull requests:

v1.3.0

  • Tether instances now fire an 'update' event when attachments change due to constraints (#119)

v1.0.1

  • Update arrow mixin to change arrow pointer event

v1.0.0

  • Coffeescript -> ES6
  • Proper UMD Wrapper
  • Update build steps
  • Add changelog
  • Provide minified CSS

* This Changelog was automatically generated by github_changelog_generator