angular-cn/modules/angular2/test/core
Tobias Bosch 16e3d7e96e refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)`
BREAKING CHANGES:
- `ShadowDomStrategy` was removed. To specify the encapsulation of a component use `@View(encapsulation: ViewEncapsulation.NONE | ViewEncapsulation.EMULATED | ViewEncapsulation.NATIVE)`
- The default encapsulation strategy is now `ViewEncapsulation.EMULATED` if a component contains styles and `ViewEncapsulation.NONE` if it does not. Before this was always `NONE`.
- `ViewLoader` now returns the template as a string and the styles as a separate array
2015-07-28 22:33:11 -07:00
..
annotations feat: allow Type.annotations = Component(...).View(...) 2015-06-16 16:36:46 -07:00
compiler refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00
life_cycle refactor(exception_handler): unified all exception handling 2015-07-23 11:22:04 -07:00
testability feat(testability): hook zone into whenstable api with async support 2015-07-24 12:46:12 -07:00
zone refactor(Async): Unify TS and Dart PromiseCompleter naming 2015-07-27 10:28:07 -07:00
application_spec.ts refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00
directive_lifecycle_integration_spec.ts refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
exception_handler_spec.ts feat(exception_handler): print originalException and originalStack for all exceptions 2015-07-24 15:45:26 -07:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts feat(di): removed app injector 2015-07-01 13:33:43 -07:00