X Tutup
Skip to content

Commit ea11b3f

Browse files
committed
docs(changelog): update change log to beta.10
1 parent 3bd8714 commit ea11b3f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
<a name="2.0.0-beta.10"></a>
2+
# 2.0.0-beta.10 (2016-03-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **change_detection:** fix a memory leak ([128acbb](https://github.com/angular/angular/commit/128acbb))
8+
* **closure:** don't throw from top-level ([5824866](https://github.com/angular/angular/commit/5824866))
9+
* **router:** handle URL that does not match a route ([8e3e450](https://github.com/angular/angular/commit/8e3e450)), closes [#7349](https://github.com/angular/angular/issues/7349) [#7203](https://github.com/angular/angular/issues/7203)
10+
* **router/instruction:** ensure toLinkUrl includes extra params ([0d58b13](https://github.com/angular/angular/commit/0d58b13)), closes [#7367](https://github.com/angular/angular/issues/7367)
11+
12+
### Features
13+
14+
* **compiler:** change html parser to preserve comments ([70d18b5](https://github.com/angular/angular/commit/70d18b5))
15+
* **core:** introduce a CSS lexer/parser ([b72bab4](https://github.com/angular/angular/commit/b72bab4))
16+
* **core:** introduce a CSS lexer/parser ([293fa55](https://github.com/angular/angular/commit/293fa55))
17+
* **facade:** add .values to StringMapWrapper ([f1796d6](https://github.com/angular/angular/commit/f1796d6))
18+
* **i18n:** add ngPlural directive ([df1f78e](https://github.com/angular/angular/commit/df1f78e))
19+
* **i18n:** implement a simple version of message extractor ([095db67](https://github.com/angular/angular/commit/095db67)), closes [#7454](https://github.com/angular/angular/issues/7454)
20+
* **shadow_css:** support `/deep/` and `>>>` ([cb38d72](https://github.com/angular/angular/commit/cb38d72)), closes [#7562](https://github.com/angular/angular/issues/7562) [#7563](https://github.com/angular/angular/issues/7563)
21+
* **TAG_DEFINITIONS:** include <meta> and <base> ([2c7c3e3](https://github.com/angular/angular/commit/2c7c3e3)), closes [#7455](https://github.com/angular/angular/issues/7455)
22+
23+
### BREAKING CHANGES
24+
25+
Removed deprecated API from NgZone
26+
- `NgZone.overrideOnTurnStart`
27+
- `NgZone.overrideOnTurnDone`
28+
- `NgZone.overrideOnEventDone`
29+
- `NgZone.overrideOnErrorHandler`
30+
31+
Rename NgZone API
32+
- `NgZone.onTurnStart` => `NgZone.onUnstable`
33+
- `NgZone.onTurnDone` => `NgZone.onMicrotaskEmpty`
34+
- `NgZone.onEventDone` => `NgZone.onStable`
35+
36+
137
<a name="2.0.0-beta.9"></a>
238
# 2.0.0-beta.9 (2016-03-09)
339

0 commit comments

Comments
 (0)
X Tutup