github emberjs/ember.js v2.4.0
Ember v2.4.0

latest releases: v5.10.0-alpha.2, v5.10.0-alpha.1, v5.9.0-beta.1...
8 years ago

Changelog

  • #12996 [BUGFIX] Fixes 12995 #with array yields true
  • #13013 [BUGFIX] Do not set model on {{render}} rerender when only a single argument was provided.
  • #13015 Add deprecation when legacy addon flag is enabled.
  • #12922 [BUGFIX] Special case {{#with}} for isTruthy
  • #12934 [BUGFIX] Ensure Route#transitionTo returns a Transition object.
  • #12941 [BUGFIX] Update Backburner to latest (compare view).
  • #12939 [BUGFIX] Avoid allocating a binding map in meta when possible.
  • #12947 [BUGFIX] Avoid using prototype extensions if possible ({add,remove}ArrayObserver).
  • #12942 [BUGFIX] Do not rely prototype extensions (objectAt).
  • #12991 [BUGFIX] Fix a regression in Ember.computed.sort.
  • #12491 [BUGFIX] allow watching of ES5+ Getter
  • #12829 [BUGFIX] Support tagless components in fastboot
  • #12847 [BUGFIX] Add warning for “deep @each” usage in dependent keys.
  • #12848 Make dependencies that end in @each expand to [].
  • #12877 [BUGFIX] Upgrade htmlbars to 0.14.14. Fixes bug with lost cursor position with <input oninput={{action 'foo'}}>.
  • #12908 [BUGFIX] Fix issue that prevented recomputation of ArrayProxy values under certain circumstances.
  • #12348 Route#disconnectOutlet should not be private
  • #12648 Move packages/**/lib/main.js to packages/**/lib/index.js.
  • #12647 update cli
  • #12638 Update references to find methods
  • #12757 Update build related deps.
  • #12662 correction for Ember.String.capitalize docs
  • #12674 removed unused name prop
  • #12664 Include NaN as a falsey value in the with helper's docstring
  • #12698 convert all this._super.apply(this, arguments) to this._super(...arguments)

Don't miss a new ember.js release

NewReleases is sending notifications on new releases.