Skip to content

Commit 8d74dcd

Browse files
authored
Merge pull request #294 from marksie1988/v2.2.3
v2.2.3
2 parents 8af7118 + 1a72da7 commit 8d74dcd

File tree

15 files changed

+1890
-500
lines changed

15 files changed

+1890
-500
lines changed

dist/atomic-calendar-revive.js

Lines changed: 1231 additions & 153 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/options/calendar-mode-options.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ If you don't set colors, default theme colors will be used. If you use automatic
2222

2323
| Name | Type | Since | Description |
2424
| ----------------------------- | :----: | :----: | -------------------------------------------------------------------------------- |
25-
| calEventHolidayColor | string | v0.7.0 | `red` Color of day for `type: holiday` calendar |
26-
| calEventIcon1Color | string | v0.7.0 | `primary color` Color of icon for `type: icon1` calendar |
27-
| calEventIcon2Color | string | v0.7.0 | `primary color` Color of icon for `type: icon2` calendar |
28-
| calEventIcon3Color | string | v0.7.0 | `primary color` Color of icon for `type: icon3` calendar |
2925
| calGridColor | string | v1.3.0 | `rgba(86, 86, 86, .35)` color of calendar grid border |
3026
| calEventBackgroundColor | string | v1.3.0 | `rgba(86, 100, 86, .35)` background color of todays calendar date |
3127
| calEventSatColor | string | v1.3.0 | `rgba(86, 86, 86, .05)` Sets Saturday to a different color |

docs/options/event-mode-options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ nav_order: 3
1111
| -------------------- | :-----: | :----: | --------------------------------------------------------------------------------------------------- |
1212
| showCurrentEventLine | boolean | v0.3.0 | `false` Show line before next event. Don't enable when showProgressBar is true - will look bad |
1313
| showProgressBar | boolean | v0.5.5 | `true` Show event progress with moving icon. Don't enable when showCurrentEventLine - will look bad |
14+
| showEventIcon | boolean | v2.2.3 | `false` Show the entity icon before the event title |
15+
| europeanDate | boolean | v2.2.3 | `false` Show date for event days in european format |
1416

1517
## Color Options
1618

docs/options/lang-options.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Week / month names are translated automatically
1010
| Name | Type | Since | Description |
1111
| ----------------------- | :----: | :----: | ----------------------------------------------------------------------------------------------------------------------------------------- |
1212
| language | string | v0.8.4 | `default` Force language change. For example `pt-br`. If not set, default HA language is used. |
13-
| untilText | string | v0.3.0 | `Until` Custom translation of `Until` text |
14-
| fullDayEventText | string | v0.3.0 | `All day` Custom translation of `All day` text |
15-
| noEventsForNextDaysText | string | v0.8.6 | `No events in the next days` Custom translation of `No events in the next days` text |
16-
| noEventsForTodayText | string | v0.8.6 | `No events for today` Custom translation of `No events for today` text, only if `showNoEventsForToday` is true |
13+
| untilText | string | v0.3.0 | `Until` Custom text for `Until` text |
14+
| fullDayEventText | string | v0.3.0 | `All day` Custom text for `All day` text |
15+
| noEventsForNextDaysText | string | v0.8.6 | `No events in the next days` Custom text for `No events in the next days` text |
16+
| noEventsForTodayText | string | v0.8.6 | `No events for today` Custom text for `No events for today` text, only if `showNoEventsForToday` is true |
1717
| dateFormat | string | v0.7.2 | `LL` Custom date format - see https://devhints.io/moment |
1818
| hoursFormat | string | v0.7.3 | `default` Custom hours format - you can set `12h` or `24h` or `default` (HA settings) or custom, `HH:mm` - see https://devhints.io/moment |

0 commit comments

Comments
 (0)