Alex Eagle
03627aa84d
chore(format): update to latest formatter
...
Closes #7958
2016-04-11 22:15:23 +00:00
Victor Berchet
c6afea61f1
fix(DomRenderer): correctly handle namespaced attributes
2016-02-19 19:23:46 -05:00
Brian Ford
efb89b83e1
Revert "fix(DomRenderer): correctly handle namespaced attributes"
...
This reverts commit 61cf499b0b6bb759bad6251319c2f5722445f855.
2016-02-11 13:44:16 -08:00
Victor Berchet
61cf499b0b
fix(DomRenderer): correctly handle namespaced attributes
...
Closes #6363
2016-02-10 22:34:13 +00:00
Alex Rickabaugh
80a5e47e61
docs(*): Document a lot more symbols that are missing comments in our generated docs.
2015-12-15 03:04:48 +00:00
Matias Niemelä
564642d859
chore(core): rename classname
to className
...
Closes #5371
2015-11-23 22:43:01 +00:00
Matias Niemelä
87549c77d4
chore(core): proper camelcasing for styleName
and styleValue
2015-11-23 22:43:01 +00:00
Matias Niemelä
fad354904d
test(matchers): add support for toHaveCssStyle
matcher
2015-11-23 22:43:01 +00:00
vsavkin
3c8fa8c50d
cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom
...
BREAKING CHANGE
Before
import {DomAdapter} from 'angular2/core';
After
import {DomAdapter} from 'angular2/platform/common_dom';
Closes #5370
2015-11-20 00:14:24 +00:00
vsavkin
2c8fcec432
refactor(core): move render/dom from core
...
Currently, core depends on DomRenderer, which depends on the browser.
This means that if you depend on angular2/core, you will always
pull in the browser dom adapter and the browser render, regardless
if you need them or not.
This PR moves the browser dom adapter and the browser renderer out of core.
BREAKING CHANGE
If you import browser adapter or dom renderer directly (not via angular2/core),
you will have to change the import path.
2015-11-17 15:53:55 -08:00