Skip to content

Commit

Permalink
build: release v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongAmao committed Dec 23, 2023
1 parent 02aed57 commit 75ff142
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog

## [1.17.0] (23 Dec. 2023)

- Feat: Add `dblclickDisabled` prop to disable double click. [#131](https://github.com/XiongAmao/vue-easy-lightbox/issues/142)
- Feat: Add prop `currentImg: {}` to img title slot.

## [1.16.0] (16 Apr. 2023)

- Feat: Add `pinchDisabled` (default: false) prop to disable pinching. [#130](https://github.com/XiongAmao/vue-easy-lightbox/issues/130)
Expand Down
2 changes: 1 addition & 1 deletion dist/external-css/vue-easy-lightbox.common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/external-css/vue-easy-lightbox.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/external-css/vue-easy-lightbox.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-easy-lightbox.common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-easy-lightbox.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-easy-lightbox.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-easy-lightbox",
"version": "1.16.0",
"version": "1.17.0",
"description": "A Vue.js 3.0 image lightbox component with Zoom / Drag / Rotate / Switch",
"keywords": [
"vue",
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"src/dev-entry",
"src/index.umd.ts",
"tests"
]
],
"compilerOptions": {
"noEmit": false
}
}

0 comments on commit 75ff142

Please sign in to comment.