@enact/core
Advanced tools
Changelog
[3.3.0-alpha.12] - 2020-06-15
ui/Button
prop iconFlip
to set the flip
prop of iconComponent
ui/Marquee.MarqueeDecorator
to not cause unnecessary rerendersui/Scroller
and ui/VirtualList
to not inadvertently scroll due to click events when in RTL localesui/Skinnable
to not force all Skinnable
children to update if a parent updatesChangelog
[3.3.0-alpha.11] - 2020-06-08
core/handle.forwardCustom
handler to simplify forwarding custom events from componentsi18n/I18nDecorator
locale selection during prerenderingChangelog
[3.3.0-alpha.10] - 2020-05-26
ui/Group
prop selectedEventProp
to configure the key used to hold the value in the onSelect
eventToggleable
to recognize changes in disabled
and onToggle
Changelog
[3.3.0-alpha.8] - 2020-05-04
core/kind
option functional
to return a functional component, suitable for use with React hooks, instead of a class componentui/Layout
to export Layout
by default instead of LayoutBase
Changelog
[3.3.0-alpha.7] - 2020-04-27
ui/ProgressBar
support for orientation
type of 'radial'
ui/ProgressBar
public class name radial
ui/ViewManager
events onTransition
and onWillTransition
payload members index
and previousIndex
ui/ViewManager
to only fire onTransition
once per transitionui/Spinner
center alignmentChangelog
[3.3.0-alpha.6] - 2020-04-14
ui/Scroller
to prevent interaction with scrollbars when mutedChangelog
[3.3.0-alpha.5] - 2020-04-06
core/handle.not
to return the logical complement of the value returned from the handlerChangelog
[3.3.0-alpha.4] - 2020-03-30
ui/GridListImageItem
, use ui/ImageItem
insteadui/ImageItem
componentui/Scroller
, ui/VirtualList.VirtualGridList
, and ui/VirtualList.VirtualList
to update scroll thumb position properly in nested casesChangelog
[3.2.6] - 2020-03-26
ui/VirtualList.VirtualGridList
and ui/VirtualList.VirtualList
to show items properly when reducing data size by updating firstIndex
correctlyui/VirtualList.VirtualList
and ui/VirtualList.VirtualGridList
not to suddenly jump when pressing directional keys after wheelingui/VirtualList.VirtualList
and ui/VirtualList.VirtualGridList
to show items properly when reducing data size