Releases: PawanKolhe/color-calendar
Releases · PawanKolhe/color-calendar
v1.0.7
v1.0.6
v1.0.5
- Fixed default id option value from
#calendar
to#color-calendar
- Update README with usage for React and Vue
v1.0.4
- Added a marker on month and year picker indicating today's month and year
setWeekdayType()
method changed tosetWeekdayDisplayType()
weekdayType
option renamed toWeekdayDisplayType
WeekdayType
type renamed toWeekdayDisplayType
v1.0.3
- 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.
- You can pass an option
v1.0.2
v1.0.1
- Five new methods introduced
- reset()
- setDate()
- getSelectedDate()
- setEventsData()
- addEventsData()
- Day hover highlight trigger area fixed
- README table of contents links fixed
v1.0.0
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