angular-cn/modules/angular2/test
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
..
benchmark/transform chore(transformer): Use class for reflection info instead of a map 2015-07-24 13:12:57 -07:00
change_detection feat(core): provide an error context when an exception happens in an error handler 2015-07-28 14:22:15 -07:00
core refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00
debug feat(di): removed app injector 2015-07-01 13:33:43 -07:00
di feat(di): added context to runtime DI errors 2015-07-22 14:22:46 -07:00
directives style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
dom feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
facade refactor(RegExp): use /.../ to create RegExp literal 2015-07-09 09:14:25 +02:00
forms fix(change_detect): Sort `DirectiveMetadata` properties during processing 2015-07-20 17:08:02 -07:00
http feat(http): call complete on request complete 2015-07-28 11:45:15 -07:00
mock refactor: change template for view where it makes sense 2015-06-24 18:40:04 +02:00
reflection chore(transformer): Use class for reflection info instead of a map 2015-07-24 13:12:57 -07:00
render refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00
router refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00
services Revert "fix(url_resolver): in Dart make package urls relative to AppRootUrl" 2015-07-27 14:15:02 -07:00
test_lib chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
transform fix(transformer): Fix generation of `annotations` argument when registering functions. 2015-07-28 15:26:33 -07:00
util fix: Class factory now adds annotations 2015-06-15 22:23:54 -07:00
web-workers refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00