Skip to content

Commit eb7fdd6

Browse files
committed
Update CHANGELOG for 1.10.0-beta.2.
1 parent e26a374 commit eb7fdd6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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`.

0 commit comments

Comments
 (0)