Skip to content

Releases: elite174/solid-simple-datepicker

1.1.1

28 Sep 10:33

Choose a tag to compare

  • Fixed months and years switching when max day count is different

1.1.0

27 Aug 07:26
6f5b62f

Choose a tag to compare

BREAKING changes

  • date prop was renamed to selectedDate
  • 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