Releases: totaldebug/atomic-calendar-revive
Releases · totaldebug/atomic-calendar-revive
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
div
to enable better customisation - remove
timeColor
andtimeSize
options - remove
dateColor
anddateSize
options - remove
dayWrapperLineColor
option - rename class
eventIcon
toevent-icon
- rename
event-titleRunning
toevent-titel.running
, removeeventTitleSize
- event mode style and class changes
headerNameSuperCompact
class replaced withheader-name compact
headerName
class renamed toheader-name
headerDateSuporCompact
class replaced withheader-date compact
headerDate
class renamed toheader-date
hoursHTML
class renamed tohours
relativeTime
class renamed torelative-time
timeRemaining
class renamed totime-remaining
event-leftCurrentDay
class renamed tocurrent-day
event-leftSuperCompact
class replaced withevent-left compact
event-titleRunning
class replaced withevent-title running
eventIcon
class 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-date
class added whenshowEventDate: false
- added classes
event-date-day
,event-date-month
,event-date-week-day
for 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
timeColor
andtimeSize
options - remove
dateColor
anddateSize
options - remove
dayWrapperLineColor
option - rename class
eventIcon
toevent-icon
- rename
event-titleRunning
toevent-titel.running
, removeeventTitleSize
- event mode style and class changes
headerNameSuperCompact
class replaced withheader-name compact
headerName
class renamed toheader-name
headerDateSuporCompact
class replaced withheader-date compact
headerDate
class renamed toheader-date
hoursHTML
class renamed tohours
relativeTime
class renamed torelative-time
timeRemaining
class renamed totime-remaining
event-leftCurrentDay
class renamed tocurrent-day
event-leftSuperCompact
class replaced withevent-left compact
event-titleRunning
class replaced withevent-title running
eventIcon
class 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-date
class added whenshowEventDate: false
- added classes
event-date-day
,event-date-month
,event-date-week-day
for 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
sortByStartTime
has been removedsortBy
has been added the options are:start
to sort by event start timemilestone
to sort by events either starting or finishing soonestnone
to leave in the default order
allDayBottom
moves all day events to the bottom of the view
Features
- Added milestone sorting (381b9fd)
Bug Fixes
- calendar view currentDay becomes distorted (df5a86f)