-
Notifications
You must be signed in to change notification settings - Fork 304
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
Scoped elements v3 #2168
Scoped elements v3 #2168
Conversation
|
ef0a9d4
to
f2ce45d
Compare
f2ce45d
to
4ce7cad
Compare
* fix(validation-messages): get correct validation min and max dates in French (#2163) * feat(ui): update to lit version 3 and update lion prod dependencies, and create an alpha release --------- Co-authored-by: gerjanvangeest <[email protected]>
4ce7cad
to
38f5b46
Compare
@open-wc/scoped-elements
is updated to v3ScopedElementsMixin
is changed from@open-wc/scoped-elements
to@open-wc/scoped-elements/lit-element.js
as the API changedpackages/ui/components/core/src/ScopedElementsMixin.js
is created. It extends/overrides original@open-wc/scoped-elements/lit-element.js
web-test-runner.config.mjs
getScopedTagName
is removed according to the migration docScopedElementsHost
is moved to our source code since the class is not exposed by@open-wc/scoped-elements/lit-element.js
anymore