|
| 1 | +<a name="v1.1"></a> |
| 2 | +# v1.1.0 isomorphic-panda (2015-01-15) |
| 3 | + |
| 4 | +## Highlights |
| 5 | + |
| 6 | +This is primarily a bug fix release. Angular.dart's dependencies have been |
| 7 | +updated to their newest versions. A number of fixes went into the shadow-dom polyfill |
| 8 | +and forms. Support for Observable objects in change detection has been improved. |
| 9 | + |
| 10 | +## Bug Fixes |
| 11 | + |
| 12 | +- **RootScope:** set the scope on ScopeAware root context |
| 13 | + ([99a2d372](https://github.com/angular/angular.dart/commit/99a2d372b53adf62a4ceed0b044bfbf0ffb5c230)) |
| 14 | +- **benchmark:** Platform.Android -> Platform.isAndroid |
| 15 | + ([ee5ebd75](https://github.com/angular/angular.dart/commit/ee5ebd75a222018950abf7973b3b6c25216a0059)) |
| 16 | +- **bouncing balls:** fix broken demo |
| 17 | + ([3eac327e](https://github.com/angular/angular.dart/commit/3eac327e1e9b0580a69fea1a67be0cd72f646310)) |
| 18 | +- **compiler:** change compiler to support attribute mapping for template decorators |
| 19 | + ([d658909a](https://github.com/angular/angular.dart/commit/d658909afdcedaf58c5ef480faf533f436364bbf), |
| 20 | + [#1581](https://github.com/angular/angular.dart/issues/1581)) |
| 21 | +- **css_shim:** allow "..." for content |
| 22 | + ([9a369e3d](https://github.com/angular/angular.dart/commit/9a369e3dd78f2b936877312f91a95d2e78772abb)) |
| 23 | +- **ngModel:** ensure post-reset validation works properly |
| 24 | + ([6bf7eaab](https://github.com/angular/angular.dart/commit/6bf7eaabd27d024252f916aa320445bf8997edaf), |
| 25 | + [#1605](https://github.com/angular/angular.dart/issues/1605)) |
| 26 | +- **source_metadata_extractor:** Fixed problem with processing Component and Decorator annotations when named import is used. |
| 27 | + ([5205c142](https://github.com/angular/angular.dart/commit/5205c142a2b7414db970bfb9ab0504d76d24a5e3)) |
| 28 | +- **url_resolver:** changes _baseUri to support non http schemes. |
| 29 | + ([d9291093](https://github.com/angular/angular.dart/commit/d929109333fe2370f5156df2204177ce37aa5bc0)) |
| 30 | +- **view:** change ViewPort to remove the view that got inserted in the same VM turn |
| 31 | + ([4933a5e8](https://github.com/angular/angular.dart/commit/4933a5e838edeffde5f026121fefbda1c7954148)) |
| 32 | + |
| 33 | + |
| 34 | +## Features |
| 35 | + |
| 36 | +- **css_shim:** implement polyfill-unscoped-next-selector and polyfill-non-strict |
| 37 | + ([a3ff5cfb](https://github.com/angular/angular.dart/commit/a3ff5cfb49116da533cadd1bcae9f122c53fa8db)) |
| 38 | +- **dccd:** Observable support |
| 39 | + ([3827f424](https://github.com/angular/angular.dart/commit/3827f4240366e161534a6a693cb822f5caa447b2)) |
| 40 | +- **ng-repeat:** set the "$parent" variable to the parent context |
| 41 | + ([9da6d2ef](https://github.com/angular/angular.dart/commit/9da6d2efa36b0560f4fa78f4cb2c5d0a430c1f6d)) |
| 42 | +- **ngControl:** provide support for clearing errors states |
| 43 | + ([6a6e4caf](https://github.com/angular/angular.dart/commit/6a6e4cafefe988ec18d29d3584ae3fd0c4a47ce1)) |
| 44 | +- **ngForm:** allow forms to be manually validated |
| 45 | + ([7a103901](https://github.com/angular/angular.dart/commit/7a1039016bf9bcf5b0b654cee346c4b2792e85c7)) |
| 46 | +- **routing:** upgraded route_hierachical to 0.6.0 and added support for watchQueryParameters |
| 47 | + ([0fbd007e](https://github.com/angular/angular.dart/commit/0fbd007e0910fe421a9dc8b84da2ea92b2c7b768)) |
| 48 | + |
| 49 | + |
| 50 | +## Breaking Changes |
| 51 | + |
| 52 | +None |
| 53 | + |
1 | 54 | <a name="v1.0"></a>
|
2 | 55 | # v1.0 industrious-pangolin (2014-10-10)
|
3 | 56 | ## Highlights
|
|
0 commit comments