angular-cn/packages/core
Alan Agius 7f6213a2f4 fix(migrations): add migration to replace `/deep/` with `::ng-deep` (#42214)
With this change we add a migration to replace the deprecated shadow-piercing selector from `/deep/` with deprecated but recommended `::ng-deep`.

The main motivation for this change is that the CSS optimizer CSSNano which is used by the Angular CLI no longer supports this non standard selector and causes build time errors due to the selector being minified incorrectly. However, CSSNano does support the recommended deprecated `::ng-deep` selector.

Closes: #42196

PR Close #42214
2021-05-21 22:13:29 +00:00
..
global build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
schematics fix(migrations): add migration to replace `/deep/` with `::ng-deep` (#42214) 2021-05-21 22:13:29 +00:00
src fix(core): global listeners not being bound on non-node host elements (#42014) 2021-05-14 14:51:04 +00:00
test fix(core): global listeners not being bound on non-node host elements (#42014) 2021-05-14 14:51:04 +00:00
testing refactor(core): add single type for injector token (#41580) 2021-04-22 10:47:12 -07:00
BUILD.bazel fix(core): disable tsickle pass when producing APF packages (#37221) 2020-05-21 09:14:47 -07:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
package.json build: remove publishConfig entry from package.json entries (#42104) 2021-05-18 15:41:33 -07:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00