Releases: totaldebug/atomic-calendar-revive
Releases · totaldebug/atomic-calendar-revive
v7.0.1
What's Changed
📔 Language
⬆️ Dependencies
- build(deps): bump npm from 8.12.1 to 8.12.2 by @dependabot in #705
- build(deps): bump lit from 2.2.5 to 2.2.6 by @dependabot in #706
New Contributors
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
💥 Breaking Changes
- v7.0.0 - Restructure & Partial Rewrite by @marksie1988 in #563
This release sees some major changes in the way the card functions, when upgrading
please check your configuration before submitting an issue as many have changed.
Documentation has been updated to reflect any changes made.
Changed configuration options
blacklistrenamed toblocklistwhitelistrenamed toallowlistlocationWhitelistchanged toallowlistLocation- added
blocklistLocation - Blocklist and allowlist now changed to use Regex for more flexibility
showDeclinedchanged tohideDeclinedeventCalNamechanged tonameunder each entity- added
showCalendarName - added
showMultiDayEventParts - added
showWeekNumber
🐛 Patches & Bug Fixes
- fix: progress bar not functioning with media player by @marksie1988 in #567
- fix: when set to single day, events are not shown by @marksie1988 in #573
- fix: maxeventcount not working by @marksie1988 in #577
- fix: events not in correct order with maxEventCount set by @marksie1988 in #698
- fix: starttimefilter and endtimefilter have no effect by @marksie1988 in #704
📚 Documentation
⬆️ Dependencies
- Multiple dependencies updated.
New Contributors
Full Changelog: v6.2.0...v7.0.0
v7.0.0-b3
What's Changed
🐛 Patches & Bug Fixes
- fix:
maxEventCountnot working by @marksie1988 in #577 - fix:
hideFinishedEventsnot working by @marksie1988 in #577
⬆️ Dependencies
- build(deps-dev): bump rollup from 2.68.0 to 2.69.0 by @dependabot in #568
- build(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0 by @dependabot in #569
- build(deps-dev): bump rollup from 2.69.0 to 2.69.1 by @dependabot in #575
- build(deps): bump npm from 8.5.2 to 8.5.3 by @dependabot in #574
Full Changelog: v6.2.0...v7.0.0-b3
v7.0.0-b2
What's Changed
💥 Breaking Changes
- v7.0.0 - Restructure & Partial Rewrite by @marksie1988 in #563
🐛 Patches & Bug Fixes
- fix: progress bar not functioning with media player by @marksie1988 in #567
- fix: when set to single day, events are not shown by @marksie1988 in #573
⬆️ Dependencies
- build(deps-dev): bump rollup from 2.68.0 to 2.69.0 by @dependabot in #568
- build(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0 by @dependabot in #569
Full Changelog: v6.2.0...v7.0.0-b2
v7.0.0-b1
What's Changed
- v7.0.0 - Restructure & Partial Rewrite by @marksie1988 in #563
Full Changelog: v6.2.0...v7.0.0-b1
v7.0.0-b
What's Changed
In this release I have rewritten large amounts of the card, this allows for a cleaner code base, but does bring with it a risk of new bugs.
- feat: option
showCalendarNameto display the calendar name on the event view - feat: option
showMultiDayEventPartsto split multi day events per day - feat: option
showWeekNumberto display the week number at the top of each week - feat: ability to add entities via the visual editor
- fix: issue where HTML descriptions were not displayed correctly
- fix: incorrect links in documentation
- docs: migrated documentation to sphinx for better user experience
💥 Breaking Changes
This version includes some breaking changes, you must check your configuration after upgrading:
blacklistrenamed toblocklistwhitelistrenamed toallowlistlocationWhitelistchanged toallowlistLocation- added
blocklistLocation - Blocklist and allowlist now changed to use Regex for more flexibility
showDeclinedchanged tohideDeclinedeventCalNamechanged tonameunder each entity
- v7.0.0 - Restructure & Partial Rewrite by @marksie1988 in #563
Full Changelog: v6.2.0...v7.0.0-b
v6.2.0
🚀 Features
- feat: add missing norwegian locale
- PR: #553 (@marksie1988)
🐛 Bug Fixes
📔 Language
Uncategorized
- patch: add class to summary-div
- PR: #548 (@marksie1988)
v6.1.2
🐛 Bug Fixes
⬆️ Dependencies
- build(deps-dev): bump rollup-plugin-typescript2 from 0.30.0 to 0.31.0
- PR: #541 (@dependabot[bot])
Uncategorized
v6.1.1
🐛 Bug Fixes
- fix: style declined events with no links (#530) (#535)
- PR: #539 (@alainperry )
Uncategorized
v6.1.0
🐛 Bug Fixes
- fix: all day event not showing in calendar mode
- PR: #533 (@marksie1988)
📔 Language
- lang: add hebrew
- PR: #534 (@marksie1988)