Skip to content

Releases: enactjs/sandstone

Release 1.4.3

30 Oct 09:20
Compare
Choose a tag to compare

Changed

  • sandstone/Scroller and sandstone/VirtualList scrollbar to always show

Fixed

  • sandstone/Heading font-style to normal where a locale's fonts cannot support italic

Release 1.4.2

26 Oct 00:30
Compare
Choose a tag to compare

Fixed

  • Cambodian(km) language to be classified as a tall-glyph language
  • sandstone/Item line-height to support tall-glyph language

Release 1.4.1

20 Oct 01:27
Compare
Choose a tag to compare

Fixed

  • sandstone/WizardPanels to read steps when neither prop noSteps nor aria-label is present

Release 1.4.0

20 Oct 01:35
Compare
Choose a tag to compare

Added

  • sandstone/TabLayout.Tab prop onTabClick to handle onClick event on it

Fixed

  • sandstone/Input to match latest designs
  • sandstone/TooltipDecorator to marquee when tooltipReleative prop is true
  • sandstone/VirtualList to not show overscroll effect when 5-way key is pressed after scrolling to the bottom by wheel
  • sandstone/WizardPanels to read steps properly with noSteps and aria-label props

Release 1.3.2

25 Sep 02:32
Compare
Choose a tag to compare

Changed

  • sandstone/WizardPanels to read out the content of customized nextButton and prevButton

Fixed

  • sandstone/FlexiblePopupPanels and sandstone/PopupTabLayout to match latest designs
  • sandstone/Picker to move focus on increase or decrease button properly via 5-way

Release 1.3.1

17 Sep 06:28
Compare
Choose a tag to compare

Changed

  • sandstone/Alert background color for fullscreen type
  • sandstone/Icon supported icon list, adding a new icon
  • sandstone/Icon and sandstone/Switch size to not enlarge when large text mode
  • sandstone/Scroller focused body color when focusableScrollbar prop is byEnter

Fixed

  • sandstone/TabLayout to not handle key events from other popup components

Release 1.3.0

14 Sep 08:20
Compare
Choose a tag to compare

Added

  • sandstone/DatePicker and sandstone/TimePicker prop onComplete to handle enter key from the last picker

Changed

  • sandstone/RangePicker to read out properly when Spotlight is on the next or previous button
  • sandstone/TooltipDecorator not to read out audio guidance when showing
  • sandstone/WizardPanels footer to lower position

Fixed

  • sandstone/DatePicker and sandstone/TimePicker to focus the next picker with enter key
  • sandstone/DatePicker and sandstone/TimePicker to show arrows when normal
  • sandstone/Scroller to not restrict focus movement with 5-way directional keys when focusableScrollbar prop is byEnter and there is no scrollbar

Release 1.2.1

07 Sep 10:05
Compare
Choose a tag to compare

Changed

  • Primary background color to black

Fixed

  • sandstone/WizardPanels to revert 1.2.0 fix that renders Panel contents within the usual render flow

Release 1.2.0

07 Sep 10:05
Compare
Choose a tag to compare

Added

  • sandstone/FlexiblePopupPanels.Panel size property to allow the selection between "auto" sized, "small", and "large" panel presets

Changed

  • sandstone/Scroller scrollbar thumb to prevent losing focus with 5-way directional keys when focusableScrollbar prop is byEnter
  • sandstone/Scroller and sandstone/VirtualList scrollbar color and transparency

Fixed

  • sandstone/FixedPopupPanels, sandstone/FlexiblePopupPanels and sandstone/PopupTabLayout to match latest designs
  • sandstone/Input number pad layout in right-to-left locales for both overlay and fullscreen Input
  • sandstone/PopupTabLayout and sandstone/TabLayout to visibly change focus only once when focusing the tabs via 5-way
  • sandstone/TabLayout to properly change focus when changing index programmatically
  • sandstone/Tooltip arrow shape
  • sandstone/WizardPanels to render Panel contents within the usual render flow allowing more predictable use of lifecycle methods

Release 1.1.4

28 Aug 16:28
Compare
Choose a tag to compare

Fixed

  • sandstone/Dropdown to match latest designs
  • sandstone/Input number pad layout in right-to-left locales
  • sandstone/Item style to match latest designs
  • sandstone/Panels.Header style to match latest designs
  • sandstone/TabLayout to not lose focus when changing index programmatically