angular/modules/angular2/test/render/dom
Pawel Kozlowski a8b57256c8 fix(class): allow class names with mixed case
Fixes #3001

BREAKING CHANGE:

View renderer used to take normalized CSS class names (ex. fooBar for foo-bar).
With this change a rendered implementation gets a calss name as specified in a
template, without any transformations / normalization. This change only affects
custom view renderers that should be updated accordingly.

Closes #3264
2015-07-27 16:46:42 +02:00
..
compiler chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
events feat: remove MapWrapper.contains(). 2015-06-18 14:55:12 -07:00
shadow_dom feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
view fix(class): allow class names with mixed case 2015-07-27 16:46:42 +02:00
convert_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
dom_renderer_integration_spec.ts chore(API): cleaned up top level imports (render) 2015-07-25 03:20:15 +00:00
dom_testbed.ts feat(web-workers) Add WebWorker Renderer 2015-07-23 18:29:10 -07:00