Skip to content

Commit c1d908f

Browse files
committed
release(0.7.0): update changelog
1 parent 3efbda1 commit c1d908f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.6.0](https://github.com/ismail9k/vue3-carousel/releases/tag/v0.4.0) - 2024-11-15
5+
## [0.7.0](https://github.com/ismail9k/vue3-carousel/releases/tag/v0.7.0) - 2024-11-17
6+
7+
- Feat: support vertical slides in #423
8+
9+
## [0.6.0](https://github.com/ismail9k/vue3-carousel/releases/tag/v0.6.0) - 2024-11-15
610

711
- Feat(utils): use requestAnimationFrame for throttle function in #422
812
- Feat: support slides gap in #421
913
- Feat(config): remove throttle value
1014
- Refactor(getMinSlideIndex): to use object instead of switch..case for clarity and maintainability
1115
- Refactor(getMaxSlideIndex): to use object instead of switch..case for clarity and maintainability
1216

13-
## [0.5.1](https://github.com/ismail9k/vue3-carousel/releases/tag/v0.4.0) - 2024-11-06
17+
## [0.5.1](https://github.com/ismail9k/vue3-carousel/releases/tag/v0.5.1) - 2024-11-06
1418

1519
- Test: use vitest instead of jest in #418
1620
- Feat add title attribute for pagination and navigation buttons in #419
1721

18-
## [0.5.0](https://github.com/ismail9k/vue3-carousel/releases/tag/v0.4.0) - 2024-10-23
22+
## [0.5.0](https://github.com/ismail9k/vue3-carousel/releases/tag/v0.5.0) - 2024-10-23
1923

2024
- Feat: Support Ability to Breakpoints Relative to The Carousel Width by @tarwin, @ismail9k in #408
2125
- Fix infinite recursion in mapNumberToRange by @Tofandel in #415

0 commit comments

Comments
 (0)