@enact/core
Advanced tools
Changelog
[3.4.4] - 2020-08-17
ui/FloatingLayer
and ui/Slider
to prevent global classname leaksChangelog
[3.4.2] - 2020-08-05
Addresses a transpile error during the build of 3.4.1. No other changes were made.
Changelog
[3.4.1] - 2020-08-05
ui/Touchable
to invoke event callbacks updated during gestureChangelog
[3.4.0] - 2020-07-29
ui/AnnounceDecorator.Announce
method announce
parameter clear
to clear previous message before setting the new messageui/ViewManager
prop and ui/ViewManager.Arranger
callback config prop rtl
to allow arrangers to adjust animations to be locale awareui/Marquee
to correctly animate when scaled or when less than 1px longer than its containerui/Scroller
prop data-webos-voice-focused
, data-webos-voice-disabled
, and data-webos-voice-group-label
ui/Scroller
and ui/VirtualList
to re-render when its size changedui/Scroller
and ui/VirtualList
to not fire onScrollStop
event redundantlyui/VirtualList
with scrollMode native
to not scrollTo bottom when dataSize changed to smaller and scrollTo called with animate: false
optionChangelog
[3.3.1] - 2020-07-20
ui/Scroller
by increasing the scrollbar's inactivity timeout to 1000 msspotlight/Spottable
to correctly control focus when elements move under a stationary pointerChangelog
[3.3.0] - 2020-07-13
ui/ViewManager.TransitionGroup
to suppress onTransition
events when a view appears or staysChangelog
[3.3.0-alpha.15] - 2020-07-07
No significant changes.
Changelog
[3.3.0-alpha.14] - 2020-06-29
core/util
function mapAndFilterChildren
to safely iterate over React children
ui/Scroller
to update when clientSize
is changedui/VirtualList
to reset scroll position when clientSize
is changed