Skip to content

Commit 59cd97a

Browse files
committed
6.1.9
1 parent 63bf5d5 commit 59cd97a

File tree

15 files changed

+28
-20
lines changed

15 files changed

+28
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 6.1.9 (2026-01-23)
2+
3+
### Features
4+
5+
- **Fancybox** Add `slug` option to Hash plugin ([821](https://github.com/fancyapps/ui/issues/821))
6+
17
# 6.1.8 (2026-01-19)
28

39
### Bug Fixes

dist/carousel/carousel.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.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.zoomable.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/fancybox/fancybox.hash.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ declare module "../carousel/carousel" {
77
}
88
declare module "./fancybox" {
99
interface FancyboxOptions {
10-
Hash?: false;
10+
Hash?: false | {
11+
slug?: string;
12+
};
1113
}
1214
}
1315
export declare const Hash: {

dist/fancybox/fancybox.hash.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/fancybox/fancybox.hash.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/fancybox/fancybox.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/fancybox/fancybox.umd.js

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

dist/fancybox/index.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)