ember.js v1.12.0 Release Notes

Release Date: 2015-05-13 // almost 9 years ago
    • πŸ“¦ #10874 Include all files in jspm package.
    • πŸ›  #10876 [BUGFIX] Make the {{component}} helper deal with dynamically set falsey values.
    • πŸ›  #10883 [BUGFIX] Fix View.prototype.replaceIn functionality.
    • πŸ›  #10920 [BUGFIX] Fix Component.prototype.layout so that it can now be set and recompute properly.
    • πŸ›  #10968 [BUGFIX] Fix assertion that incorrectly fired on legacy settable computed properties.
    • [CVE-2015-1866] Ember.js XSS Vulnerability With {{view "select"}} Options
    • πŸ›  #3852 [BREAKING BUGFIX] Do not assume null Ember.get targets always refer to a global
    • #10200 Add 'autocomplete' to Ember.Select view
    • #10464 Ensure templates were compiled with the current compiler version.
    • #10494 Make it easier to write lazy streams.
    • πŸ”¨ #10483 [REFACTOR] Lazily reify router’s location.
    • 🚚 #10673 Remove EachProxy and EachArray from exports.
    • #10572 Fix UnrecognizedURLError not being an Error.
    • πŸ—„ #10585 Deprecate direct use of Ember.CoreView.
    • #10599 Don’t share view registry across containers.
    • πŸ—„ #10667 Deprecate Ember.tryFinally and Ember.tryCatchFinally.
    • πŸ—„ #10668 Deprecate Ember.required.
    • πŸ’… #10678 Fix typos in deprecations of unescaped style attribute
    • πŸ—„ #10679 Ensure docs are not detected for deprecation mixins.
    • #10672 Do not export Ember.Descriptor.
    • #10695 Require that base href and embed src are escaped.
    • πŸ›  #10690 [BUGFIX canary] Prevent unknown input types from erroring.
    • πŸ‘€ #10731 [FEATURE] Enable new-computed-syntax feature. See emberjs/rfcs#11 for more details.
    • #10731 [FEATURE] Enable ember-application-instance-initializers feature.
    • #10731 [FEATURE] Enable ember-application-initializer-context feature.