Skip to content

Latest commit

 

History

History
357 lines (104 loc) · 8.12 KB

CHANGELOG.md

File metadata and controls

357 lines (104 loc) · 8.12 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.8.4 (2021-10-23)

Note: Version bump only for package react-datepicker

2.8.3 (2021-09-04)

Note: Version bump only for package react-datepicker

2.8.2 (2021-09-03)

Note: Version bump only for package react-datepicker

2.8.1 (2021-09-03)

Note: Version bump only for package react-datepicker

2.8.0 (2021-02-10)

Bug Fixes

  • hooks: memoize some returned methods in useDatepicker (792f12c)

2.7.0 (2020-06-30)

Features

  • hooks: add support for React Native (2d7b8ed)

2.6.0 (2020-06-22)

Bug Fixes

  • remove props from styles and useDay (e986183)

Features

  • add isStartDate and isEndDate (94f4118)

2.5.0 (2020-06-18)

Features

  • hooks: added functionality to move the calendar by a single month (2a884a6)

2.4.1 (2020-06-17)

Bug Fixes

  • hooks: fix losing losing focus in other inputs (eae4f52)

2.4.0 (2020-06-09)

Features

  • deps: update dependencies (b538249)

2.3.1 (2020-01-06)

Bug Fixes

  • initialVisibleMonth: fix InitialVisibleMonth (b1d9b0c), closes #48

2.3.0 (2019-12-23)

Features

  • unavailable-dates: add unavaiable dates feature (5039530)

2.2.0 (2019-12-06)

Features

  • useDatepicker: update goToPreviousYear and goToNextYear methods (15ac2b6), closes #35
  • zIndex: add zIndex styles (509a1d7), closes #32

2.1.4 (2019-11-11)

Bug Fixes

  • typescript: update KeyboardEvent at useDay (8e26554)

2.1.3 (2019-11-08)

Note: Version bump only for package react-datepicker

2.1.2 (2019-11-08)

Note: Version bump only for package react-datepicker

2.1.1 (2019-11-01)

Note: Version bump only for package react-datepicker

2.1.0 (2019-10-31)

Note: Version bump only for package react-datepicker

2.0.3 (2019-09-10)

Bug Fixes

2.0.2 (2019-08-29)

Bug Fixes

  • hooks: fix start of the month (062f66f), closes #7

2.0.1 (2019-08-26)

Bug Fixes

  • depencencies: update vulnerable lodash in yarn.lock (c97a4aa)

2.0.0 (2019-08-23)

Features

  • date-fns: we update date-fns to version v2.0.0 (38d961e), closes #4

BREAKING CHANGES

  • date-fns: date format, parseDate

1.7.1 (2019-08-02)

Bug Fixes

  • hooks: fix goToNextYear and goToPreviousYear bug (86577e5), closes #3

1.7.0 (2019-08-01)

Features

  • hooks: add goToNextYear and goToPreviousYear methods to the hooks. (6040c7b)

1.6.0 (2019-07-14)

Bug Fixes

  • styled-system: upgrade to version 5.0.12 (6ce33b1)

Features

  • input: manual entry of the date is enabled (3fb3232)

1.5.1 (2019-07-01)

Bug Fixes

  • styled-system: upgrade to version 5.0.12 (6ce33b1)

1.5.0 (2019-06-22)

Bug Fixes

  • theming: select date border (ffd61b6)

Features

  • theming: simplified color palette change (035bc6e)

1.4.1 (2019-06-19)

Bug Fixes

  • accessibility: accessibility fix (2779136)

1.4.0 (2019-06-15)

Features

  • styled-system: upgraded system-system to version 5.0.6. (d21fefa)

1.3.1 (2019-06-11)

Bug Fixes

  • dependencies: update dependencies (716f998)

1.3.0 (2019-06-11)

Bug Fixes

Features

  • animations: add annimations to datepicker (facdad9)
  • single datepicker: add single datepicker (57e9219)

1.2.3-alpha.3 (2019-06-05)

Bug Fixes

  • styled: roll back styled system (6990308)