Releases: totaldebug/atomic-calendar-revive
Releases · totaldebug/atomic-calendar-revive
v2.0.0
Features
- Moved over to TypeScript
- Code cleanup
- Fixed code that was incorrectly formatted
- Fixed missing items e.g. semi-colons
- Added option to filter start & end times (filters any events within this time)
- Added option to show/hide Declined events
showDeclined
- Declined events will show a hollow bullet, full day will show a thin border and strike-through text
- Event mode will now show the calendar color when calendar name is used.
- Added Localize or languages
- Now we can create language files for different countries instead of hard coded words
- Calendar Mode icons changed
entity.type
Deprecated- Now use option
entity.icon
and specify the icon next to each calendar - Filters now work with Blacklist / Whitelist instead of icon filters
- Calendar mode will now show events on the current day by default
- Editor Updates
- Now part of main file
- More of the config options added
Breaking Changes
defaultMode
changed from using1
or2
toEvent
orCalendar
- Deprecated settings
language
removed as not required, uses hass language insteadentity.type
change this toentity.icon
calEventIcon1
,calEventIcon2
,calEventIcon3
now useentity.icon: "mdi:star"
calEventIcon1Filter
,calEventIcon1Filter
,calEventIcon1Filter
- now use whitelist or blacklist under the entityentity.type: holiday
removedcalEventHolidayColor
,calEventIcon1Color
,calEventIcon2Color
,calEventIcon3Color
all removed now useentity.color
Known Issues
- When using caldav dates are not showing correctly
- This was a known issue in v1.9.0 as well, im hoping to fix this soon
- Calendar mode doesn't show current days events by default, a click is required
v1.9.0
Feature
- Added the ability to show/hide declined events
- new option
showDeclined
will add ability to show if required
- new option
Contributor
- @dwradcliffe Thanks for contributing this change.
v1.8.7
v1.8.5
Feature
- Added dimming of Calendar events when they are past, uses same option as event Mode
Patch
- Fixes #151 allows a custom style to be added to
cal-eventContainer
which enables styling of the div that the events are listed in event mode - Updated documentation
- Moved color schemes to correct pages
- Fixed
finishedEventFilter
which was listed incorrectly
- Removed showColors, adds extra code that is redundant, colors can be removed from config
Bug Fixes
- Fixes #152 issue with
locationLinkColor
,locationIconColor
,eventTitleSize
not working as expected - Fixed issue with icons being blue instead of same as primary text
v1.8.1
v1.7.0
v1.6.2
v1.6.1
v1.6.0
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
toeventTitleSize
as its only applicable to events - amend
titleColor
toeventTitleColor
as its only applicable to events
Bug Fixes
- fixes #129 calGridColor not working, this impacted all config that was set in stylesheets