All Versions
281
Latest Version
Avg Release Cycle
29 days
Latest Release
322 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v3.27.3 Changes
June 03, 2021 -
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:<:else>
and<:inverse>
should be aliases (see https://github.com/glimmerjs/glimmer-vm/pull/1296)- Fix nested calls to helpers in dynamic helpers (see https://github.com/glimmerjs/glimmer-vm/pull/1293)
- ๐ #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
andnamed
as the argument names inember g helper
blueprint
- #19309 / #19487 / #19474 [FEATURE] Enable
-
v3.27.0-beta.4 Changes
April 21, 2021- ๐ #19499 [BUGFIX beta] [DEPRECATION] Deprecate
@foo={{helper}}
- ๐ #19499 [BUGFIX beta]
<:else>
and<:inverse>
should be aliases (see ) - ๐ #19499 [BUGFIX beta] Fix nested calls to helpers in dynamic helpers (see https://github.com/glimmerjs/glimmer-vm/pull/1293)
- ๐ #19499 [BUGFIX beta] [DEPRECATION] Deprecate
-
v3.27.0-beta.3 Changes
March 30, 2021 -
v3.27.0-beta.2 Changes
March 25, 2021 -
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
andnamed
as the argument names inember g helper
blueprint
-
v3.26.2 Changes
October 04, 2021- ๐ #19683 [BUGFIX] Use
super.willDestroy
in native classes (instead ofthis._super
)
- ๐ #19683 [BUGFIX] Use
-
v3.26.1 Changes
March 24, 2021- โก๏ธ #19473 Update Glimmer VM to latest.