Skip to content

Releases: totaldebug/atomic-calendar-revive

v9.0.1

05 Oct 16:23
Compare
Choose a tag to compare

9.0.1 (2023-10-05)

Bug Fixes

  • calendar REST API request timezone incorrect (d92b73d), closes #1191
  • entity: entity.maxDaysToShow not working (bddb8b4), closes #1191
  • unable to overide font size for hours (b2c6898), closes #1189

v9.0.1-beta.2

04 Oct 11:33
Compare
Choose a tag to compare
v9.0.1-beta.2 Pre-release
Pre-release

9.0.1-beta.2 (2023-10-04)

Bug Fixes

  • calendar REST API request timezone incorrect (d92b73d), closes #1191

v9.0.1-beta.1

03 Oct 16:24
Compare
Choose a tag to compare
v9.0.1-beta.1 Pre-release
Pre-release

9.0.1-beta.1 (2023-10-03)

Bug Fixes

  • entity: entity.maxDaysToShow not working (bddb8b4), closes #1191
  • unable to overide font size for hours (b2c6898), closes #1189

v9.0.0

27 Sep 14:59
Compare
Choose a tag to compare

9.0.0 (2023-09-27)

⚠ BREAKING CHANGES

  • EventMode table removed and swapped for div to enable better customisation
  • remove timeColor and timeSize options
  • remove dateColorand dateSize options
  • remove dayWrapperLineColor option
  • rename class eventIcon to event-icon
  • rename event-titleRunning to event-titel.running, remove eventTitleSize
  • event mode style and class changes
  • headerNameSuperCompact class replaced with header-name compact
  • headerName class renamed to header-name
  • headerDateSuporCompact class replaced with header-date compact
  • headerDate class renamed to header-date
  • hoursHTML class renamed to hours
  • relativeTime class renamed to relative-time
  • timeRemaining class renamed to time-remaining
  • event-leftCurrentDay class renamed to current-day
  • event-leftSuperCompact class replaced with event-left compact
  • event-titleRunning class replaced with event-title running
  • eventIcon class renamed to event-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 when showEventDate: 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

  • remove timeColor and timeSize options (824bbe4)
  • rename class eventIcon to event-icon (960a2d7)

v9.0.0-beta.2

26 Sep 19:39
Compare
Choose a tag to compare
v9.0.0-beta.2 Pre-release
Pre-release

9.0.0-beta.2 (2023-09-26)

Bug Fixes

  • progress bar in incorrect position (c131764)

v9.0.0-beta.1

26 Sep 11:06
Compare
Choose a tag to compare
v9.0.0-beta.1 Pre-release
Pre-release

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 and timeSize options
  • remove dateColorand dateSize options
  • remove dayWrapperLineColor option
  • rename class eventIcon to event-icon
  • rename event-titleRunning to event-titel.running, remove eventTitleSize
  • event mode style and class changes
  • headerNameSuperCompact class replaced with header-name compact
  • headerName class renamed to header-name
  • headerDateSuporCompact class replaced with header-date compact
  • headerDate class renamed to header-date
  • hoursHTML class renamed to hours
  • relativeTime class renamed to relative-time
  • timeRemaining class renamed to time-remaining
  • event-leftCurrentDay class renamed to current-day
  • event-leftSuperCompact class replaced with event-left compact
  • event-titleRunning class replaced with event-title running
  • eventIcon class renamed to event-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 when showEventDate: 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

  • remove timeColor and timeSize options (824bbe4)
  • rename class eventIcon to event-icon (960a2d7)

v8.0.0

15 Sep 12:57
Compare
Choose a tag to compare

8.0.0 (2023-09-15)

⚠ BREAKING CHANGES

  • sortByStartTime has been removed
  • sortBy has been added the options are:
    • start to sort by event start time
    • milestone to sort by events either starting or finishing soonest
    • none 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)

v7.7.2

14 Sep 09:09
Compare
Choose a tag to compare

7.7.2 (2023-09-14)

Bug Fixes

  • events not showing correctly when split multi days (ac66342)
  • nan showing for events that are not split (151a03b)
  • resolve issue where days rolled over to next day (76e673a)

v7.7.1

12 Sep 14:41
Compare
Choose a tag to compare

7.7.1 (2023-09-12)

Bug Fixes

  • issue with end dates and hours text (3c241d3)
  • multidayevents not showing correct hours (f9c87b8)
  • single all day events not showing as all day in some circumstances (0e90793)

v7.7.0

05 Sep 17:36
Compare
Choose a tag to compare

7.7.0 (2023-09-05)

Features

  • editor: add missing option to editor and amend translations (b3abdd5)

Bug Fixes

  • editor: resolve adding all config to editor (f69d070)
  • events not showing correctly with showMultiDay (a64fade)
  • icons not centered on calendar view (114bbde)