Skip to content

Commit 2287e31

Browse files
committed
6.1.3
1 parent 624a482 commit 2287e31

23 files changed

+88
-44
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 6.1.3 (2025-11-04)
2+
3+
### Bug Fixes
4+
5+
- **Carousel** Add support for `data-thumb-class` for all thumb types
6+
7+
### Features
8+
9+
- **Fancybox** Scroll page to the trigger element when Fancybox is launched from a URL hash
10+
- **Fancybox** Add support for `Fancybox.bind(groupSelector: string, itemSelector: string, userOptions?: Partial<FancyboxOptions>)`
11+
112
# 6.1.2 (2025-10-29)
213

314
### Bug Fixes
@@ -19,6 +30,11 @@
1930

2031
# 6.1.0 (2025-10-22)
2132

33+
### Bug Fixes
34+
35+
- **Fancybox** Fix zoom-out animation when carousel animates with CSS
36+
- **Carousel** Eliminate initialization delay
37+
2238
### Features
2339

2440
- **Carousel** Add a new thumbnail type "scrollable", which also allows Fancybox to display thumbnails in v3 style
@@ -27,10 +43,6 @@
2743
- **Fancybox** Add a new option `modal` to allow other content to be placed above the `<dialog>` element
2844
- **Fancybox** Support custom slugs in Hash plugin
2945

30-
### Bug Fixes
31-
32-
- **Fancybox** Fix zoom-out animation when carousel animates with CSS
33-
3446
# 6.0.34 (2025-10-03)
3547

3648
### Bug Fixes

dist/carousel/carousel.arrows.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/carousel/carousel.arrows.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/carousel/carousel.autoplay.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/carousel/carousel.autoplay.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)