This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
v3.5.0
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 thevalue
prop (Thanks to @RikuVan for the contribution - #290). - The
closeOnSelection
prop to theDatePicker
component has been added to close the dropdown after a selection has been made.
Changed
- Change the
Dropdown
chevron transition animation to ascaleY(-1)
for150ms
(#310). - The
Card
component will now use the SCSS$background
variable as its default background color instead of the hard-coded white color.