Skip to content

Releases: PawanKolhe/color-calendar

v1.0.7

13 Jul 13:37
Compare
Choose a tag to compare
  • Fix incorrect monthDisplayType

v1.0.6

13 Jul 13:23
Compare
Choose a tag to compare

v1.0.5

29 Sep 10:34
Compare
Choose a tag to compare
  • Fixed default id option value from #calendar to #color-calendar
  • Update README with usage for React and Vue

v1.0.4

07 Sep 08:10
Compare
Choose a tag to compare
  • Added a marker on month and year picker indicating today's month and year
  • setWeekdayType() method changed to setWeekdayDisplayType()
  • weekdayType option renamed to WeekdayDisplayType
  • WeekdayType type renamed to WeekdayDisplayType

v1.0.3

27 Aug 08:16
Compare
Choose a tag to compare
  • Changed styling of how day is selected.
  • Today day will now also show event bullet.
  • Introducing Layout Modifiers.
    • You can pass an option layoutModifiers which is an array of layout modifiers.
    • At the moment only one layout modifier is available - month-align-left which aligns the month and year in the header to the left.
    • This list will expand in the future.

image

v1.0.2

26 Aug 17:05
Compare
Choose a tag to compare
  • Two new methods added:

    • setWeekdayType()
    • setMonthDisplayType()
  • disableMonthYearPickers option added if you want to disable the month and year pickers.

  • You can now set the calendar size using the calendarSize option! For those that need a smaller and compact calendar size.

image

v1.0.1

24 Aug 08:00
Compare
Choose a tag to compare
  • Five new methods introduced
    • reset()
    • setDate()
    • getSelectedDate()
    • setEventsData()
    • addEventsData()
  • Day hover highlight trigger area fixed
  • README table of contents links fixed

v1.0.0

23 Aug 06:46
Compare
Choose a tag to compare

First Major Release

  • README updated and Documentation added
  • Color Calendar now has a simple and elegant logo which would hopefully make it more memorable
  • Month and Year pickers added on month and year click
  • Other numerous bug fixes