Skip to content

Releases: Kiarash-Z/react-modern-calendar-datepicker

v1.14

12 Dec 10:11
Compare
Choose a tag to compare

Fixes #88

v1.1.3

12 Dec 09:52
Compare
Choose a tag to compare

This release fixes #86 bug relating to showing an unexpected arrow when the date picker is closed.

v1.1.2

08 Dec 14:02
Compare
Choose a tag to compare

Fixes a syntax issue with #77

v1.1.1

08 Dec 14:01
Compare
Choose a tag to compare

This version fixes the following bugs:

The initial value of { from: undefined, to: undefined } instead of { from: null, to: null } resulted in errors #78 .
DatePicker was missing in TypeScript types export config. Fixed by @thebrodmann

v1.1.0

05 Dec 09:06
Compare
Choose a tag to compare

This version includes the following changes:

  • Huge accessibility improvements and support for keyboard navigation related to #65, #54
  • Support for TypeScript projects by adding index.d.ts thanks to @thebrodmann
  • Removed hardcoded text and added language files for easy localization. Therefore, removed isPersian prop and added locale prop default to en. related to #55
  • New slideAnimationDuration for customizing animations thanks to @themzed

v1.0.1

26 Oct 16:58
Compare
Choose a tag to compare

This version fixes the animation bug for sliding months in Safari browser

🎉v1.0.0 - Initial Release of react-modern-calendar-datepicker Under a New Name

25 Oct 15:42
Compare
Choose a tag to compare

New republished package has :

  • Gregorian date support thanks to @judsonjuniorr on #32.
  • Combined all kind of date pickers into value prop
  • shouldHighlightWeekends prop