Skip to content

v2.0.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 17 Sep 11:33

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 using showNavigation 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.