Releases: enactjs/enact
Releases · enactjs/enact
Release 2.2.8
Fixed
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
, andui/Scroller
to debounceonScrollStop
events for non-animated scrolls
Release 2.2.7
Fixed
moonstone/Picker
,moonstone/ExpandablePicker
,moonstone/ExpandableList
,moonstone/IncrementSlider
to support disabling voice controlui/Marquee
to avoid very small animations
Release 2.2.6
Fixed
i18n/I18nDecorator
to allow changing the locale to a falsey 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
andmoonstone/Scroller
to not to animate with 5-way navigation by defaultui/Marquee
to handle contents which overflow their containers only slightly
Release 2.2.5
Fixed
moonstone/ExpandableItem
to not steal focus after closingui/Transition
to better support layout after changing children
Release 2.2.4
Fixed
moonstone/DayPicker
separator character used between selected days in the label in fa-IR localemoonstone/Scroller
,moonstone/VirtualList.VirtualGridList
, andmoonstone/VirtualList.VirtualList
scrolling by voice commands in RTL locales
Release 2.2.3
Fixed
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 container
Release 2.2.2
Fixed
core/util.Job
to cancel existing scheduledidle()
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 position
Release 2.2.1
Fixed
i18n/ilib/DurationFmt
to respectsync
parameter when loading stringsi18n
resource loading failure due to resolving the path incorrectlymoonstone/Scroller
,moonstone/VirtualList.VirtualGridList
, andmoonstone/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 completed
Release 2.2.0
Added
moonstone/GridListImageItem
voice control feature supportui/Marquee.MarqueeBase
propwillAnimate
to improve app performance by deferring animation preparation styling such as composite layer promotionui/Skinnable
config optionprop
to configure the property in which to pass the current skin to the wrapped componentui/Transition
propcss
to support customizable styling
Changed
spotlight
to not explicitlyblur()
the currently focused element when focusing another, allowing the platform to manage blurring before focusui/Cell
andui/Layout
to accept any type of children, since thecomponent
that may be set could accept any format ofchildren
Fixed
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 handler
Release 2.1.4
Fixed
moonstone/Button
andmoonstone/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 adjustscrollTop
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 emitonWillTransition
when views are either added or removed