All Versions
281
Latest Version
Avg Release Cycle
29 days
Latest Release
722 days ago
Changelog History
Page 16
Changelog History
Page 16
-
v3.15.0 Changes
December 09, 2019- ๐ #17948 [DEPRECATION] Deprecate
Component#isVisible
per RFC #324. - ๐ #18491 [DEPRECATION] Deprecate
{{partial}}
per RFC #449. - ๐ง #18441 [DEPRECATION] Deprecate use of window.ENV to configure boot options
- ๐ #18554 [BREAKING BUGFIX] Adds autotracking transaction
- ๐ #17834 [BUGFIX] Prevents autotracking ArrayProxy creation
- ๐ #17948 [DEPRECATION] Deprecate
-
v3.14.3 Changes
December 03, 2019- ๐ #18582 [BUGFIX] Ensure
loader.js
is transpiled to the applications specified targets (fromconfig/targets.js
).
- ๐ #18582 [BUGFIX] Ensure
-
v3.14.2 Changes
November 20, 2019 -
v3.14.1 Changes
October 30, 2019- #18244 [BUGFIX] Fix query param assertion when using the router services
transitionTo
to redirect during an existing transition.
- #18244 [BUGFIX] Fix query param assertion when using the router services
-
v3.14.0 Changes
October 29, 2019- #18345 / #18363 [FEATURE] Implement the Provide @model named argument to route templates RFC.
- ๐ #18458 [BUGFIX] Using query params helper outside of link-to
- ๐ #18429 [BUGFIX] Fix incorrect error message for octane features.
- ๐ #18415 [BUGFIX] Fix hbs import path in test blueprint.
- ๐ #18387 [BUGFIX] Ensure
updateComponent
is fired consistently - ๐ #18381 Drop Node 6 and 11 support.
- #18410 Use ember-cli-htmlbars for inline precompilation if possible.
-
v3.13.4 Changes
October 01, 292019 -
v3.13.3 Changes
October 08, 2019- ๐ #18462 [BUGFIX] Prevents observer re-entry.
-
v3.13.2 Changes
September 25, 2019- ๐ #18429 [BUGFIX] Fix incorrect error message when opting into using Octane, and missing optional features.
-
v3.13.1 Changes
September 23, 2019 -
v3.13.0 Changes
September 19, 2019- โก๏ธ #16366 / #16903 / #17572 / #17682 / #17765 / #17751 / #17835 / #18059 / #17951 / #18069 / #18074 / #18073 / #18091 / #18186 / #18223 / #18358 / #18266 [FEATURE] Implement the Tracked Properties and Tracked Property Updates RFCs.
- ๐ #18158 / #18203 / #18198 / #18190 / #18394 [FEATURE] Implement the Component Templates Co-location RFC, including the setComponentTemplate(), getComponentTemplate() and templateOnlyComponent() APIs. Note that while these low-level APIs are enabled, the co-location feature is only enabled in Octane apps as of this release. This restriction will be removed in a future version.
- โก๏ธ #18241 / #18383 [FEATURE] Add
updateHook
component-manager capability - #18396 [FEATURE] Implement component-class generator
- #18389 [FEATURE] Use @ember/edition-utils to detect the edition that is in use
- ๐ #18214 [DEPRECATION] Implement the Deprecate support for mouseEnter/Leave/Move Ember events RFC.
- ๐ #18395 [BUGFIX] Use
<Nested::Invocation>
in component tests blueprint - ๐ #18406 [BUGFIX] Prevent infinite cycles from lazy computed computation
- ๐ #18314 [BUGFIX] Use class inheritance for getters and setters
- ๐ #18329 [BUGFIX] Eagerly consume aliases
- ๐ #18278 [BUGFIX] Bump ember-router-generator from v1.2.3 to v2.0.0 to support parsing
app/router.js
with native class. - ๐ #18291 [BUGFIX] Adds the babel-helpers injection plugin back and include
ember-template-compiler
in the vendor folder for Ember. - ๐ #18296 [BUGFIX] Ensure {{each-in}} can iterate over keys with periods
- ๐ #18304 [BUGFIX] Correctly determine the environment by checking the EMBER_ENV environment variable only after it is set
- ๐ #18208 [BUGFIX] Compile Ember dynamically in consuming applications
- ๐ #18267 [BUGFIX] Router#url should not error when
location
is a string - ๐ #18270 [BUGFIX] Prevent cycle dependency with owner association.
- ๐ #18274 [BUGFIX] Allow CPs to depend on nested args
- ๐ #18276 [BUGFIX] Change the assertion for @each dependencies into a deprecation
- ๐ #18281 [BUGFIX] Check length of targets
- ๐ #18248 [BUGFIX] Ensures that observers are flushed after CPs are updated
- ๐ #18217 [BUGFIX] Adds ability for computed props to depend on args
- ๐ #18222 [BUGFIX] Matches assertion behavior for CPs computing after destroy