Skip to content

Releases: wojtekmaj/react-calendar

v0.2.0-alpha

26 Aug 21:45
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

What's new?

  • Added support for changing locale.
  • Added support for week numbers.
  • Implemented US and ISO-8601 calendars (previously, only the latter was supported). If not given via calendarType prop, calendar type will be automatically determined based on locale.

Bug fixes

  • Fixed setting date range working incorrectly.
  • Minor styling fixes.

v0.1.0-alpha

26 Aug 21:42
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

What's new?

  • Optimized architecture
  • Implemented higher-level jump navigation (eg. on month view, you can jump between years).

Bug fixes

  • Fixed onChange returning previously selected date