Skip to content

v2.18.0

Compare
Choose a tag to compare
@kategengler kategengler released this 08 Jan 20:23
· 7597 commits to main since this release
bdc2c3e

CHANGELOG

  • 95b449 [BUGFIX] Ensure Ember.run.cancel while the run loop is flushing works properly.
  • #15952 [BUGFIX] fix regression of clicking link-to with disabled=true
  • #15982 [BUGFIX] Fix issue with unchaining ChainNodes (again)
  • #15924 / #15940 [BUGFIX] Assert that classNameBinding items are non-empty strings
  • #15927 [BUGFIX] Extend test framework detection to ember-qunit and ember-mocha
  • #15935 [BUGFIX] Fix framework detection in blueprints to work with prerelease versions of ember-cli-mocha
  • #15902 [BUGFIX] Fix link-to throwing in integration tests
  • #15905 [BUGFIX] Improve error message when calling inject().
  • #15919 [BUGFIX] Upgrade Backburner.js to v1.3.3, fixing an issue canceling tasks scheduled by scheduleOnce.
  • #14590 [DEPRECATION] Deprecate using targetObject.
  • #15754 [CLEANUP] Remove router.router deprecation.