Releases: enactjs/enact
Releases · enactjs/enact
Release 4.9.3
Release 5.0.0-alpha.2
Added
core/util
functionsetDefaultProps
to set props that are missing orundefined
to default valuesui/VirtualList.VirtualListBasic
support to read the order of items when thelistitem
role is set to itemswebos/signLang
module withstartSignLang()
,stopSignLang()
functions andSignLangDecorator
Higher-order Component
Fixed
spotlight
to not requireless
dependencyui/Marquee.MarqueeController
to start animation properly whenmarqueeOnFocus
is set totrue
and text changedui/Scroller
andui/VirtualList
to have default prop whenundefined
prop is passedui/VirtualList
to update its scroll bounds when the total size of items is changed
Release 4.9.2
Fixed
ui/VirtualList
to update its scroll bounds when the total size of items is changed
Release 4.9.1
Added
core/util
functionsetDefaultProps
to set props that are missing orundefined
to default valueswebos/signLang
module withstartSignLang()
,stopSignLang()
functions andSignLangDecorator
Higher-order Component
Fixed
ui/Scroller
andui/VirtualList
to have default prop whenundefined
prop is passed
Release 4.7.12
Added
webos/signLang
module withstartSignLang()
,stopSignLang()
functions andSignLangDecorator
Higher-order Component
Release 4.9.0
Fixed
spotlight/Spotlight.disableSelector
to properly update theselectorDisabled
container configui/Marquee.MarqueeDecorator
to start animation properly when synchronized byui/Marquee.MarqueeController
and text changedui/Placeholder.PlaceholderControllerDecorator
to not remount its children when it rerenderswebos/speech.VoiceControlDecorator
to not remount its children when it rerenders
Release 5.0.0-alpha.1
Added
spotlight/SpotlightRootDecorator
configrootId
to specify React DOM tree root for global event handlers
Changed
ui/Marquee.MarqueeDecorator
to use@enact/i18n/utils.isRtlText
API to determine the text directionality
Fixed
ui/Marquee.MarqueeDecorator
to start animation properly when synchronized byui/Marquee.MarqueeController
and text changed
Removed
core/platform
memberwindowsPhone
,edge
,androidChrome
,android
,ie
,ios
,webos
,androidFirefox
,firefoxOS
,blackberry
, andtizen
core/platform
membergesture
,node
,platformName
, andunknown
core/platform
membertouch
andtouchscreen
ui/GridListImageItem
ui/IconButton
ui/Marquee.MarqueeDecorator
configclassName
ui/RadioDecorator
ui/Scroller.ScrollerBase
ui/SlotItem
ui/ToggleItem
ui/VirtualList.VirtualListBase
webos/platform
memberwatch
andlegacy
Release 4.9.0-beta.1
No significant changes.
Release 4.9.0-alpha.3
Changed
spotlight/Spottable
to have sibling DOM node as alternative to findDOMNode API which will be removed in React 19ui/Placeholder.PlaceholderControllerDecorator
andui/ViewManager
to have sibling DOM node as alternative to findDOMNode API which will be removed in React 19webos/speech.VoiceControlDecorator
to have sibling DOM node as alternative to findDOMNode API which will be removed in React 19
Release 4.0.15
Fixed
i18n
resource loader to override strings where the original strings file does not exist