angular-cn/modules/angular2/test/core/compiler
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
..
compiler_spec.ts Revert "fix(url_resolver): in Dart make package urls relative to AppRootUrl" 2015-07-27 14:15:02 -07:00
component_url_mapper_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
directive_lifecycle_spec.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
directive_lifecycle_spec.ts refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
directive_metadata_reader_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
dynamic_component_loader_spec.ts refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00
element_injector_spec.ts chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
integration_dart_spec.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
integration_spec.ts refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00
projection_integration_spec.ts refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00
proto_view_factory_spec.ts chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
query_integration_spec.ts fix(query): the view should not be visible to @Query. 2015-07-28 14:16:14 -07:00
query_list_spec.ts feat(query): initial implementation of view query. 2015-07-13 14:44:55 -07:00
view_container_ref_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
view_manager_spec.ts chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
view_manager_utils_spec.ts chore(API): cleaned up top level imports (render) 2015-07-25 03:20:15 +00:00
view_pool_spec.ts refactor(compiler): speed up proto view merging 2015-07-21 13:39:41 -07:00