Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@clukhei clukhei released this 30 Apr 08:51
· 5 commits to master since this release

What's new

Sidenav

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

Pagination

  • New showFirstPage showLastPage prop to toggle the visibility of first and/or last page of the component

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

Fixes

Pagination

  • Added the fallback value for colour css custom variables of pagination component

Datepicker

  • Added appropriate aria attributes added for full support to the screen readers' users . Fixes #180
  • Focus back to input when calendar closes to allow screenreader to announce date in the input.