Skip to content

Releases: wojtekmaj/react-calendar

v0.8.1-alpha

10 Sep 11:10
Compare
Choose a tag to compare
v0.8.1-alpha Pre-release
Pre-release

What's new?

  • Enhanced Flex cell calculation system to ensure elements won't overflow container on Internet Explorer 11 and other legacy browsers.

v0.8.0-alpha (testing release)

28 Aug 23:56
Compare
Choose a tag to compare
Pre-release

What's new?

  • Introduced automated unit testing for enhanced quality.
    • Covered dates.js and locales.js with unit tests.

Bug fixes

  • Fixed an error with Navigation buttons disabled when they shouldn't be and the other way around.
  • Minor fixes in calculating dates.

v0.7.0-alpha (compatibility release)

28 Aug 23:54
Compare
Choose a tag to compare
Pre-release

What's new?

  • Vastly improved browser compatibility, including but not limited to support for IE 11.

v0.6.0-alpha

28 Aug 23:52
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

What's new?

  • You can now disable rendering days from previous and next month in MonthView by using showNeighboringMonth={false}.
  • Updated test suite now allows you to toggle week numbers visiblity and toggle showing neighboring month days.

v0.5.0-alpha

28 Aug 23:49
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

What's new?

  • MonthView no longer renders empty spaces at the beginning and at the end of the month; instead, days from previous and next month respectively are rendered.

v0.4.2-alpha

28 Aug 23:48
Compare
Choose a tag to compare
v0.4.2-alpha Pre-release
Pre-release

What's new?

  • Added classes on Navigation arrow buttons for easier styling.

v0.4.1-alpha

28 Aug 23:47
Compare
Choose a tag to compare
v0.4.1-alpha Pre-release
Pre-release

Bug fixes

  • Fixed Navigation allowing to navigate to completely inactive calendar views.
  • Fixed PropTypes of prevLabel and nextLabel mistakenly not allowing React components.

v0.4.0-alpha

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

What's new?

  • Added minDate and maxDate props for setting minimum and maximum selectable date.

v0.3.0-alpha

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

What's new?

  • Optimized code architecture in preparation for future releases.

Bug fixes

  • Fixed minor error with rendering week numbers.

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.