Releases: PawanKolhe/color-calendar
Releases · PawanKolhe/color-calendar
Release v3.0.0
What's Changed
- Added React Wrapper ⚛️
- Added WCAG accessibility ♿ support. Keyboard navigation, roles, etc.
initialSelectedDateproperty added. Allows for no date to be selected initially if set tonull, or a custom date can also be set.
⚠️ Breaking Changes:
- Bug fix 🐛: Changing months no-longer changes the selected date.
- API changes:
id->containerdateChanged->onSelectedDateChangemonthChanged->onMonthChangeweekdayType->weekdayDisplayType
Release v2.0.0
What's Changed
- Added support for multiple dots on a event date with different colors possible.
idcan be passed as a function that returns an HTMLElement- Bug fix 🐛: Events can now span multiple months
Tooling updates
- Storybook setup added (link in
README.md) - Tooling and DX upgrade (Biome, TypeScript, Rollup upgrade, etc.)
v1.0.7
- Fix incorrect monthDisplayType
v1.0.6
v1.0.5
- Fixed default id option value from
#calendarto#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()weekdayTypeoption renamed toWeekdayDisplayTypeWeekdayTypetype 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
layoutModifierswhich is an array of layout modifiers. - At the moment only one layout modifier is available -
month-align-leftwhich 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

