Skip to content

Commit 4f90eca

Browse files
committed
Update CHANGELOG for 1.8.0-beta.3.
1 parent 5454b80 commit 4f90eca

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Ember Changelog
22

3+
### Ember 1.8.0-beta.3 (September, 27, 2014)
4+
5+
* [BUGFIX] Use contextualElements to properly handle omitted optional start tags.
6+
* [BUGFIX] Ensure that `Route.prototype.activate` is not retriggered when the model for the current route changes.
7+
* [PERF] Fix optimization bailouts for `{{view}}` helper.
8+
* [BUGFIX] Add `attributeBindings` for `lang` and `dir` (for bidirectional language support) in `Ember.TextField` and `Ember.TextAra`.
9+
* [BUGFIX] Fix finishChains for all chains that reference an obj not just the ones rooted at that object.
10+
* [BUGFIX] Refactor ES3 `Ember.keys` implementation.
11+
* Rewrite Ember.Map to be faster and closer to ES6 implementation:
12+
* [PERF + ES6] No longer clone array before enumeration (dramatically reduce allocations)
13+
* [PERF] Don’t Rebind the callback of forEach if not needed
14+
* [PERF + ES6] No longer allow Map#length to be bindable
15+
* [PERF] Don’t double guid keys, as they are passed from map to ordered set (add/remove)
16+
* [ES6] Deprecate Map#remove in-favor of the es6 Map#delete
17+
* [ES6] Error if callback is not a function
18+
* [ES6] Map#set should return the map. This enables chaining map.`map.set(‘foo’,1).set(‘bar’,3);` etc.
19+
* [ES6] Remove length in-favor of size.
20+
* [ES6] Throw if constructor is invoked without new
21+
* [ES6] Make inheritance work correctly
22+
23+
324
### Ember 1.8.0-beta.2 (September, 20, 2014)
425

526
* [BUGFIX] Allow for bound property {{input}} type.

0 commit comments

Comments
 (0)