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

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
  • v3.14.3 Changes

    December 03, 2019
    • ๐Ÿ›  #18582 [BUGFIX] Ensure loader.js is transpiled to the applications specified targets (from config/targets.js).
  • v3.14.2 Changes

    November 20, 2019
    • ๐Ÿ›  #18539 / #18548 [BUGFIX] Fix issues with the new APIs to be used by ember-inspector for building the "component's tree" including @glimmer/component.
    • ๐Ÿ›  #18549 [BUGFIX] Add component reference to the mouse event handler deprecation warnings.
  • 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.
  • 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
    • ๐Ÿ›  #18476 [BUGFIX] Ensure model can be observed by sync observers.
    • ๐Ÿ›  #18477 [BUGFIX] Allows @each to work with arrays that contain falsy values.
    • ๐Ÿ›  #18500 [BUGFIX] Remove requirement for disabling jquery-integration in Octane.
  • 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
    • ๐Ÿ›  #18273 [BUGFIX] Fix issues with SSR rehydration of .
    • ๐Ÿ›  #18418 / #18419 [BUGFIX] Require Octane features when using Octane preview.
  • 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