Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] Version 1.6.0 #104

Merged
merged 12 commits into from
Jul 10, 2024
Merged

[RELEASE] Version 1.6.0 #104

merged 12 commits into from
Jul 10, 2024

Conversation

FamousWolf
Copy link
Owner

No description provided.

Rudy and others added 12 commits June 28, 2024 14:36
This will make it possible to style events from different calendar entities differently using card_mod.

For example:

```yaml
card_mod:
  style: |
    .container .day .events .event {
      background-color: var(--border-color);
    }
    .container .day .events .event[data-entity="calendar.mycalendar"] {
      color: #ffffff;
      --secondary-text-color: #ffffff;
    }
```

Resolves: #71
…-data-attribute

[FEATURE] Add calendar entity name to data attribute of event
…-of-next-day

[BUGFIX] Make sure the starting date is correct when updating events
[FEATURE] Add optional card title
* Add day of week class to days

Update _getDayClass to include the day of week. Could be useful to style weekends differently. #96

* [DOCS] Add week day class to documentation

Resolves: #96

* [FEATURE] Fix codestyle

* [BUGFIX] Fix fetching day of the week number

---------

Co-authored-by: Alistair Marshall <[email protected]>
Co-authored-by: Rudy Gnodde <[email protected]>
[FEATURE] Add option to format the date at the top of the day
@FamousWolf FamousWolf merged commit d9654ec into main Jul 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant