File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11# Ember Changelog
22
3+ ### 1.10.0-beta.2 (December 23, 2014)
4+
5+ * [ BUGFIX] Allow makeBoundHelper to be a sub-expression.
6+ * [ BUGFIX] Allow compat makeBoundHelpers to be sub-expressions.
7+ * [ BUGFIX] Export Ember.Handlebars compat shim for ` Ember.Handlebars.SafeString ` and ` Ember.Handlebars.Utils.escapeExpression ` .
8+ * [ BUGFIX] Allow ` Ember.inject ` injected properties to be overridden (makes testing significantly easier).
9+ * [ BUGFIX] Don’t assert uncaught RSVP rejections. We are already logging the error, but asserting breaks everything else on the run loop queue.
10+ * [ BUGFIX] Allow tagName to be a CP (with deprecation).
11+ * [ BUGFIX] Allow view instances in {{view}}.
12+ * [ BUGFIX] Ensure bound attrs flush immediately.
13+ * [ PERFORMANCE] Initialize views in preRender state.
14+ * [ PERFORMANCE] ` View#element ` should not be observable.
15+ * Add ember-template-compiler package.
16+ * Rename ` Ember.HTMLBars.registerASTPlugin ` to ` Ember.HTMLBars.registerPlugin ` .
17+ * Export ` ember-template-compiler.js ` .
18+
319### 1.10.0-beta.1 (December 10, 2014)
420
521* Move debugging file output from ` ember.js ` to ` ember.debug.js ` .
You can’t perform that action at this time.
0 commit comments