Skip to content

Releases: wojtekmaj/react-calendar

v2.2.0

07 Oct 09:17
Compare
Choose a tag to compare

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

01 Oct 09:10
Compare
Choose a tag to compare

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

28 Sep 22:42
Compare
Choose a tag to compare

What's new?

  • Updated sample and test suites to use React 16.0.0.
  • Updated unit tests to Enzyme 3.0.0.

v2.0.3

28 Sep 23:20
Compare
Choose a tag to compare

What's new?

  • Increased unit tests coverage.

Bug fixes

  • Fix week numbers not properly calculated in some edge cases.
  • Fix onChange allowing dates smaller than minDate in some cases.

v2.0.2

28 Sep 23:18
Compare
Choose a tag to compare

What's new?

  • Cleaned up dependencies to ensure small build size.

Bug fixes

  • Fixed minor issue with calendar sizing in test suite.

v2.0.0

17 Sep 11:33
Compare
Choose a tag to compare

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.

v1.1.0

10 Sep 11:23
Compare
Choose a tag to compare

What's new?

  • Increased compatibility of development builds with Internet Explorer 11 and other legacy browsers.
  • Optimized npm package. It no longer includes files not necessary for end user.

What's improved?

  • Minor performance improvements.

v1.0.0

10 Sep 11:20
Compare
Choose a tag to compare

What's new?

  • Enhanced props checking.
    • React will now warn you if you pass view prop that is outside of bonduaries set by minDetail and maxDetail props.
  • 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

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

Bug fixes

  • Fixed compiled files not containing some of the recently applied fixes.

v0.8.2-alpha

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

Bug fixes

  • Fix activity on react-calendar UI triggering form submission when react-calendar was placed inside <form> element.