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

Changelog History
Page 25

  • v2.7.3 Changes

    September 06, 2016
    • 🛠 #14219 [BUGFIX] Fix issue with mutating template's metadata.
  • v2.7.2 Changes

    August 30, 2016
    • 🛠 #13895 [BUGFIX] Fix template meta lookup with tagless and blockless components.
    • 🛠 #14075 [BUGFIX] In which we revert route-recognizer to the version used in Ember 2.6. 😢
  • v2.7.1 Changes

    August 15, 2016
    • 🛠 #13920 [BUGFIX] Add more info to the Ember.Binding deprecation.
    • 🛠 #14058 [BUGFIX] Fix issues related to Ember.Router.map changes in 2.7.0.
    • 🛠 #14068 [BUGFIX] Prevent errors when clicking a {{link-to}} during an existing transition.
  • v2.7.0 Changes

    July 25, 2016
    • 🛠 #13764 [BUGFIX] Keep rest positional parameters when nesting contextual components if needed.
    • 🛠 #13781 [BUGFIX] Fix NoneLocation#getURL
    • 🛠 #13797 [BUGFIX] Ensure didInitAttrs deprecation is stripped in prod.
    • 🛠 #13768 [BUGFIX] Update route-recognizer to v0.2.0. This addresses a large number of per-existing bugs related to URL encoding. However, in doing so, it might inevitably break existing workarounds in this area. Please refer to the linked pull request for more details.
    • 🛠 #13634 [BUGFIX] Fix issues with rerendering blockless and tagless components.
    • 🛠 #13605 [BUGFIX] Ensure pauseTest runs after other async helpers.
    • 🛠 #13655 [BUGFIX] Make debugging this._super much easier (remove manual .call / .apply optimizations).
    • 🛠 #13672 [BUGFIX] Fix issue with this.render and this.disconnectOutlet in routes.
    • 🛠 #13716 [BUGFIX] Ensure that Ember.Test.waiters allows access to configured test waiters.
    • 🛠 #13273 [BUGFIX] Fix a number of query param related issues reported.
    • 👀 #13424 [DEPRECATE] Deprecate Ember.Binding. See the deprecation guide for more details.
    • #13599 [FEATURE] Enable ember-runtime-computed-uniq-by feature.
  • v2.6.2 Changes

    July 11, 2016
    • 🛠 #13781 [BUGFIX] Fix NoneLocation#getURL
    • 🛠 #13797 [BUGFIX] Ensure didInitAttrs deprecation is stripped in prod.
  • v2.6.1 Changes

    June 27, 2016
    • 🛠 #13634 [BUGFIX] Fix issues with rerendering blockless and tagless components.
    • 🛠 #13655 [BUGFIX] Make debugging this._super much easier (remove manual .call / .apply optimizations).
    • 🛠 #13672 [BUGFIX] Fix issue with this.render and this.disconnectOutlet in routes.
  • v2.6.0 Changes

    June 08, 2016
    • 🛠 #13520 [BUGFIX] Fixes issues with baseURL and rootURL in Ember.HistoryLocation and ensures that Ember.NoneLocation properly handles rootURL.
    • 🛠 #13590 [BUGFIX] Avoid _lazyInjections in production builds.
    • 🛠 #13442 [BUGFIX] Revert Ember.Handlebars.SafeString deprecation.
    • 🛠 #13449 [BUGFIX] Ensure that Ember.get(null, 'foo') returns undefined.
    • 🛠 #13465 [BUGFIX] Propagate loc information for inline link-to transform.
    • 🛠 #13461 [BUGFIX] Prevent Ember.get from attempting to retrieve properties on primitive objects.
    • 🛠 #13418 [BUGFIX] Ensure that passing run.later a timeout value of NaN does not break all future timers.
    • 🛠 #13435 [BUGFIX] Fix positional parameters when used with component helper.
    • 🛠 #13438 [BUGFIX] Ensure custom components extending from Ember.LinkComponent can operate in both block and inline form.
    • 🛠 #13356 [BUGFIX] Update Registry#has to always return true/false.
    • 🛠 #13359 [BUGFIX] Fix {{if}} and {{unless}} subexpression sometimes not updating.
    • 🛠 #13344 [BUGFIX] Revert Ember.merge deprecation.
    • 🛠 #13335 [BUGFIX] Ensure injected property assertion checks container. Fixes issues with usage of objects created by older addons that are attempting to use Ember.inject.service().
    • 🛠 #13333 [BUGFIX] Prevent the toString property from being added to the objects own properties. Fixes scenarios where the list of own properties changed in debug builds.
    • 🚚 #13327 [CLEANUP] Remove deprecate-test-as-function deprecation.
    • 🚚 #13326 [CLEANUP] Remove View.prototype.currentState deprecation.
    • 🚚 #13315 [CLEANUP] Remove legacy view related exports.
    • 🛠 #13310 [BUGFIX] Fix mouseenter typo in ember-testing helpers.
    • 🚚 #13314 [CLEANUP] Remove Metamorph view and mixin.
    • 🚚 #13144 / #13195 / #13193 [CLEANUP] Remove support for ember-legacy-views addon.
    • 🚚 #13192 [CLEANUP] Remove support for ember-legacy-controllers addon.
    • #13295 [CLEANUP] Disable render helper in block form.
    • 🗄 #13204 [DEPRECATE] Deprecate Ember.Handlebars.SafeString in favor of Ember.String.htmlSafe
    • 🗄 #13207 [DEPRECATE] Depreacte didInitAttrs in components
    • 🗄 #13268 [DEPRECATE] Deprecate usage of {{render}} helper with a model param
    • 🛠 #13285 [BUGFIX] Make Enumerable#firstObject read only.
    • 🛠 #13289 [BUGFIX] Make Enumerable#lastObject read only.
  • v2.5.1 Changes

    April 21, 2016
    • 🛠 #13310 [BUGFIX] Fix mouseenter typo in ember-testing helpers.
    • 🛠 #13333 [BUGFIX] Prevent the toString property from being added to the objects own properties. Fixes scenarios where the list of own properties changed in debug builds.
    • 🛠 #13335 [BUGFIX] Ensure injected property assertion checks container. Fixes issues with usage of objects created by older addons that are attempting to use Ember.inject.service().
    • 🛠 #13344 [BUGFIX] Revert Ember.merge deprecation.
  • v2.5.0 Changes

    April 11, 2016
    • 🛠 #13239 [BUGFIX] Prevent warnings for unknown feature flags
    • 🛠 #13287 [BUGFIX] Fix a recent regression with Ember.A(null)
    • 🛠 #13290 [BUGFIX] isStream is no longer a reserved property name in Components
    • 🗄 #13294 [DEPRECATE] Deprecate usage of {{render}} with a block
    • 🛠 #13031 [BUGFIX] Fix mergedProperties at create time modifying proto
    • 🛠 #13049 [BUGFIX] Fixes {{#with proxy as |foo|}}
    • 🛠 #12829 [BUGFIX] Support tagless components in fastboot
    • #12575 [FEATURE] Make acceptance helpers fire native events instead of jQuery ones.
    • 🛠 #12929 [BUGFIX] Fix bug causing an initial capital to be interpreted as a global.
    • 🚚 #12928 [FEATURE ember-htmlbars-component-generation] Remove feature.
    • 🛠 #13024 [BUGFIX] Change internal async acceptance test helpers to be somewhat more efficient in determining router transition status.
    • [FEATURE] Add helper method named Ember.assign to roughly emulate Object.assign.
  • v2.4.5 Changes

    April 11, 2016
    • 🛠 #13239 [BUGFIX] Prevent warnings for unknown feature flags.
    • 🗄 #13294 [DEPRECATE] Deprecate usage of {{render}} with a block.