feat: add support for Shadow DOM for DropdownContainer#3033
Merged
Conversation
4112d34 to
cdf414d
Compare
cdf414d to
42675fc
Compare
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.4",
"timestamp": "2026-04-06",
"sizes": {
"templateApp": {
"css": 253789,
"js": 445868
},
"@epam/app": {
"css": 719597,
"js": 4936380
},
"@epam/electric": {
"css": 2275,
"js": 2883
},
"@epam/promo": {
"css": 47756,
"js": 9145
},
"@epam/uui-extra": {
"css": 0,
"js": 213
},
"@epam/loveship": {
"css": 55330,
"js": 43216
},
"@epam/uui-components": {
"css": 24622,
"js": 240817
},
"@epam/uui-core": {
"css": 0,
"js": 336983
},
"@epam/uui-db": {
"css": 0,
"js": 42718
},
"@epam/uui-docs": {
"css": 2152,
"js": 197287
},
"@epam/uui-editor": {
"css": 12954,
"js": 165333
},
"@epam/uui-timeline": {
"css": 2199,
"js": 75104
},
"@epam/uui": {
"css": 214962,
"js": 345421
}
}
}Generated by: generate-components-api Total amount of exported types/props without JSDoc comments
|
added 3 commits
April 2, 2026 15:52
- 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`.
0aa3de6 to
1e2e2df
Compare
JuliaMV
approved these changes
Apr 2, 2026
- Added `waitForImagesLoaded` method to `AbsPage` to ensure images are fully loaded before taking screenshots. - Updated `expectScreenshot` methods in `IntegrationTestPage` and `PreviewPage` to utilize the new loading method with configurable timeout. - Imported `slowTestExpectTimeout` from configuration for better control over slow test scenarios. - Updated related screenshot files to reflect changes in test execution.
MSt1ch
approved these changes
Apr 6, 2026
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: