github emberjs/ember.js v2.6.0

latest releases: v5.10.0-alpha.1, v5.9.0-beta.1, v5.8.0...
7 years ago

CHANGELOG

  • #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.

Don't miss a new ember.js release

NewReleases is sending notifications on new releases.