Skip to content

v3.9.0

Compare
Choose a tag to compare
@kategengler kategengler released this 02 Apr 14:21

CHANGELOG

  • #17470 [DEPRECATION] Implements the Computed Property Modifier deprecation RFCs
  • #17488 [DEPRECATION] Deprecate this.$() in curly components (see emberjs/rfcs#0386)
  • #17489 [DEPRECATION] Deprecate Ember.$() (see emberjs/rfcs#0386)
  • #17540 [DEPRECATION] Deprecate aliasMethod
  • #17823 Update router_js to 6.2.4
  • #17733 [BUGFIX] Assert on use of reserved component names (input and textarea)
  • #17710 [BUGFIX] Allow accessors in mixins
  • #17684 [BUGFIX] Enable maximum rerendering limit to be customized.
  • #17691 [BUGFIX] Ensure tagForProperty works on class constructors
  • #17618 [BUGFIX] Migrate autorun microtask queue to Promise.then
  • #17649 [BUGFIX] Revert decorator refactors
  • #17487 [BUGFIX] Fix scenario where aliased properties did not update in production mode