Releases: totaldebug/atomic-calendar-revive
Releases · totaldebug/atomic-calendar-revive
v9.0.2
v9.0.2-beta.1
9.0.2-beta.1 (2023-10-05)
Bug Fixes
v9.0.1
v9.0.1-beta.2
9.0.1-beta.2 (2023-10-04)
Bug Fixes
v9.0.1-beta.1
9.0.1-beta.1 (2023-10-03)
Bug Fixes
v9.0.0
9.0.0 (2023-09-27)
⚠ BREAKING CHANGES
- EventMode table removed and swapped for
divto enable better customisation - remove
timeColorandtimeSizeoptions - remove
dateColoranddateSizeoptions - remove
dayWrapperLineColoroption - rename class
eventIcontoevent-icon - rename
event-titleRunningtoevent-titel.running, removeeventTitleSize - event mode style and class changes
headerNameSuperCompactclass replaced withheader-name compactheaderNameclass renamed toheader-nameheaderDateSuporCompactclass replaced withheader-date compactheaderDateclass renamed toheader-datehoursHTMLclass renamed tohoursrelativeTimeclass renamed torelative-timetimeRemainingclass renamed totime-remainingevent-leftCurrentDayclass renamed tocurrent-dayevent-leftSuperCompactclass replaced withevent-left compactevent-titleRunningclass replaced withevent-title runningeventIconclass renamed toevent-icon
Features
- event link will be disabled when no URL is present (286b8a1)
- event mode style and class changes (a81aedd)
- rename event-titleRunning to event-titel.running, remove eventTitleSize (efe86a2)
hide-dateclass added whenshowEventDate: false- added classes
event-date-day,event-date-month,event-date-week-dayfor left column dates.
Bug Fixes
- change const to var (d7c57d5)
- issues with new div formatting (e0895e1)
- progress bar in incorrect position (c131764)
- startDaysAhead not showing correctly (0a33d9a)
Code Refactoring
v9.0.0-beta.2
v9.0.0-beta.1
9.0.0-beta.1 (2023-09-26)
Please note, this is a beta release, there have been multiple changes to the code, please report any issues.
⚠ BREAKING CHANGES
- remove
timeColorandtimeSizeoptions - remove
dateColoranddateSizeoptions - remove
dayWrapperLineColoroption - rename class
eventIcontoevent-icon - rename
event-titleRunningtoevent-titel.running, removeeventTitleSize - event mode style and class changes
headerNameSuperCompactclass replaced withheader-name compactheaderNameclass renamed toheader-nameheaderDateSuporCompactclass replaced withheader-date compactheaderDateclass renamed toheader-datehoursHTMLclass renamed tohoursrelativeTimeclass renamed torelative-timetimeRemainingclass renamed totime-remainingevent-leftCurrentDayclass renamed tocurrent-dayevent-leftSuperCompactclass replaced withevent-left compactevent-titleRunningclass replaced withevent-title runningeventIconclass renamed toevent-icon
Features
- event link will be disabled when no URL is present (286b8a1)
- event mode style and class changes (a81aedd)
- rename event-titleRunning to event-titel.running, remove eventTitleSize (efe86a2)
hide-dateclass added whenshowEventDate: false- added classes
event-date-day,event-date-month,event-date-week-dayfor left column dates.
Bug Fixes
- change const to var (d7c57d5)
- issues with new div formatting (e0895e1)
- startDaysAhead not showing correctly (0a33d9a)
Code Refactoring
v8.0.0
8.0.0 (2023-09-15)
⚠ BREAKING CHANGES
sortByStartTimehas been removedsortByhas been added the options are:startto sort by event start timemilestoneto sort by events either starting or finishing soonestnoneto leave in the default order
allDayBottommoves all day events to the bottom of the view
Features
- Added milestone sorting (381b9fd)
Bug Fixes
- calendar view currentDay becomes distorted (df5a86f)