Releases: enactjs/enact
Releases · enactjs/enact
Release list
Release 5.5.2
Added
core/utilfunctionsapplyDefaultPropsandnormalizePublicClassNames- Developer guide section on using
@enact/spotlightas a standalone library
Changed
spotlight/SpotlightRootDecoratorto use a functional componentui/resolutionto not resize too often for some intermediate resolutionsui/Transitionto remove staticwill-changedeclarations, reducing persistent GPU layer promotion and memory usage on TV targets
Fixed
core/kindinlinehandler injection to use a props snapshot so each handler receives the same base propsui/Scrollernative scroll animation to land exactly on the target position instead of overshooting by up to one animation stepui/VirtualListnative scroll animation to land exactly on the target position instead of overshooting by up to one animation step
Release 5.5.1
Changed
ui/VirtualList.VirtualListBasicscroll animation method forscrollMode: native
Fixed
ui/Scrollerjumping back when scrolled by long pressui/VirtualListoverscroll effect at the bottom of the listui/VirtualList.VirtualListoverscroll effect at the bottom of the listui/VirtualList.VirtualGridListoverscroll effect at the bottom of the list
Release 5.4.4
Fixed
ui/Scrollerjumping back when scrolled by long press
Release 5.5.0
Added
core/utilfunctioncheckPropTypesto check the prop types of a componentspotlight/SpotlightRootDecoratorconfigfocusEffectClassand functionsetFocusEffectClassto apply a css class to every spottable component when it receives spotlight focus.ui/resolutionAdded support for linear scaling typeui/Slidersupport forcolorPicker
Changed
samplerlook and feel by updating to Storybook 10spotlight/Spottableto reduce redundant work during high-frequency re-rendersui/Marqueeto reduce redundant lifecycle work during high-frequency re-renders
Fixed
spotlightto focus visible children of elements which do not haveoverflow:trueui/resolutionto display the components accordingly on wide resolutionsui/VirtualList.VirtualListto adjust itemSize properly when resizing windowui/VirtualList.VirtualListto scroll properly when another VirtualList exist
Release 5.4.3
Fixed
spotlightto revert 5.4.0 fix to skip visibility check when entering a restricted container or choose a visible container as next target
Release 5.4.2
Changed
core/platformto supportsafari16.6,chrome119, andfirefox128 or laterui/Scrollerscroll animation method forscrollMode: native
Fixed
ui/VirtulListnot to cut off focused item when scroll by pressing keyui/VirtualListnot to jump to the top when item size was changedui/VirtualList.VirtualGridListto adjust itemSize properly when resizing window
Release 5.4.1
Release 5.4.0
Added
limestone/CardsplitCaptionprop to allow user to split the content for the captionsui/useScroll.ScrollAnimatoroase-out-cubicanimation function
Changed
ui/useScroll.ScrollAnimatordefault animation function
Fixed
spotlightto skip visibility check when entering a restricted container or choose a visible container as next target
Release 5.3.2
Fixed
spotlightnavigation from an element to a different container on page load.
Release 5.3.1
Fixed
ui/Scrollerto calculate correctly targetX and targetY when scrolling to a positionspotlightnavigation from an element to a different container