Releases: wojtekmaj/react-calendar
Releases · wojtekmaj/react-calendar
v2.2.1
v2.2.0
What's new?
- You can now pass custom className that will be added along with "react-calendar" to the main React-Calendar
<div>
element. Accepted formats? Pretty much anything.
v2.1.0
What's new?
- Styles are now added automatically. You no longer need to import them manually. If you wish to style React-Calendar from the ground up, it's still possible by using
/build/entry.nostyle
entry file. - Precompiled CSS files are now added to the package.
Bug fixes
- Fixed calendar overflowing on very small screens like iPhone 5.
v2.0.4
v2.0.3
v2.0.2
v2.0.0
What's new?
- React-Calendar is now on npm and yarn! As react-calendar was previously used by another library, to avoid confusion, versioning had to be aligned with preexisting npm package.
- You can now show and hide navigation in
Calendar
component be usingshowNavigation
flag. - You can now render additional content in calendar items (day on month view, month on year view and so on) by using
renderContent
prop.
Bug fixes
- Fixed layout behaving unexpectedly when items were given a fixed size.
v1.1.0
v1.0.0
What's new?
- Enhanced props checking.
- React will now warn you if you pass
view
prop that is outside of bonduaries set byminDetail
andmaxDetail
props.
- React will now warn you if you pass
- Extended unit tests to include all functions and React components, raising up the coverage over 95%.
- Removed unnecessary functions and simplified overall logic.
Bug fixes
- Fixed getWeekNumber occasionally returning 0 instead of 52.
v0.8.3-alpha
Bug fixes
- Fixed compiled files not containing some of the recently applied fixes.