Skip to content

v2.5.0

Compare
Choose a tag to compare
@clukhei clukhei released this 30 Apr 09:04
· 7 commits to v2 since this release

What's new

Sidenav

  • New sticky prop to enable the sidenav to sticky to a given --sgds-sidenav-sticky-top value (defaults to 0rem)
  • See documentation

Datepicker

  • Added appropriate aria attributes added for full support to the screen readers' users .

Fixes

Datepicker

  • Clicking reset button will now reset the calendar view to day view
  • Focus back to input when calendar closes to allow screenreader to announce date in the input.

QuantityToggle

  • Prevent the users from entering the negative("-") value or any other alphabets
  • Reset the value to 0 when the value is blank (deletion)
  • disable button when number reach 0 / minimum / maximum value

Accordion

  • accordion button styling when alwaysOpen prop is set to true
  • aria-expanded value for button when alwaysOpen prop is set to true
  • accordion behaviour that doesn't reflect correctly when toggling alwaysOpen prop