Kristiyan Kostadinov
184d270725
fix(ivy): DebugElement.triggerEventHandler not picking up events registered via Renderer2 ( #31845 )
...
Fixes Ivy's `DebugElement.triggerEventHandler` to picking up events that have been registered through a `Renderer2`, unlike ViewEngine.
This PR resolves FW-1480.
PR Close #31845
2019-08-01 10:13:07 -07:00
Misko Hevery
975845596d
perf(ivy): use string concatination instead template string ( #30453 )
...
PR Close #30453
2019-05-23 10:30:58 -07:00
Filipe Silva
ac34a1429b
refactor: remove toplevel property accesses ( #29329 )
...
PR Close #29329
2019-05-16 12:08:49 -07:00
Peter Johan Salomonsen
712d60e467
fix(platform-browser): insert APP_ID in styles, contentAttr and hostAttr ( #17745 )
...
PR Close #17745
2019-04-11 07:59:22 -07:00
Ben Lesh
2b9cc8503d
fix(ivy): Ensure proper namespace is used to create elements in JIT ( #28144 )
...
PR Close #28144
2019-01-18 09:56:41 -08:00
Rob Wormald
6e828bba88
fix(core): do not clear element content when using shadow dom ( #24861 )
...
PR Close #24861
2018-08-30 21:33:13 -07:00
Rob Wormald
3553977bd7
feat(core): add support for ShadowDOM v1 ( #24718 )
...
add a new ViewEncapsulation.ShadowDom option that uses the v1 Shadow DOM API to provide style encapsulation.
PR Close #24718
2018-07-02 14:37:41 -07:00
Victor Berchet
7de2ba0e22
Revert "feat(ivy): add namespace instructions for SVG and others ( #23899 )"
...
This reverts commit 81e4b2a4bf21d8b6ab7d33053f4e020c09021e1f.
2018-06-06 13:38:21 -07:00
Ben Lesh
81e4b2a4bf
feat(ivy): add namespace instructions for SVG and others ( #23899 )
...
PR Close #23899
2018-06-06 10:22:27 -07:00
Olivier Combe
0f5c70d563
build: update npm dependencies ( #19328 )
...
PR Close #19328
2017-09-22 13:20:52 -07:00
Matias Niemelä
7f9c589ba3
feat(core): add begin
and end
renderer methods to track change detection
2017-05-04 15:07:27 -04:00
Miško Hevery
728c9d0632
fix(platform-browser): Update types for TypeScript nullability support
...
Closes #15898
2017-04-18 12:07:33 -07:00
Dzmitry Shylovich
92084f2b6a
fix(platform-browser): setAttribute should work with xmlns namespace ( #14874 )
...
Closes #14865
2017-03-23 12:52:06 -07:00
Tobias Bosch
ff71eff157
refactor(core): use flags in Renderer2.setStyle
instead of booleans ( #15045 )
...
BREAKING CHANGE: (since v4 rc.1)
- `Renderer2.setStyle` no longer takes booleans but rather a
bit mask of flags.
2017-03-13 09:45:04 -07:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00