You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,38 @@
2
2
3
3
The following is a curated list of changes in the Enact project, newest changes on the top.
4
4
5
+
## [5.5.0] - 2026-05-08
6
+
7
+
### Added
8
+
9
+
-`core/util` function `checkPropTypes` to check the prop types of a component
10
+
-`spotlight/SpotlightRootDecorator` config `focusEffectClass` and function `setFocusEffectClass` to apply a css class to every spottable component when it receives spotlight focus.
11
+
-`ui/resolution` Added support for linear scaling type
12
+
-`ui/Slider` support for `colorPicker`
13
+
14
+
### Changed
15
+
16
+
-`sampler` look and feel by updating to Storybook 10
17
+
-`spotlight/Spottable` to reduce redundant work during high-frequency re-renders
18
+
-`ui/Marquee` to reduce redundant lifecycle work during high-frequency re-renders
19
+
20
+
### Fixed
21
+
22
+
-`spotlight` to focus visible children of elements which do not have `overflow:true`
23
+
-`ui/resolution` to display the components accordingly on wide resolutions
24
+
-`ui/VirtualList.VirtualList` to adjust itemSize properly when resizing window
25
+
-`ui/VirtualList.VirtualList` to scroll properly when another VirtualList exist
26
+
27
+
## [5.4.3] - 2026-02-26
28
+
29
+
### Fixed
30
+
31
+
-`spotlight` to revert 5.4.0 fix to skip visibility check when entering a restricted container or choose a visible container as next target
32
+
-`spotlight` to focus visible children of elements which do not have `overflow:true`
33
+
-`ui/VirtualList` to revert 5.4.2 cix that not to jump to the top when item size was changed
34
+
-`ui/VirtulList` to revert 5.4.2 fix that not to cut off focused item when scroll by pressing key
35
+
-`ui/VirtualList.VirtualGridList` to revert 5.4.2 fix to adjust itemSize properly when resizing window
36
+
5
37
## [5.4.2] - 2026-01-28
6
38
7
39
### Changed
@@ -13,7 +45,7 @@ The following is a curated list of changes in the Enact project, newest changes
13
45
14
46
-`ui/VirtulList` not to cut off focused item when scroll by pressing key
15
47
-`ui/VirtualList` not to jump to the top when item size was changed
16
-
-`ui/VirtualList.VirtualGridList` to adjust itemSize properly when resizing window
48
+
-`ui/VirtualList.VirtualList`, `ui/VirtualList.VirtualGridList` to adjust itemSize properly when resizing window
0 commit comments