Skip to content

Releases: enactjs/sandstone

Release 3.0.0-alpha.2

08 Oct 08:23
Compare
Choose a tag to compare

Added

  • sandstone/Alert public class names alert, content, fullscreen, and title
  • sandstone/Steps prop highlightCurrentOnly to highlight and scale only the current step

Changed

  • sandstone/Icon supported icon list, adding new icons

Fixed

  • sandstone/Panels.Header to show title and subtitle properly in sandstone/WizardPanels
  • sandstone/Scroller, sandstone/Slider, and sandstone/VirtualList to have default prop when undefined prop is passed
  • sandstone/Scroller to show scroll indicator when focusableScrollbar prop is true
  • sandstone/Scroller to read out properly when sandstone/Panels has sandstone/Scroller with focusableScrollbar
  • sandstone/Steps prop size to accept number type
  • sandstone/VideoPlayer to show only the mini feedback when pressing play/pause key

Release 2.9.2

26 Sep 07:54
Compare
Choose a tag to compare

Fixed

  • sandstone/Panels.Header to show title and subtitle properly in sandstone/WizardPanels
  • sandstone/Scroller to show scroll indicator when focusableScrollbar prop is true

Release 2.9.1

09 Sep 06:40
Compare
Choose a tag to compare

Added

  • sandstone/Alert public class names alert, content, fullscreen, and title
  • sandstone/Steps prop highlightCurrentOnly to highlight and scale only the current step

Changed

  • sandstone/Icon supported icon list, adding new icons

Fixed

  • sandstone/Scroller, sandstone/Slider, and sandstone/VirtualList to have default prop when undefined prop is passed
  • sandstone/Steps prop size to accept number type

Release 2.7.18

05 Sep 07:04
Compare
Choose a tag to compare

Added

  • sandstone/Alert public class names alert, content, fullscreen, and title

Changed

  • sandstone/Icon supported icon list, adding new icons

Release 2.9.0

17 Jul 05:54
Compare
Choose a tag to compare

Added

  • sandstone/Scroller editable.blurItemFuncRef prop to provide a function for blurring the focused item

Changed

  • sandstone/PageViews styling to match the latest GUI

Fixed

  • sandstone/Input back button to be disabled when disabled prop is true
  • sandstone/Popup to restore focus when a popup is open by default and then closed

Release 3.0.0-alpha.1

11 Jul 06:59
Compare
Choose a tag to compare

Removed

  • sandstone/Input.InputPopupBase prop value

Added

  • sandstone/Scroller editable.blurItemFuncRef prop to provide a function for blurring the focused item

Changed

  • sandstone/PageViews styling to match the latest GUI

Fixed

  • sandstone/Input back button to be disabled when disabled prop is true

Release 2.7.17

08 Jul 08:03
Compare
Choose a tag to compare

Added

  • sandstone/Icon supported icon list, adding new icon create
  • sandstone/Icon supported icon list, adding new wifi5G icons
  • sandstone/Scroller editable.blurItemFuncRef prop to provide a function for blurring the focused item

Release 2.9.0-beta.1

17 Jun 09:19
Compare
Choose a tag to compare

Added

  • sandstone/Icon supported icon list, adding new icon create

Release 2.9.0-alpha.4

05 Jun 04:54
Compare
Choose a tag to compare

Changed

  • sandstone/ContextualPopupDecorator and sandstone/Dropdown to have sibling DOM node as alternative to findDOMNode API which will be removed in React 19
  • sandstone/PageViews to hide dot page indicator when there is only one page

Fixed

  • sandstone/FixedPopupPanels to show the outline appropriately in high-contrast mode

Release 2.9.0-alpha.3

24 May 01:44
Compare
Choose a tag to compare

Added

  • Support for QHD displays
  • sandstone/Icon supported icon list, adding new wifi5G icons
  • sandstone/PageViews prop fullContents to maximize its contents area

Fixed

  • sandstone/TabLayout to move focus properly by 5-way directional key when it is in Panels
  • sandstone/QuickGuidePanels to export Panel instead of QuickGuidePanel