feat: add support for Shadow DOM for DropdownContainer#3033
Open
feat: add support for Shadow DOM for DropdownContainer#3033
Conversation
4112d34 to
cdf414d
Compare
cdf414d to
42675fc
Compare
added 3 commits
March 31, 2026 13:36
- Updated `UuiEnhancedApp` to accept a `shadowRootHost` for Shadow DOM integration. - Introduced a new example demonstrating UUI context usage within a Shadow DOM. - Updated documentation and type definitions to reflect the new `shadowRootHost` property. - fixed `autoFocus` always being `true` even when `false` is passed through params.
…focus handling - Removed `shadowRootHost` from `useUuiServices` and related components. - Updated `DropdownContainer` to manage focus lock correctly without relying on `shadowRootHost`. - Deleted example demonstrating Shadow DOM usage as it is no longer supported. - Updated changelog to reflect changes in focus handling for `DropdownContainer`.
5c4d015 to
0aa3de6
Compare
|
Generated by: track-bundle-size
new sizes (raw)To set the sizes as a new baseline, you can copy/paste next content to the {
"version": "6.4.3",
"timestamp": "2026-03-31",
"sizes": {
"templateApp": {
"css": 253802,
"js": 445862
},
"@epam/app": {
"css": 719629,
"js": 4936325
},
"@epam/electric": {
"css": 2275,
"js": 2883
},
"@epam/promo": {
"css": 47756,
"js": 9145
},
"@epam/uui-extra": {
"css": 0,
"js": 213
},
"@epam/loveship": {
"css": 55348,
"js": 43230
},
"@epam/uui-components": {
"css": 24608,
"js": 240814
},
"@epam/uui-core": {
"css": 0,
"js": 336983
},
"@epam/uui-db": {
"css": 0,
"js": 42718
},
"@epam/uui-docs": {
"css": 2152,
"js": 197291
},
"@epam/uui-editor": {
"css": 12952,
"js": 165320
},
"@epam/uui-timeline": {
"css": 2203,
"js": 75109
},
"@epam/uui": {
"css": 214985,
"js": 345422
}
}
}Generated by: generate-components-api Total amount of exported types/props without JSDoc comments
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
autoFocusis alwaystrueeven whenfalseis passed through paramsIssue link:
QA notes: