Skip to content

Releases: ktsn/calendar-set

v0.3.2

31 May 01:12
Compare
Choose a tag to compare

Bug Fixes

  • do not include esnext code in dist files (ba63a7b)

v0.3.1

29 May 08:10
Compare
Choose a tag to compare

Features

  • add getMonth data for all calendars (155ca93)

v0.3.0

16 Apr 06:48
Compare
Choose a tag to compare

Chores

  • rename calendar-cell-size to date-calendar-cell-size (35fd9f1)

Features

  • add MonthCalendar component (e0b2c75)
  • add MonthRangeCalendar (6e5b908)

BREAKING CHANGES

  • CSS Variable calendar-cell-size is renamed to date-calendar-cell-size

v0.2.4

12 Apr 06:59
Compare
Choose a tag to compare

Bug Fixes

  • avoid unexpected submit when cell is clicked (63a4f28)

v0.2.3

11 Apr 02:08
Compare
Choose a tag to compare

Bug Fixes

  • make background color transparent in default (4cabbc7)

v0.2.2

02 Apr 09:00
Compare
Choose a tag to compare

Bug Fixes

  • current data of range calendar should work (0e204d0)

Features

  • allow to specify hovered data and selecting state of range calendar (9a6fc5c)

v0.2.1

02 Apr 06:25
Compare
Choose a tag to compare

Bug Fixes

  • fix dist directory is not published correctly (dbbc50b)

v0.2.0

02 Apr 06:24
Compare
Choose a tag to compare

Features

  • separate styles from javascript file (c96970c)

BREAKING CHANGES

  • styles are no longer automatically imported
    when the users import main javascript entry point.

v0.1.0

30 Mar 10:22
Compare
Choose a tag to compare

Initial release