Skip to content

v2.0.0

Compare
Choose a tag to compare
@farhoudshapouran farhoudshapouran released this 29 Jan 11:24
· 128 commits to main since this release
3c42c81

Breaking changes

  • Support different mode types: single, range, and multiple

What's Changed

  • Change modes from date, datetime, and time to single, range, and multiple
  • Change value prop name to date in single mode
  • Add startDate and endDate props to support range mode
  • Add dates prop to support multiple mode
  • Fix performance issues #46 #47
  • Document update based on new modes