|
1 | 1 | <a name="2.1.0-rc.0"></a>
|
2 | 2 | # [2.1.0-rc.0](https://github.com/angular/angular/compare/2.1.0-beta.0...2.1.0-rc.0) (2016-10-05)
|
3 | 3 |
|
| 4 | +### Features |
4 | 5 |
|
5 |
| -### Bug Fixes |
| 6 | +* **animations:** provide aliases for :enter and :leave transitions ([#11991](https://github.com/angular/angular/issues/11991)) ([e884f48](https://github.com/angular/angular/commit/e884f48)) |
6 | 7 |
|
7 |
| -* **http:** correctly removes styles on IE ([3898dc4](https://github.com/angular/angular/commit/3898dc4)), closes [#7916](https://github.com/angular/angular/issues/7916) |
8 |
| -* **compiler:** Do not embed templateUrl in view factories in non-debug mode. ([#11818](https://github.com/angular/angular/issues/11818)) ([3a5b488](https://github.com/angular/angular/commit/3a5b488)), closes [#11117](https://github.com/angular/angular/issues/11117) |
9 |
| -* **compiler:** move detection of unsafe properties for binding to ElementSchemaRegistry ([#11378](https://github.com/angular/angular/issues/11378)) ([61129fa](https://github.com/angular/angular/commit/61129fa)) |
10 |
| -* **forms:** properly validate empty strings with patterns ([#11450](https://github.com/angular/angular/issues/11450)) ([4a57dcf](https://github.com/angular/angular/commit/4a57dcf)) |
11 |
| -* **http:** preserve case of the first init, `set()` or `append()` ([#12023](https://github.com/angular/angular/issues/12023)) ([ed9c2b6](https://github.com/angular/angular/commit/ed9c2b6)), closes [#11624](https://github.com/angular/angular/issues/11624) |
12 |
| -* **compiler-cli:** allow ReflectorHost passed as argument to CodeGenerator#create ([#11951](https://github.com/angular/angular/issues/11951)) ([1564042](https://github.com/angular/angular/commit/1564042)) |
13 |
| -* **compiler:** fix `:host(tag)` and `:host-context(tag)` ([a6bb84e](https://github.com/angular/angular/commit/a6bb84e)), closes [#11972](https://github.com/angular/angular/issues/11972) |
14 |
| -* **compiler:** fix attribute selectors in :host and :host-context ([#12056](https://github.com/angular/angular/issues/12056)) ([a633596](https://github.com/angular/angular/commit/a633596)), closes [#11917](https://github.com/angular/angular/issues/11917) |
15 |
| -* **compiler:** support `[@page](https://github.com/page)` and `[@document](https://github.com/document)` CSS rules ([#11878](https://github.com/angular/angular/issues/11878)) ([9316f95](https://github.com/angular/angular/commit/9316f95)), closes [#11860](https://github.com/angular/angular/issues/11860) |
16 |
| -* **compiler:** support `[attr="value with space"]` ([6c4ec05](https://github.com/angular/angular/commit/6c4ec05)), closes [#6249](https://github.com/angular/angular/issues/6249) |
17 |
| -* **compiler:** support quoted attribute values ([83d94b7](https://github.com/angular/angular/commit/83d94b7)), closes [#6085](https://github.com/angular/angular/issues/6085) |
18 |
| -* **upgrade:** bind optional properties when upgrading from ng1 ([#11411](https://github.com/angular/angular/issues/11411)) ([42b4b6d](https://github.com/angular/angular/commit/42b4b6d)), closes [#10181](https://github.com/angular/angular/issues/10181) |
19 |
| -* **http:** change a behavior when a param value is null or undefined ([#11990](https://github.com/angular/angular/issues/11990)) ([bf7b82b](https://github.com/angular/angular/commit/bf7b82b)) |
20 |
| -* **compiler:** fix `<x>` ctype names ([040bf57](https://github.com/angular/angular/commit/040bf57)), closes [#12000](https://github.com/angular/angular/issues/12000) |
| 8 | +Note: 2.1.0-rc.0 release also contains all the changes present in the 2.0.2 release. |
21 | 9 |
|
22 | 10 |
|
23 |
| -### Features |
24 | 11 |
|
25 |
| -* **animations:** provide aliases for :enter and :leave transitions ([#11991](https://github.com/angular/angular/issues/11991)) ([e884f48](https://github.com/angular/angular/commit/e884f48)) |
| 12 | +<a name="2.0.2"></a> |
| 13 | +## [2.0.2](https://github.com/angular/angular/compare/2.0.1...2.0.2) (2016-10-05) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **common:** correctly removes styles on IE ([#11953](https://github.com/angular/angular/pull/11953)), closes [#7916](https://github.com/angular/angular/issues/7916) |
| 19 | +* **compiler:** do not embed templateUrl in view factories in non-debug mode. ([#11818](https://github.com/angular/angular/issues/11818)) ([51e1994](https://github.com/angular/angular/commit/51e1994)), closes [#11117](https://github.com/angular/angular/issues/11117) |
| 20 | +* **compiler:** move detection of unsafe properties for binding to ElementSchemaRegistry ([#11378](https://github.com/angular/angular/issues/11378)) ([5911c3b](https://github.com/angular/angular/commit/5911c3b)) |
| 21 | +* **compiler:** fix `:host(tag)` and `:host-context(tag)` ([a6bb84e0](https://github.com/angular/angular/commit/a6bb84e02b7579f8d957ef6ba5b10d83482ed756)), closes [#11972](https://github.com/angular/angular/issues/11972) |
| 22 | +* **compiler:** fix attribute selectors in :host and :host-context ([#12056](https://github.com/angular/angular/issues/12056)) ([6f7ed32](https://github.com/angular/angular/commit/6f7ed32)), closes [#11917](https://github.com/angular/angular/issues/11917) |
| 23 | +* **compiler:** support `[@page](https://github.com/page)` and `[@document](https://github.com/document)` CSS rules ([#11878](https://github.com/angular/angular/issues/11878)) ([c99ef49](https://github.com/angular/angular/commit/c99ef49)), closes [#11860](https://github.com/angular/angular/issues/11860) |
| 24 | +* **compiler:** support `[attr="value with space"]` ([bd012ef](https://github.com/angular/angular/commit/bd012ef)), closes [#6249](https://github.com/angular/angular/issues/6249) |
| 25 | +* **compiler:** support quoted attribute values ([7395400](https://github.com/angular/angular/commit/7395400)), closes [#6085](https://github.com/angular/angular/issues/6085) |
| 26 | +* **compiler:** fix `<x>` ctype names ([7578d85](https://github.com/angular/angular/commit/7578d85)), closes [#12000](https://github.com/angular/angular/issues/12000) |
| 27 | +* **compiler-cli:** allow ReflectorHost passed as argument to CodeGenerator#create ([#11951](https://github.com/angular/angular/issues/11951)) ([826c98e](https://github.com/angular/angular/co |
| 28 | +* **forms:** properly validate empty strings with patterns ([#11450](https://github.com/angular/angular/issues/11450)) ([e00de0c](https://github.com/angular/angular/commit/e00de0c)) |
| 29 | +* **http:** preserve case of the first init, `set()` or `append()` ([#12023](https://github.com/angular/angular/issues/12023)) ([adb17fe](https://github.com/angular/angular/commit/adb17fe)), closes [#11624](https://github.com/angular/angular/issues/11624) |
| 30 | +* **http:** remove url params if provided value is null or undefined ([#11990](https://github.com/angular/angular/issues/11990)) ([9cc0a4e](https://github.com/angular/angular/commit/9cc0a4e)) |
| 31 | +mmit/826c98e)) |
| 32 | +* **router:** do not reset the router state when updating the component ([#11867](https://github.com/angular/angular/issues/11867)) ([cf750e1](https://github.com/angular/angular/commit/cf750e1)) |
| 33 | +* **upgrade:** bind optional properties when upgrading from ng1 ([#11411](https://github.com/angular/angular/issues/11411)) ([0851238](https://github.com/angular/angular/commit/0851238)), closes [#10181](https://github.com/angular/angular/issues/10181) |
| 34 | + |
26 | 35 |
|
27 | 36 |
|
28 | 37 | <a name="2.1.0-beta.0"></a>
|
|
0 commit comments