New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: remove ViewEncapsulation.Native #38882
Conversation
6d3f47c
to
e8183bc
Compare
e8183bc
to
08ac35f
Compare
08ac35f
to
b9efc1f
Compare
|
I've addressed the latest set of feedback and added a temporary fallback for code that is still using the |
14c800f
to
7eda534
Compare
Thanks for making updates @crisbeto, I just left a couple comments.
7eda534
to
6e91023
Compare
b2fc07d
to
d0a0037
Compare
Adds an automated migration that replaces any usages of the deprecated `ViewEncapsulation.Native` with `ViewEncapsulation.ShadowDom`.
Removes `ViewEncapsulation.Native` which has been deprecated for several major versions. BREAKING CHANGES: * `ViewEncapsulation.Native` has been removed. Use `ViewEncapsulation.ShadowDom` instead. Existing usages will be updated automatically by `ng update`.
d0a0037
to
3c47eb2
Compare
Removes `ViewEncapsulation.Native` which has been deprecated for several major versions. BREAKING CHANGES: * `ViewEncapsulation.Native` has been removed. Use `ViewEncapsulation.ShadowDom` instead. Existing usages will be updated automatically by `ng update`. PR Close #38882
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
See the individual commits for more context, but the high-level overview is:
ViewEncapsulation.NativewithViewEncapsulation.ShadowDom.Nativevalue fromViewEncapsulationand replaces any usages in tests and docs withShadowDom.