Releases: wojtekmaj/react-calendar
Releases · wojtekmaj/react-calendar
v0.8.2-alpha
Bug fixes
- Fix activity on react-calendar UI triggering form submission when react-calendar was placed inside
<form>
element.
v0.8.1-alpha
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)
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)
What's new?
- Vastly improved browser compatibility, including but not limited to support for IE 11.
v0.6.0-alpha
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
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
What's new?
- Added classes on Navigation arrow buttons for easier styling.
v0.4.1-alpha
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
What's new?
- Added
minDate
andmaxDate
props for setting minimum and maximum selectable date.
v0.3.0-alpha
What's new?
- Optimized code architecture in preparation for future releases.
Bug fixes
- Fixed minor error with rendering week numbers.