angular-cn/modules/angular2/test
Tobias Bosch 76247b7097 refactor(compiler): use the new compiler everywhere
Closes #3605

BREAKING CHANGE:
- we don't mark an element as bound any more if it only contains text bindings
  E.g. <div>{{hello}}</div>
  This changes the indices when using `DebugElement.componentViewChildren` / `DebugElement.children`.
- `@Directive.compileChildren` was removed,
  `ng-non-bindable` is now builtin and not a directive any more
- angular no more adds the `ng-binding` class to elements with bindings
- directives are now ordered as they are listed in the View.directives regarding change detection.
  Previously they had an undefined order.
- the `Renderer` interface has new methods `createProtoView` and `registerComponentTemplate`. See `DomRenderer` for default implementations.
- reprojection with `ng-content` is now all or nothing per `ng-content` element
- angular2 transformer can't be used in tests that modify directive metadata.
  Use `angular2/src/transform/inliner_for_test` transformer instead.
2015-10-01 18:48:27 -07:00
..
animate feat(animate): cross-browser compatibility 2015-09-24 10:24:40 +02:00
benchmark/transform refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
compiler refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
core refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
http chore(typings): remove traceur-runtime.d.ts 2015-09-30 00:07:16 +00:00
mock refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
pipes cleanup(pipes): clean up imports 2015-09-15 11:47:09 -07:00
router refactor(router): do not export RootRouter 2015-09-22 23:51:19 +00:00
symbol_inspector chore(ts): fix TODOs that were pending on 1.6 upgrade 2015-09-29 03:23:25 +00:00
test_lib chore(build): improve reliability of the saucelabs job 2015-09-15 18:34:13 +02:00
tools fix(debug): make debug tools take ComponentRef 2015-09-16 18:00:28 +00:00
web_workers refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
platform.dart refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
platform.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
public_api_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00