|
| 1 | +<a name="2.0.0-alpha.40"></a> |
| 2 | +# 2.0.0-alpha.40 (2015-10-09) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* **analyzer:** fix dart analyzer errors ([14fa007](https://github.com/angular/angular/commit/14fa007)) |
| 8 | +* **core:** make .toRx() return Subject ([4a36fd8](https://github.com/angular/angular/commit/4a36fd8)), closes [#4521](https://github.com/angular/angular/issues/4521) [#4540](https://github.com/angular/angular/issues/4540) |
| 9 | +* **core:** remove NgZone_ and use NgZone instead ([bba0248](https://github.com/angular/angular/commit/bba0248)) |
| 10 | +* **css:** when compiling CSS, leave absolute imports alone ([04b3dee](https://github.com/angular/angular/commit/04b3dee)), closes [#4592](https://github.com/angular/angular/issues/4592) |
| 11 | +* **dart/transform:** Run DeferredRewriter in the correct phase ([811d4c0](https://github.com/angular/angular/commit/811d4c0)) |
| 12 | +* **dart/transform:** Sanitize generated library names ([ba6e0e1](https://github.com/angular/angular/commit/ba6e0e1)) |
| 13 | +* **dart/transform:** Write correct ng_deps without deferred imports ([c94f239](https://github.com/angular/angular/commit/c94f239)), closes [#4587](https://github.com/angular/angular/issues/4587) |
| 14 | +* **location:** improve the 'No base href set' error message ([15ab6f6](https://github.com/angular/angular/commit/15ab6f6)) |
| 15 | +* **render:** recurse into components/embedded templates not until all elements in a view have ([6d4bd5d](https://github.com/angular/angular/commit/6d4bd5d)), closes [#4551](https://github.com/angular/angular/issues/4551) [#4601](https://github.com/angular/angular/issues/4601) |
| 16 | +* **tests:** fix tests ([8b725c7](https://github.com/angular/angular/commit/8b725c7)) |
| 17 | +* **tests:** fixes public api spec ([d60c7a9](https://github.com/angular/angular/commit/d60c7a9)) |
| 18 | +* **typings:** update test.typings for abstract superclasses ([5458036](https://github.com/angular/angular/commit/5458036)) |
| 19 | +* **web-workers:** fix bindings ([1100c9b](https://github.com/angular/angular/commit/1100c9b)) |
| 20 | +* **XhrBackend:** setRequestHeader takes a string arg ([6b00b60](https://github.com/angular/angular/commit/6b00b60)), closes [#4597](https://github.com/angular/angular/issues/4597) |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +* **core:** add syntax sugar to make @View optional ([bd31b01](https://github.com/angular/angular/commit/bd31b01)) |
| 25 | +* **dart/transform:** Track timing of transform tasks ([0757265](https://github.com/angular/angular/commit/0757265)) |
| 26 | +* **router:** allow async routes to be defined with "loader" ([ee32b1b](https://github.com/angular/angular/commit/ee32b1b)) |
| 27 | +* **transformers:** update transformers to handle components without @View ([a2e7ae5](https://github.com/angular/angular/commit/a2e7ae5)) |
| 28 | +* **upgrade:** support binding of Ng1 form Ng2 ([8e1d2fb](https://github.com/angular/angular/commit/8e1d2fb)), closes [#4542](https://github.com/angular/angular/issues/4542) |
| 29 | + |
1 | 30 | <a name="2.0.0-alpha.39"></a> |
2 | 31 | # 2.0.0-alpha.39 (2015-10-06) |
3 | 32 |
|
@@ -1214,3 +1243,7 @@ After |
1214 | 1243 | }) |
1215 | 1244 |
|
1216 | 1245 | * no longer cache ref |
| 1246 | + |
| 1247 | + |
| 1248 | + |
| 1249 | + |
0 commit comments