angular-cn/modules/angular2/test
Tobias Bosch 0a51ccbd68 feat(render): don’t use the reflector for setting properties
BREAKING CHANGES:
- host actions don't take an expression as value any more but only a method name,
  and assumes to get an array via the EventEmitter with the method arguments.
- Renderer.setElementProperty does not take `style.`/... prefixes any more.
  Use the new methods `Renderer.setElementAttribute`, ... instead

Part of #2476
Closes #2637
2015-06-22 18:35:16 -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 feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
core feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
debug chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
di fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00
directives feat(compiler): detect dangling property bindings 2015-06-20 08:06:07 +02:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
forms feat(host): limits host properties to renames 2015-06-22 12:10:02 -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 feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
router refactor(router): refactor BrowserLocation into LocationStrategy 2015-06-22 16:14:24 -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(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
util fix: Class factory now adds annotations 2015-06-15 22:23:54 -07:00