@enact/webos
Advanced tools
Changelog
[2.0.0-alpha.8] - 2018-04-17
core/handle.call
to invoke a named method on a bound handlermoonstone/Panels
property closeButtonAriaLabel
to configure the label set on application close buttonbackground
global knob to help visualize components over various background imagesui/Placeholder.PlaceholderControllerDecorator
config property thresholdFactor
moonstone/VirtualList.VirtualList
and moonstone/VirtualList.VirtualGridList
to set its ARIA role
to "list"
moonstone/VideoPlayer
property title
to accept node typeui/Transition
property children
to not be requiredui/Transition
to fire onShow
and onHide
even when there are no children
moonstone/TimePicker
to show meridiem
correctly in all localesmoonstone/Scrollable
scroll buttons to read out out audio guidance when button pressed downmoonstone/ExpandableItem
to show label properly when open and disabledmoonstone/Notification
to position properly in RTL localesmoonstone/VideoPlayer
to show controls when pressing 5-way selectui/ViewManager
to not initially pass the wrong value for enteringProp
when a view initiates a transition into the viewportChangelog
[2.0.0-alpha.7] - 2018-04-03
moonstone/VirtualList.VirtualList
and moonstone/VirtualList.VirtualGridList
property data
ui/VirtualList.VirtualList
and ui/VirtualList.VirtualGridList
prop data
moonstone/VideoPlayer
property noSpinner
to allow apps to show/hide spinner while loading videowebos/LS2Request
send()
parameters onTimeout
and timeout
webos/LS2Request
send()
default onFailure
and onTimeout
handlersmoonstone/VideoPlayer
to disable play/pause button when media controls are disabledmoonstone/VideoPlayer
property moreButtonColor
to allow setting underline colors for more buttonmoonstone/VirtualList.VirtualList
and moonstone/VirtualList.VirtualGridList
prop isItemDisabled
, which accepts a function that checks if the item at the supplied index is disabledmoonstone/Panels.Header
support for headerInput
so the Header can be used as an Input. See documentation for usage examples.moonstone/ProgressBar
property tooltipSide
to configure tooltip position relative to the progress barmoonstone/ProgressBar
colors (affecting moonstone/Slider
as well) for light and dark theme to match the latest designs and make them more visible when drawn over arbitrary background colorsmoonstone/VideoPlayer
to correctly adjust spaces when the number of components changes in leftComponents
and rightComponents
moonstone/VideoPlayer
to read out audio guidance every time source
changesmoonstone/VideoPlayer
to display custom thumbnail nodemoonstone/VideoPlayer
to hide more icon when right components are removedmoonstone/Picker
to correctly update pressed state when dragging off buttonsmoonstone/Notification
to display when it's openedmoonstone/VirtualList
and moonstone/VirtualGridList
to show Spotlight properly while navigating with page up and down keysmoonstone/Input
to allow navigating via left or right to other components when the input is active and the selection is at start or end of the text, respectivelymoonstone/Panels.ActivityPanels
to correctly lay out the existing panel after adding additional panelsspotlight
to partition and prioritize next spottable elements for more natural 5-way behaviorui/Scroller
horizontal scrolling in RTL localesChangelog
[2.0.0-alpha.6] - 2018-03-22
core/factory
module, replaced by the css
override featuremoonstone/Slider
exports SliderFactory
and SliderBaseFactory
moonstone/IncrementSlider
exports IncrementSliderFactory
and IncrementSliderBaseFactory
moonstone/ProgressBar
, moonstone/Slider
, moonstone/Slider.SliderTooltip
, moonstone/IncrementSlider
components' vertical
property and replaced it with orientation
spotlight/SpotlightContainerDecorator
prop containerId
, to be replaced by spotlightId
ui/Transition
property clipHeight
ui/ProgressBar
property vertical
and replaced it with orientation
moonstone/VideoPlayer
property component
to handle custom video elementmoonstone/IncrementSlider
properties incrementAriaLabel
and decrementAriaLabel
to configure the label set on each buttonmoonstone/Input
support for small
propmoonstone/ProgressBar
support for tooltip
and tooltipForceSide
moonstone/ProgressBar
, moonstone/Slider
, moonstone/Slider.SliderTooltip
, moonstone/IncrementSlider
property orientation
to accept orientation strings like "vertical" and "horizontal" (replaced old vertical
prop)spotlight/Pause
module which acts as a semaphore for spotlight pause statespotlight/Spottable
prop spotlightId
to simplify focusing componentsui/Scrollable
support for scrolling by touchui/ProgressBar
property orientation
to accept orientation strings like "vertical"
and "horizontal"
moonstone/Input
input height
, vertical-align
, and margins
. Please verify your layouts to ensure everything lines up correctly; this change may require removal of old sizing and positioning CSS which is no longer necessary.moonstone/FormCheckbox
to have a small border around the circle, according to new GUI designsmoonstone/RadioItem
dot size and added an inner-dot to selected-focused state, according to new GUI designsmoonstone/ContextualPopup
prop popupContainerId
to popupSpotlightId
moonstone/Popup
prop containerId
to spotlightId
moonstone/VideoPlayer
prop containerId
to spotlightId
moonstone/VirtualList.VirtualList
and moonstone/VirtualList.VirtualGridList
prop component
to be replaced by itemRenderer
spotlight/Spotlight.focus
to support focusing by spotlightId
spotlight
container attributes data-container-disabled
and data-container-muted
to be data-spotlight-container-disabled
and data-spotlight-container-muted
, respectivelyui/VirtualList.VirtualList
and ui/VirtualList.VirtualGridList
prop component
to be replaced by itemRenderer
moonstone/ExpandableItem
to be more performant when animatingmoonstone/GridListImageItem
to hide overlay checkmark icon on focus when unselectedmoonstone/GridListImageItem
to use ui/GridListImageItem
moonstone/VirtualList
, moonstone/VirtualGridList
and moonstone/Scroller
components to use their base UI componentsmoonstone/VirtualList
to show the selected state on hovered paging controls properlymoonstone/Slider
to highlight knob when selectedmoonstone/Slider
to handle updates to its value
prop correctlymoonstone/ToggleItem
to accept HTML DOM node tag names as strings for its component
propertymoonstone/Popup
to properly pause and resume spotlight when animatingui/Transition
animation for clip
for "up"
, "left"
, and "right"
directions. This includes a DOM addition to the Transition markup.ui/ComponentOverride
and ui/ToggleItem
to accept HTML DOM node tag names as strings for its component
propertyChangelog
[2.0.0-alpha.5] - 2018-03-07
core/util.childrenEquals
which was no longer supported by React 16moonstone/Marquee.MarqueeText
, replaced by moonstone/Marquee.Marquee
moonstone/VirtualGridList.GridListImageItem
, replaced by moonstone/GridListImageItem
core/util.memoize
method to optimize the execution of expensive functionsui/Touchable
support for drag gestureui/Marquee
componentmoonstone/Marquee.Marquee
to be moonstone/Marquee.MarqueeBase
moonstone/ContextualPopupDecorator
to not restore last-focused childmoonstone/Slider
to correctly show localized percentage value in tooltip when tooltipAsPercent
is truemoonstone/VirtualGridList
to show or hide its scrollbars properlymoonstone/Button
text to be properly centeredui/ViewManager
to suppress enteringProp
for views that are rendered at mountChangelog
[1.15.0] - 2018-02-28
core/util/childrenEquals
, to be removed in 2.0.0moonstone/Marquee.Marquee
, to be moved to moonstone/Marquee.MarqueeBase
in 2.0.0moonstone/Marquee.MarqueeText
, to be moved to moonstone/Marquee.Marquee
in 2.0.0moonstone/GridListImageItem
to display correctlyChangelog
[1.14.0] - 2018-02-23
core/factory
, to be removed in 2.0.0moonstone/VirtualFlexList
, to be replaced by ui/VirtualFlexList
in 2.0.0moonstone/VirtualGridList.GridListImageItem
, to be replaced by moonstone/GridListImageItem
in 2.0.0moonstone/Button
and moonstone/IconButton
prop noAnimation
, to be removed in 2.0.0moonstone/Button.ButtonFactory
, moonstone/Button.ButtonBaseFactory
, moonstone/IconButton.IconButtonFactory
, moonstone/IconButton.IconButtonBaseFactory
, moonstone/IncrementSlider.IncrementSliderFactory
, moonstone/IncrementSlider.IncrementSliderBaseFactory
, moonstone/Slider.SliderFactory
, and moonstone/Slider.SliderBaseFactory
, to be removed in 2.0.0moonstone/Item.ItemOverlay
, to be replaced by ui/SlotItem
in 2.0.0moonstone/Item.Overlay
and moonstone/Item.OverlayDecorator
, to be removed in 2.0.0ui/Holdable
and ui/Pressable
, to be replaced by ui/Touchable
in 2.0.0moonstone/DaySelector
componentmoonstone/EditableIntegerPicker
componentmoonstone/GridListImageItem
componentChangelog
[2.0.0-alpha.4] - 2018-02-13
moonstone/Button
and moonstone/IconButton
prop noAnimation
ui/BodyText
, ui/Image
, ui/Item
, ui/ProgressBar
, ui/SlotItem
, ui/Spinner
, ui/ToggleIcon
components as unstyled base components to support UI librariescore/kind
to always return a component rather than either a component or an SFC depending upon the configurationmoonstone/Marquee
to do less-costly calculations during measurement and optimized the applied stylesmoonstone/ExpandableList
to require a unique key for each object type dataui/Repeater
and ui/Group
to require a unique key for each object type dataui/Toggleable
to use 'selected'
as its default prop
, rather than 'active'
, since 'selected'
is by far the most common use caseui/Touchable
to use global gesture configuration with instance override rather than component-level configuration via HOC configs with instance overridemoonstone/VirtualList
to render properly with fiber reconcilermoonstone/VirtualList
focus option in scrollTo apimoonstone/ExpandableSpotlightDecorator
to not spot the title upon collapse when in pointerMode
moonstone/Spinner
to not unpause Spotlight unless it was the one to pause itmoonstone/Marquee
to stop when becoming disabledspotlight/Spottable
to not remove tabindex
from unspottable components to allow blur events to propagate as expected when a component becomes disabledChangelog
[2.0.0-alpha.3] - 2018-01-18
ui/Button
, ui/Icon
, and ui/IconButton
components to support reuse by themesui/Touchable
support for flick gesturesmoonstone/MoonstoneDecorator
root node to fill the entire space available, which simplifies positioning and sizing for child elements (previously always measured 0 in height)moonstone/VirtualList
to prevent infinite function call when a size of contents is slightly longer than a client size without a scrollbarmoonstone/VirtualList
to sync scroll position when clientSize changedui/resolution
to measure the App's rendering area instead of the entire window, and now factors-in the height as wellmoonstone/Scroller
and moonstone/VirtualList
option indexToFocus
in scrollTo
method which is deprecated from 1.2.0moonstone/Scroller
props horizontal
and vertical
which are deprecated from 1.3.0 and replaced with direction
propChangelog
[1.13.3] - 2018-01-16
core/kind
and core/hoc
public documentation to be visiblemoonstone/TimePicker
to not read out meridiem label when meridiem picker gets a focusmoonstone/Scroller
to correctly update scrollbars when the scroller's contents changeChangelog
[1.13.2] - 2017-12-14
moonstone/Panels
to maintain spotlight focus when noAnimation
is setmoonstone/Panels
to not accept back key presses during transitionmoonstone/Panels
to revert 1.13.0 fix that blurred Spotlight when transitioning panelsmoonstone/Scroller
and other scrolling components to not show scroll thumb when only child item is updatedmoonstone/Scroller
and other scrolling components to not hide scroll thumb immediately after scroll position reaches the top or the bottommoonstone/Scroller
and other scrolling components to show scroll thumb properly when scroll position reaches the top or the bottom by paging controlsspotlight
to guard against accessing unconfigured container configurationsui/ViewManager
to revert 1.13.0 fix for lifecycle timing when entering a view