What's new?
- Added
allowPartialRange
which when set totrue
will cause onChange to be called with only partial result givenselectRange
prop (#351). - Added CSS classes to Navigation label items to allow better custom styling (#333). Thanks, @zigotica!
- Added CSS classes to tiles to allow better styling of hovered date range (#373). Thanks, @bywo!
What's changed?
- Refactored internals
- Added unit tests
- Improved documentation on hiding icons (#364). Thanks, @valtism!
Bug fixes
- Fixed re-rendering issue in Calendar component (#300). Thanks, @UtkarshPramodGupta!