Releases: enactjs/enact
Releases · enactjs/enact
Release 4.7.2
Fixed
core/handle.forwardCustom
andcore/handle.forwardCustomWithPrevent
to bind an adapter function properlyspotlight
to not show the focus effect when pointer mode is changed tofalse
by touch while an app is loading
Release 4.5.4
Fixed
ui/Scroller
andui/VirtualList
to pass scrolling state properly to UI libraries
Release 4.7.1
No significant changes.
Release 4.7.0
Deprecated
windowsPhone
platform incore/platform.platforms
to be removed in 5.0.0
Added
ui/Layout.Cell
propgrow
to expand its size to the container
Fixed
i18n
resource loader to override strings where the original strings file does not existspotlight
to show the focus effect when pointer mode is changed tofalse
while an app is loadingui/ViewManager
to set index prop properly when reverseTransition prop is given
Release 4.5.3
Fixed
spotlight
to show the focus effect when pointer mode is changed tofalse
while an app is loading
Release 4.6.2
Fixed
i18n
loader to load resources for theme libraries asynchronously
Release 4.6.1
Added
ui/Touchable
eventsonPinch
,onPinchStart
,onPinchEnd
, and configpinchConfig
to support pinch gesture
Deprecated
ui/IconButton
to be removed in 5.0.0, useui/Button
insteadui/RadioDecorator
to be removed in 5.0.0ui/Scroller.ScrollerBase
to be removed in 5.0.0ui/SlotItem
to be removed in 5.0.0ui/ToggleItem
to be removed in 5.0.0ui/VirtualList.VirtualListBase
to be removed 5.0.0
Release 4.6.0
Fixed
core/dispatcher
to set the default target for event listeners properly when built with the snapshot optionui/Marquee.MarqueeDecorator
to restart animation properly whenmarqueeDelay
is 0
Release 4.0.12
Fixed
ui/Marquee.MarqueeDecorator
to have proper spacing for bidirectional text
Release 4.5.2
Fixed
ui/Marquee
to stop at the starting point after one cycle when scaled