Skip to content

Releases: enactjs/sandstone

Release 2.9.0-alpha.1

09 Apr 08:02
Compare
Choose a tag to compare

Added

  • sandstone/PageViews component
  • sandstone/Scroller.ContentContainerDecorator to allow component to be a scroll target when its descendant is focused
  • sandstone/VideoPlayer prop setPlaybackSpeed to support playback speed adjustment

Changed

  • Popup family components to enhance contrast in high-contrast mode for improved visibility

Fixed

  • sandstone/VirtualList to show the focused item properly when switching from pointer mode to 5-way mode
  • sandstone/VirtualList.VirtualGridList to show the focused item fully when focus moves via 5-way keys inside a list

Release 2.7.15

05 Mar 08:27
Compare
Choose a tag to compare

Added

  • sandstone/Scroller.ContentContainerDecorator to allow component to be a scroll target when its descendant is focused

Fixed

  • sandstone/VirtualList to show the focused item properly when switching from pointer mode to 5-way mode
  • sandstone/VirtualList.VirtualGridList to show the focused item fully when focus moves via 5-way keys inside a list

Release 2.8.0

07 Feb 10:26
Compare
Choose a tag to compare

Fixed

  • sandstone/Scroller with editable prop to remain focused on the selected item when completing edit by down or enter key in pointer mode
  • sandstone/Scroller not to forward onBack handler of sandstone/Panels when focus moves from scroll thumb to BodyText via back key
  • sandstone/VirtualList to have proper scroll position when item with affordance is larger than scroll area

Release 2.5.12

02 Feb 06:37
Compare
Choose a tag to compare

Fixed

  • sandstone/WizardPanels to read out the correct step when using current prop

Release 2.7.14

23 Jan 07:49
Compare
Choose a tag to compare

No significant changes.

Release 2.7.13

08 Dec 07:16
Compare
Choose a tag to compare

Changed

  • sandstone/Dropdown to read out more details
  • sandstone/Scroller with editable prop to complete editing when down key is pressed during editing
  • sandstone/Slider to read out more details
  • sandstone/TabLayout to move focus from tab contents to tab menu via back key
  • sandstone/TabLayout to read out more details

Fixed

  • sandstone/Scroller with editable prop to rearrange items properly when moving pointer very fast
  • sandstone/Scroller with editable prop to complete editing when focus left by 5-way key in pointer mode

Release 2.7.12

23 Oct 02:11
Compare
Choose a tag to compare

Fixed

  • sandstone/Scroller to read out the announcement of completion properly when editable is given

Release 2.7.11

13 Oct 02:54
Compare
Choose a tag to compare

Fixed

  • sandstone/TabLayout to revert 2.7.9 fix that change back key behavior

Release 2.7.10

20 Sep 07:16
Compare
Choose a tag to compare

Fixed

  • sandstone/Scroller to not show console error when an abnormal editable.initialSelected is given
  • sandstone/VirtualList to not snatch focus from other list on the first render

Release 2.7.9

12 Sep 07:40
Compare
Choose a tag to compare

Changed

  • sandstone/TabLayout back key behavior to match the latest UX

Fixed

  • sandstone/Panels.Header to not show slotAfter in incorrect position at first rendering when centered is given
  • sandstone/Scroller to read out properly when editable is given