@enact/core
Advanced tools
Changelog
[2.2.8] - 2018-12-06
moonstone/ExpandableInput
to focus labeled item on closemoonstone/ExpandableItem
to disable its spotlight container when the component is disabledmoonstone/Scroller
to correctly handle scrolling focused elements and containers into viewspotlight
to focus correctly within an overflow container in which the first element is another container without spottable childrenui/Marquee
to display an ellipsis when changing to text that no longer fits within its boundsui/VirtualList
, ui/VirtualGridList
, and ui/Scroller
to debounce onScrollStop
events for non-animated scrollsChangelog
[2.2.7] - 2018-11-21
moonstone/Picker
, moonstone/ExpandablePicker
, moonstone/ExpandableList
, moonstone/IncrementSlider
to support disabling voice controlui/Marquee
to avoid very small animationsChangelog
[2.2.6] - 2018-11-15
i18n/I18nDecorator
to allow changing the locale to a falsy value to use the device localemoonstone/VideoPlayer
to blur slider when hiding media controlsmoonstone/VideoPlayer
to disable pointer mode when hiding media controls via 5-waymoonstone/VirtualList
and moonstone/Scroller
to not to animate with 5-way navigation by defaultui/Marquee
to handle contents which overflow their containers only slightlyChangelog
[2.2.5] - 2018-11-05
moonstone/ExpandableItem
to not steal focus after closingui/Transition
to better support layout after changing childrenChangelog
[2.2.4] - 2018-10-29
moonstone/DayPicker
separator character used between selected days in the label in fa-IR localemoonstone/Scroller
, moonstone/VirtualList.VirtualGridList
, and moonstone/VirtualList.VirtualList
scrolling by voice commands in RTL localesChangelog
[2.2.3] - 2018-10-22
moonstone/Scroller
to respect the disabled spotlight container status when handling pointer eventsmoonstone/Scroller
to scroll to the boundary when focusing the first or last element with a minimal margin in 5-way modemoonstone/VideoPlayer
to position the slider knob correctly when beyond the left or right edge of the sliderspotlight
selection of elements clipped by an overflow containerChangelog
[2.2.2] - 2018-10-15
core/util.Job
to cancel existing scheduled idle()
jobs before scheduling anothermoonstone/Scroller
stuttering when page up/down key is pressedui/Scroller
slowed scrolling behavior when repeatedly requesting a scroll to the same positionChangelog
[2.2.1] - 2018-10-09
i18n/ilib/DurationFmt
to respect sync
parameter when loading stringsi18n
resource loading failure due to resolving the path incorrectlymoonstone/Scroller
, moonstone/VirtualList.VirtualGridList
, and moonstone/VirtualList.VirtualList
to notify user when scrolling is not possible via voice commandmoonstone/TimePicker
to not read out meridiem label when changing the valuespotlight
navigation into an overflow container which contains elements or containers larger than the container's boundsui/Marquee
to prevent restarting animation after blurring just before the previous animation completedChangelog
[2.2.0] - 2018-10-02
moonstone/GridListImageItem
voice control feature supportui/Marquee.MarqueeBase
prop willAnimate
to improve app performance by deferring animation preparation styling such as composite layer promotionui/Skinnable
config option prop
to configure the property in which to pass the current skin to the wrapped componentui/Transition
prop css
to support customizable stylingspotlight
to not explicitly blur()
the currently focused element when focusing another, allowing the platform to manage blurring before focusui/Cell
and ui/Layout
to accept any type of children, since the component
that may be set could accept any format of children
moonstone/DayPicker
to prevent closing when selecting days via voice controlmoonstone/VideoPlayer
to unfocus media controls when hiddenmoonstone/Scroller
to set correct scroll position when an expandable child is closedmoonstone/Scroller
to prevent focusing children while scrollingspotlight
to correctly set focus when the window is activatedspotlight
to correctly set focus when entering a restricted containerui/Touchable
to correctly handle a hold cancelled from an onHold handlerChangelog
[2.1.4] - 2018-09-17
moonstone/Button
and moonstone/IconButton
to style image-based icons correctly when focused and disabledmoonstone/FormCheckboxItem
styling when focused and disabledmoonstone/Panels
to always blur breadcrumbs when transitioning to a new panelmoonstone/Scroller
to correctly set scroll position when nested item is focusedmoonstone/Scroller
to not adjust scrollTop
when nested item is focusedmoonstone/VideoPlayer
to show correct playback rate feedback on play or pausespotlight/Spottable
to respect paused state when it becomes enabledui/ViewManager
to emit onWillTransition
when views are either added or removed