Skip to content

Releases: totaldebug/atomic-calendar-revive

v1.6.0

27 May 10:42
8311a22

Choose a tag to compare

Features

  • add nameColor to set card name color
  • add calDayColor to set the color of the day in calendar mode
  • add calWeekDayColor to set the color of the weekday names along the top in calendar mode
  • add calDateColor to set the color of the date selector in calendar mode
  • amend titleSize to eventTitleSize as its only applicable to events
  • amend titleColor to eventTitleColor as its only applicable to events

Bug Fixes

  • fixes #129 calGridColor not working, this impacted all config that was set in stylesheets

v1.5.3

25 May 18:26
3bd38a7

Choose a tag to compare

Bug Fix

  • fixes #123 issue with height of days in calendar view

v1.5.2

24 May 20:39
ade8bbe

Choose a tag to compare

Bug Fix

  • fixes #118 issue with icons not showing for date change in calendar

v1.5.1

21 May 09:48
f3e1bfa

Choose a tag to compare

Bug Fix

  • fixes #113, icons show up much larger than expected

v1.5.0

19 May 14:48
242e630

Choose a tag to compare

Feature

  • #63
    • Added full day event style to calendar
    • Added ability to show time in calendar event calEventTime
    • Added ability to have event linked disableCalEventLink
    • Added ability to have event location link disableCalLocationLink
    • Added calendar color to entity options color this will set the bullet and all day event color
    • Removed calEventBulletColor and added defaultCalColor instead, this sets colors when calendar color isnt set
    • Set calendar summary to display by time for all calendars

Breaking Changes

  • if you used calEventBulletColor this has been replaced by the defaultCalColor option

v1.4.2

13 May 12:43
0025f8e

Choose a tag to compare

Bug fix

  • #101 Fixed issue where padding was incorrect without name

v1.4.1

11 May 14:10
15bd58d

Choose a tag to compare

Bug Fix

  • Fix issue with calendar selected date

v1.4.0

11 May 13:28
8e4dea5

Choose a tag to compare

Feature

  • #91 Now in HACS default plugin repository, documentation updated
  • #82 When clicking a day in Calendar View it will now be highlighted
    • Set the color with option CalActiveEventBackgroundColor

v1.3.1

07 May 13:41
430268e

Choose a tag to compare

Patch/Bug Fix

  • #64 set Saturday and Sunday to individual colors
  • #81 Removed a debug log that was putting days into console
  • #83 Spaced put calendar event summary
  • #29 Updated Editor to look a little better

v1.3.0

05 May 12:45
aeddfd3

Choose a tag to compare

Feature

  • #70 Added showWeekDay option
  • #67 Improved UI Look
  • #63 better UI for agenda in Calendar View
  • #64 Added custom color for weekends in Calendar View
    • add CalEventWeekendColor: to set the weekend color
  • Added new documentation

Breaking Changes

  • #70 Added showWeekDay option
    • by default this will be set to false, if you want to see the day you should now put showWeekDay: true in your configuration