angular-cn/modules/angular2/test
Tobias Bosch 5dee8e26cc fix(views): remove dynamic component views, free host views, free embedded views
Closes #2472
Closes #2339

BREAKING CHANGE
- `Compiler.compile` has been removed, the only way to compile
  components dynamically is via `Compiler.compileInHost`
- `DynamicComponentLoader.loadIntoExistingLocation` has changed:
  * renamed into `loadIntoLocation`
  * will always create the host element as well
  * requires an element with a variable inside of the host component view
    next to which it will load new component.
- `DynamicComponentLoader.loadNextToExistingLocation` was renamed into
  `DynamicComponentLoader.loadNextToLocation`
- `DynamicComponentLoader.loadIntoNewLocation` is removed
  * use `DynamicComponentLoader.loadNextToLocation` instead
    and then move the view nodes
    manually around via `DomRenderer.getRootNodes()`
- `AppViewManager.{create,destroy}Free{Host,Embedded}View` was removed
  * use `AppViewManager.createViewInContainer` and then move the view nodes
    manually around via `DomRenderer.getRootNodes()`
- `Renderer.detachFreeView` was removed. Use `DomRenderer.getRootNodes()`
  to get the root nodes of a view and detach them manually.
2015-06-17 11:33:51 -07:00
..
benchmark/transform chore(benchmarks): add transform benchmark runner and clean up benchmark output 2015-05-07 10:36:04 -07:00
change_detection refactor(facade): refactor type check function - is*() 2015-06-16 19:27:34 +02:00
core fix(views): remove dynamic component views, free host views, free embedded views 2015-06-17 11:33:51 -07:00
debug feat(test): add element probe 2015-05-29 12:44:21 -07:00
di fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00
directives fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade refactor(lang_spec): Add missing ;s and clang-format 2015-06-02 21:09:38 +02:00
forms fix(forms): fixed the handling of the select element 2015-06-15 13:16:41 -07:00
http docs(Http): add docs for Http lib 2015-06-16 15:42:18 -07:00
mock refactor(xhr): move render's xhr implementation to render/ 2015-06-09 10:28:35 -07:00
reflection feat: support decorator chaining and class creation in ES5 2015-06-14 16:54:08 -07:00
render fix(views): remove dynamic component views, free host views, free embedded views 2015-06-17 11:33:51 -07:00
router feat(router): allow configuring app base href via token 2015-06-15 18:04:09 -07:00
services refactor(xhr): move render's xhr implementation to render/ 2015-06-09 10:28:35 -07:00
test_lib style(TestComponentBuilder): fix a typo in the spec 2015-06-16 17:37:58 +02:00
transform feat(query): notify on changes 2015-06-15 11:10:21 -07:00
util fix: Class factory now adds annotations 2015-06-15 22:23:54 -07:00