Ember v1.10.0-beta.2
·
14967 commits
to main
since this release
Changelog
- [BUGFIX] Allow makeBoundHelper to be a sub-expression.
- [BUGFIX] Allow compat makeBoundHelpers to be sub-expressions.
- [BUGFIX] Export Ember.Handlebars compat shim for
Ember.Handlebars.SafeStringandEmber.Handlebars.Utils.escapeExpression. - [BUGFIX] Allow
Ember.injectinjected properties to be overridden (makes testing significantly easier). - [BUGFIX] Don’t assert uncaught RSVP rejections. We are already logging the error, but asserting breaks everything else on the run loop queue.
- [BUGFIX] Allow tagName to be a CP (with deprecation).
- [BUGFIX] Allow view instances in {{view}}.
- [BUGFIX] Ensure bound attrs flush immediately.
- [PERFORMANCE] Initialize views in preRender state.
- [PERFORMANCE]
View#elementshould not be observable. - Add ember-template-compiler package.
- Rename
Ember.HTMLBars.registerASTPlugintoEmber.HTMLBars.registerPlugin. - Export
ember-template-compiler.js. - Escape
href,src, andbackgroundattributes fora,link,img, andiframeelements.