Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

v3.5.0

Compare
Choose a tag to compare
@illright illright released this 08 Nov 19:10
· 79 commits to main since this release
ff68033

Added

  • The Slider component has been added, allowing you to create a slider similar to the one you would get with <input type="range">. It also support inputting a range by supplying a tuple for the value prop (Thanks to @RikuVan for the contribution - #290).
  • The closeOnSelection prop to the DatePicker component has been added to close the dropdown after a selection has been made.

Changed

  • Change the Dropdown chevron transition animation to a scaleY(-1) for 150ms (#310).
  • The Card component will now use the SCSS $background variable as its default background color instead of the hard-coded white color.

Fixed

  • Fixed some types and documentation mistakes for the Accordion component (#316).