angular-docs-cn/modules/angular2/test
Tobias Bosch b1df54501a feat(compiler): attach components and project light dom during compilation.
Closes #2529

BREAKING CHANGES:
- shadow dom emulation no longer
  supports the `<content>` tag. Use the new `<ng-content>` instead
  (works with all shadow dom strategies).
- removed `DomRenderer.setViewRootNodes` and `AppViewManager.getComponentView`
  -> use `DomRenderer.getNativeElementSync(elementRef)` and change shadow dom directly
- the `Renderer` interface has changed:
  * `createView` now also has to support sub views
  * the notion of a container has been removed. Instead, the renderer has
    to implement methods to attach views next to elements or other views.
  * a RenderView now contains multiple RenderFragments. Fragments
    are used to move DOM nodes around.

Internal changes / design changes:
- Introduce notion of view fragments on render side
- DomProtoViews and DomViews on render side are merged,
  AppProtoViews are not merged, AppViews are partially merged
  (they share arrays with the other merged AppViews but we keep
  individual AppView instances for now).
- DomProtoViews always have a `<template>` element as root
  * needed for storing subviews
  * we have less chunks of DOM to clone now
- remove fake ElementBinder / Bound element for root text bindings
  and model them explicitly. This removes a lot of special cases we had!
- AppView shares data with nested component views
- some methods in AppViewManager (create, hydrate, dehydrate) are iterative now
  * now possible as we have all child AppViews / ElementRefs already in an array!
2015-07-15 20:23:27 -07:00
..
benchmark/transform feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
change_detection chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
core feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
debug feat(di): removed app injector 2015-07-01 13:33:43 -07:00
di fix(di): removed default visibility 2015-07-13 16:00:07 -07:00
directives feat(change_detection): added support for ObservableList from package:observe 2015-07-15 17:06:42 -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 feat(forms): changed all form directives to have basic control attributes 2015-07-08 12:04:38 -07:00
http feat(http): add support for JSONP requests 2015-07-14 21:31:05 -04:00
mock refactor: change template for view where it makes sense 2015-06-24 18:40:04 +02:00
reflection feat: support decorator chaining and class creation in ES5 2015-06-14 16:54:08 -07:00
render feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
router feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
services test(refactor): cleanup test to use the new UrlMapper 2015-06-24 18:40:04 +02:00
test_lib refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
transform refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
util fix: Class factory now adds annotations 2015-06-15 22:23:54 -07:00