Releases: elite174/solid-simple-datepicker
Releases · elite174/solid-simple-datepicker
1.1.1
1.1.0
BREAKING changes
dateprop was renamed toselectedDate- HTML markdown for the component was changed (there're new CSS classes, some classes were removed)
New features and improvements
-
Finally, the datepicker shows the week days! You can customize:
// default is 0 (Sunday) // 1 - is Monday <SimpleDatepicker startWeekDay={1} />
You can also pass new locales to customize the name of the weekday
-
Added new color:
--sd-button-disabled-color -
Refactored CSS
-
Fixed types for the package