Skip to content

v1.0.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 10 Sep 11:20
· 1037 commits to main since this release

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.