angular/modules/angular2/src/transform
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
..
bind_generator fix(transformer): Loggers now are per zone and each transform runs in its own zone 2015-07-23 09:36:04 -07:00
common fix(transformer): Don't throw on annotations that don't match a descriptor. 2015-07-24 15:29:14 -07:00
deferred_rewriter fix(transformer): Loggers now are per zone and each transform runs in its own zone 2015-07-23 09:36:04 -07:00
directive_linker fix(transformer): Loggers now are per zone and each transform runs in its own zone 2015-07-23 09:36:04 -07:00
directive_metadata_extractor feat(transformers): directive aliases in Dart transformers (fix #1747) 2015-07-23 15:25:32 -07:00
directive_processor fix(transformer): Fix generation of annotations argument when registering functions. 2015-07-28 15:26:33 -07:00
reflection_remover fix(transformer): Loggers now are per zone and each transform runs in its own zone 2015-07-23 09:36:04 -07:00
template_compiler refactor(shadow_dom): remove ShadowDomStrategy in favor of @View(encapsulation) 2015-07-28 22:33:11 -07:00
di_transformer.dart feat(dart/transform): Remove unnecessary .ng_deps.dart files 2015-05-28 07:51:10 -07:00
transformer.dart feat(transformers): implement initializing deferred libraries 2015-07-17 13:07:31 -07:00