All Versions
281
Latest Version
Avg Release Cycle
29 days
Latest Release
322 days ago

Changelog History
Page 7

  • v3.27.3 Changes

    June 03, 2021
    • ๐Ÿ›  #19565 [BUGFIX] Ensures that computed can depend on dynamic (hash keys
    • ๐Ÿ›  #19571 [BUGFIX] Extend Route.prototype.transitionTo deprecation until 5.0.0
    • ๐Ÿ›  #19586 [BUGFIX] Fix Embroider compatibility
  • v3.27.2 Changes

    May 27, 2021
    • ๐Ÿ›  #19511 / #19548 [BUGFIX] Makes the (hash) helper lazy
    • #19530 [DOC] fix passing params to named blocks examples
    • ๐Ÿ›  #19536 [BUGFIX] Fix computed.* deprecation message to include the correct import path
    • ๐Ÿ›  #19544 [BUGFIX] Use explicit this in helper test blueprints
    • ๐Ÿ›  #19555 [BUGFIX] Improve class based tranform deprecation message
    • ๐Ÿ›  #19557 [BUGFIX] Refine Ember Global deprecation message
    • #19564 [BUGFIX] Improve computed.* and run.* deprecation message (IE11)
  • v3.27.1 Changes

    May 13, 2021
    • ๐Ÿ›  #19540 [BUGFIX] Ensure ember-testing is loaded lazily
    • ๐Ÿ›  #19541 [BUGFIX] Add missing metadata for some deprecations enabled in 3.27.0
    • ๐Ÿ›  #19541 [BUGFIX] Ensure passing @href to <LinkTo> throws an error
    • ๐Ÿ—„ #19541 [CLEANUP] Consistently use https://deprecations.emberjs.com/ in deprecation URLs
  • v3.27.0 Changes

    May 03, 2021
    • #19309 / #19487 / #19474 [FEATURE] Enable (helper and (modifier helpers per RFC #432.
    • #19382 / #19430 [FEATURE] Remaining implementation work per RFC #671.
    • ๐Ÿ—„ #19457 / #19463 / #19464 / #19467 [DEPRECATION] Add deprecation for the Ember Global per RFC #706.
    • ๐Ÿ—„ #19407 [DEPRECATION] Add deprecation for Route#disconnectOutlet per RFC #491.
    • ๐Ÿ—„ #19433 [DEPRECATION] Add deprecation for Route#renderTemplate per RFC #418.
    • ๐Ÿ—„ #19442 [DEPRECATION] Add deprecation for Route#render method per RFC #418.
    • ๐Ÿ—„ #19429 [DEPRECATION] registerPlugin / unregisterPlugin and legacy class based AST plugins (private APIs)
    • ๐Ÿ—„ #19499 [DEPRECATION] Deprecate @foo={{helper}} per RFC #496.
    • ๐Ÿ›  #19499 [BUGFIX] Update rendering engine to @glimmer/* 0.78.2 for fixes including:
    • ๐Ÿ›  #19477 [BUGFIX] Allow <LinkToExternal /> to override internal assertion
    • ๐Ÿ›  #19481 [BUGFIX] Export on from correct path
    • ๐Ÿ›  #19466 [BUGFIX] Rename private runloop functions
    • โœ… #19384 Use qunit-dom in helper and component test blueprints
    • ๐Ÿ”จ #19390 Refactor the internal Ember loader to use the standard Ember CLI loader
    • ๐Ÿš€ #19441 Add automated publishing of weekly alpha releases to NPM
    • ๐Ÿ–จ #19462 Use positional and named as the argument names in ember g helper blueprint
  • v3.27.0-beta.4 Changes

    April 21, 2021
  • v3.27.0-beta.3 Changes

    March 30, 2021
    • ๐Ÿ›  #19477 [BUGFIX] Move LinkTo assertion into a method so LinkToExternal can override it
    • ๐Ÿ›  #19481 [BUGFIX] Export on from correct path
    • ๐Ÿ›  #19487 [BUGFIX] Allow passing a string literal to {{helper}} and {{modifier}}
  • v3.27.0-beta.2 Changes

    March 25, 2021
    • โšก๏ธ #19473 Update GlimmerVM to latest (fix compatibility for template import proposals)
    • #19474 [FEATURE] Enable (helper and (modifier helpers
  • v3.27.0-beta.1 Changes

    March 22, 2021
    • #19382 / #19430 [FEATURE] Remaining implementation work per RFC #671.
    • ๐Ÿ—„ #19457 / #19463 / #19464 / #19467 [DEPRECATION] Add deprecation for the Ember Global per RFC #706.
    • ๐Ÿ—„ #19407 [DEPRECATION] Add deprecation for Route#disconnectOutlet per RFC #491.
    • ๐Ÿ—„ #19433 [DEPRECATION] Add deprecation for Route#renderTemplate per RFC #418.
    • ๐Ÿ—„ #19442 [DEPRECATION] Add deprecation for Route#render method per RFC #418.
    • ๐Ÿ—„ #19429 [DEPRECATION] registerPlugin / unregisterPlugin and legacy class based AST plugins (private APIs)
    • ๐Ÿ›  #19466 [BUGFIX] Rename private runloop functions
    • โœ… #19384 Use qunit-dom in helper and component test blueprints
    • ๐Ÿ”จ #19390 Refactor the internal Ember loader to use the standard Ember CLI loader
    • ๐Ÿš€ #19441 Add automated publishing of weekly alpha releases to NPM
    • ๐Ÿ–จ #19462 Use positional and named as the argument names in ember g helper blueprint
  • v3.26.2 Changes

    October 04, 2021
    • ๐Ÿ›  #19683 [BUGFIX] Use super.willDestroy in native classes (instead of this._super)
  • v3.26.1 Changes

    March 24, 2021
    • โšก๏ธ #19473 Update Glimmer VM to latest.