Skip to content

Releases: Zertz/tempocal

@tempocal/[email protected]

27 Mar 02:02
b8c50b0
Compare
Choose a tag to compare

Minor Changes

  • 38507e8: Rename lib to react and split utils into core

Patch Changes

@tempocal/[email protected]

27 Mar 02:19
3722906
Compare
Choose a tag to compare

Patch Changes

  • 655a5d8: Publish with public access

@tempocal/[email protected]

27 Mar 02:02
b8c50b0
Compare
Choose a tag to compare

Minor Changes

  • 38507e8: Rename lib to react and split utils into core

@tempocal/[email protected]

26 Mar 17:02
98e13b3
Compare
Choose a tag to compare

Patch Changes

@tempocal/[email protected]

26 Mar 17:02
98e13b3
Compare
Choose a tag to compare

Patch Changes

v0.8.2

24 Mar 13:45
02c7345
Compare
Choose a tag to compare

Minor Changes

  • 3c8423e: Replace yarn with pnpm, set up Turborepo, replace Parcel with tsup, replace jest with vitest

Patch Changes

v0.7.0

14 Mar 01:00
Compare
Choose a tag to compare
  • Add support for minValue and maxValue
  • When minValue and maxValue are specified, return years array
  • Add available property in months which may be false when minValue or maxValue are specified
  • Rollover a week if month starts on day 1 or ends on day 7
  • Remove <button> on days, use renderDay to render whichever element is best for you
  • Improve examples

v0.6.1

11 Mar 03:05
Compare
Choose a tag to compare
  • Add repository and homepage to lib

v0.6.0

11 Mar 02:59
Compare
Choose a tag to compare
  • onChangeCalendarValue can now be called without a parameter to set the calendar to now
  • locale can no longer be undefined
  • useMonthNames is now useMonths
  • monthNames is now months
  • useWeekdayNames is now useWeekdays
  • weekdayNames is now weekdays

v0.5.0

03 Mar 13:08
Compare
Choose a tag to compare
  • Decouple the selected value from the calendar's visible date