Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Releases: randex/material-ui-multiple-dates-picker

v0.4.0

01 Jun 16:37
Compare
Choose a tag to compare
  • Added disabledDates property to disable specific dates you don't want user to select
  • Added responsiveness for small screens (thanks, @EmilKarlsson89)

v0.3.0...v0.4.0

v0.3.0

28 Aug 13:59
Compare
Choose a tag to compare
  • Add moment's locale support 0067407

v0.2.1...v0.3.0

v0.2.1

19 Aug 12:09
Compare
Choose a tag to compare
  • Remove isRequired for readOnly prop f5a83d0

v0.2.0...v0.2.1

v0.2.0

19 Aug 11:28
Compare
Choose a tag to compare

New feature time! Read only mode is now available using readOnly prop. Use it to display selected dates to the user without the ability to change them.

v0.1.3...v0.2.0

v0.1.3

14 Aug 11:32
Compare
Choose a tag to compare
  • Build for new version 0.1.3 ff44b1f

v0.1.2...v0.1.3

v0.1.2

14 Aug 11:25
Compare
Choose a tag to compare
  • Fix scroll bar being always visible 7c4a34e

v0.1.1...v0.1.2

v0.1.1

14 Aug 11:12
Compare
Choose a tag to compare

In this first update I've removed all the stuff library was outputting to the console, and also fixed problems old code was having, like using deprecated React methods.

  • Remove warnings and other console output, rewrite Calendar using Hooks, fix README typo, add NPM version badge to README e52c6a4

v0.1.0...v0.1.1

Initial release

13 Aug 22:01
Compare
Choose a tag to compare

So this marks the start of this little library. I won't have a lot of time to keep this component always maintained, so pull requests are greatly appreciated! Thank you for using this awesome multiple dates picker ❤️