Color Calendar Versions Save

📅 A customizable calendar JavaScript UI widget/component library with the ability to show events.

v1.0.7

2 years ago
  • Fix incorrect monthDisplayType

v1.0.6

2 years ago

v1.0.5

3 years ago
  • Fixed default id option value from #calendar to #color-calendar
  • Update README with usage for React and Vue

v1.0.4

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • Five new methods introduced
    • reset()
    • setDate()
    • getSelectedDate()
    • setEventsData()
    • addEventsData()
  • Day hover highlight trigger area fixed
  • README table of contents links fixed

v1.0.0

3 years ago

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