angular-cn/scripts/ci
Tobias Bosch 2b34c88b69 refactor(view_compiler): codegen DI and Queries
BREAKING CHANGE:
- Renderer:
  * renderComponent method is removed form `Renderer`, only present on `RootRenderer`
  * Renderer.setDebugInfo is removed. Renderer.createElement / createText / createTemplateAnchor
    now take the DebugInfo directly.
- Query semantics:
  * Queries don't work with dynamically loaded components.
  * e.g. for router-outlet: loaded components can't be queries via @ViewQuery,
    but router-outlet emits an event `activate` now that emits the activated component
- Exception classes and the context inside changed (renamed fields)
- DebugElement.attributes is an Object and not a Map in JS any more
- ChangeDetectorGenConfig was renamed into CompilerConfig
- AppViewManager.createEmbeddedViewInContainer / AppViewManager.createHostViewInContainer
  are removed, use the methods in ViewContainerRef instead
- Change detection order changed:
  * 1. dirty check component inputs
  * 2. dirty check content children
  * 3. update render nodes

Closes #6301
Closes #6567
2016-04-13 14:43:48 -07:00
..
dart_ddc chore(ddc): make DDC build non-experimental 2016-01-26 21:04:34 -08:00
after-script.sh
android_cpu.sh
build_and_test.sh feat(typescript): update to 1.9 nightly. 2016-04-13 18:54:58 +00:00
build_dart.sh
build_dart_ddc.sh refactor(view_compiler): codegen DI and Queries 2016-04-13 14:43:48 -07:00
build_js.sh
build_router.sh
env_dart.sh chore: fix DDC errors / warnings 2016-03-08 22:17:32 +00:00
init_android.sh
install_chromium.sh chore: build cjs code prior to launching e2e tests 2016-03-22 22:09:33 +00:00
install_dart.sh
perf_launch_chrome.sh
presubmit-queue-setup.sh
presubmit-queue-success.sh
print-logs.sh
test_browserstack.sh
test_dart.sh chore(build): use Chromium in Travis for JS tests 2016-03-01 11:24:44 -08:00
test_e2e_dart.sh chore(): remove all angular2_material code. 2016-03-16 13:37:37 -07:00
test_e2e_js.sh chore(): remove all angular2_material code. 2016-03-16 13:37:37 -07:00
test_js.sh chore(build): use Chromium in Travis for JS tests 2016-03-01 11:24:44 -08:00
test_perf.sh
test_router.sh chore(build): use Chromium in Travis for JS tests 2016-03-01 11:24:44 -08:00
test_saucelabs.sh
test_server_dart.sh chore(build): use Chromium in Travis for JS tests 2016-03-01 11:24:44 -08:00
travis_after_all.py