mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a8b57256c8
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