Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

30 lines (15 loc) · 1.36 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.2 (2021-08-09)

0.2.1 (2021-08-09)

Features

  • date-picker-provider: useDatePickerProvider now also provide datePickerState back (75e2dd2)

0.2.0 (2021-08-08)

⚠ BREAKING CHANGES

  • date-picker-provider: default configs added in button props generator functions

Features

  • date-picker-provider: new DatePickerProvider and useDatePickerProvider (86df656)

0.1.2 (2021-08-08)

  • usedatepicker: useDatePicker hook for building the datepicker (0631849)

Bug Fixes

  • use-date-picker: goToMonth func subtracting unnecessary 1 month (530788d)