angular/modules/angular2/src/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(build): require parameter types 2015-07-21 06:20:13 -07:00
shadow_dom refactor(compiler): speed up proto view merging 2015-07-21 13:39:41 -07:00
view fix(class): allow class names with mixed case 2015-07-27 16:46:42 +02:00
convert.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
dom_renderer.ts fix(typings): test our .d.ts with --noImplicitAny 2015-07-24 11:24:44 -07:00
util.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00