Skip to content

Commit d2837d4

Browse files
chore: release v0.7.0
1 parent 06c1480 commit d2837d4

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.0](https://github.com/shbatm/MMM-Carousel/compare/v0.6.2...v0.7.0) ― 2025-11-14 ― Feature Release
8+
9+
### Added Features
10+
11+
- feat: support carouselId in ignoreModules filtering
12+
- Use carouselId in module filtering for ignoreModules config
13+
- Falls back to module.name
14+
- Works in all carousel modes (global, positional, slides)
15+
- Add documentation and example with multiple module instances
16+
- Resolves #39
17+
18+
### Fixed
19+
20+
- fix: CAROUSEL_PLAYPAUSE now properly pauses and add to API
21+
- fix: ensure timer restarts on CAROUSEL_PREVIOUS notification
22+
23+
### Chores
24+
25+
- chore: update devDependencies
26+
- refactor: replace Font Awesome with pure CSS navigation arrows
27+
728
## [0.6.2](https://github.com/shbatm/MMM-Carousel/compare/v0.6.1...v0.6.2) ― 2025-09-01 ― Maintenance Release
829

930
- chore: update actions/checkout to v5 in automated tests workflow
@@ -189,7 +210,7 @@ Changes:
189210
},
190211
```
191212

192-
## [0.2.0]2027-05-22 ― Added manual-only slides and per-slide positions & classes
213+
## [0.2.0]2017-05-22 ― Added manual-only slides and per-slide positions & classes
193214

194215
Changes:
195216

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mmm-carousel",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "Displays a single MagicMirror² module at a time or in groups of slides, rotating through the list of configured modules in a carousel-like fashion.",
55
"keywords": [
66
"magic",

0 commit comments

Comments
 (0)