|
| 1 | +<a name="2.0.0-beta.9"></a> |
| 2 | +# 2.0.0-beta.9 (2016-03-09) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* **angular_1_router:** Renamed require statements after TypeScript files are transpiled ([ae49085](https://github.com/angular/angular/commit/ae49085)), closes [#7049](https://github.com/angular/angular/issues/7049) |
| 8 | +* **angular1_router:** rename `router` component binding to `$router` ([2548ce8](https://github.com/angular/angular/commit/2548ce8)) |
| 9 | +* **angular1_router:** rename `router` component binding to `$router` ([1174473](https://github.com/angular/angular/commit/1174473)) |
| 10 | +* **angular1_router:** support templateUrl components ([5586c29](https://github.com/angular/angular/commit/5586c29)) |
| 11 | +* **build:** Use fixed version of Chromium Canary that will be updated manually instead of au ([1d49b3e](https://github.com/angular/angular/commit/1d49b3e)) |
| 12 | +* **router:** support outlets within dynamic components ([7d44b82](https://github.com/angular/angular/commit/7d44b82)) |
| 13 | + |
| 14 | +### Features |
| 15 | + |
| 16 | +* **angular1_router:** Add ng-link-active class to active ng-link ([11e8aa2](https://github.com/angular/angular/commit/11e8aa2)), closes [#6882](https://github.com/angular/angular/issues/6882) |
| 17 | +* **compiler:** Added spans to HTML parser errors ([19a08f3](https://github.com/angular/angular/commit/19a08f3)) |
| 18 | +* **dart:** Add a dev-mode check for undeclared lifecycle interfaces ([a3d7629](https://github.com/angular/angular/commit/a3d7629)), closes [#6849](https://github.com/angular/angular/issues/6849) |
| 19 | +* **dart/transform:** Create standalone transformers for phases ([15e1614](https://github.com/angular/angular/commit/15e1614)) |
| 20 | +* **iterable_differ:** support immutable lists ([a10c02c](https://github.com/angular/angular/commit/a10c02c)), closes [#7127](https://github.com/angular/angular/issues/7127) |
| 21 | +* **router:** add regex matchers ([75343eb](https://github.com/angular/angular/commit/75343eb)), closes [#7325](https://github.com/angular/angular/issues/7325) [#7126](https://github.com/angular/angular/issues/7126) |
| 22 | +* **router:** Added method to get current instruction ([6dce4f4](https://github.com/angular/angular/commit/6dce4f4)) |
| 23 | +* **transformers:** change 'Missing Identifier' to be an error ([45fd6f0](https://github.com/angular/angular/commit/45fd6f0)), closes [#7403](https://github.com/angular/angular/issues/7403) |
| 24 | +* **transformers:** collect provider information ([81beb1c](https://github.com/angular/angular/commit/81beb1c)) |
| 25 | + |
| 26 | + |
| 27 | +### BREAKING CHANGES |
| 28 | + |
| 29 | +* The recently added binding of the current router to the current component |
| 30 | +has been renamed from `router` to `$router`. |
| 31 | +So now the recommended set up for your bindings in your routed component |
| 32 | +is: |
| 33 | +```js |
| 34 | +{ |
| 35 | + ... |
| 36 | + bindings: { |
| 37 | + $router: '<' |
| 38 | + } |
| 39 | +} |
| 40 | +``` |
| 41 | + |
| 42 | +* The recently added binding of the current router to the current component |
| 43 | +has been renamed from `router` to `$router`. |
| 44 | +So now the recommended set up for your bindings in your routed component |
| 45 | +is: |
| 46 | +```js |
| 47 | +{ |
| 48 | + ... |
| 49 | + bindings: { |
| 50 | + $router: '<' |
| 51 | + } |
| 52 | +} |
| 53 | +``` |
| 54 | + |
| 55 | + |
| 56 | + |
1 | 57 | <a name="2.0.0-beta.8"></a> |
2 | 58 | # 2.0.0-beta.8 (2016-03-02) |
3 | 59 |
|
|
0 commit comments