Skip to content

Commit

Permalink
Merge pull request #126 from XiongAmao/dev
Browse files Browse the repository at this point in the history
v1.14.0
  • Loading branch information
XiongAmao authored Feb 28, 2023
2 parents 855247b + fc237db commit 0736812
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.14.0] (28 Feb. 2023)

- Feat: Add `zoomDisabled` prop to disable image zooming. [#93](https://github.com/XiongAmao/vue-easy-lightbox/issues/93)

## [1.13.0] (23 Feb. 2023)

- Feat: Add `rotateDisabled` prop to disable the rotation of the image. [#123](https://github.com/XiongAmao/vue-easy-lightbox/issues/123) [#62](https://github.com/XiongAmao/vue-easy-lightbox/issues/62)
Expand Down
6 changes: 6 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,12 @@ Props
<td>false</td>
<td>传true时,禁用图片旋转功能</td>
</tr>
<tr>
<td>zoomDisabled (zoom-disabled)</td>
<td>Boolean</td>
<td>false</td>
<td>传true时,禁用图片缩放功能</td>
</tr>
<tr>
<td>maskClosable (mask-closable)</td>
<td>Boolean</td>
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.

6 changes: 6 additions & 0 deletions docs/docs/guide/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,12 @@ export declare const useEasyLightbox: (options: UseEasyLightboxOptions) => {
<td>false</td>
<td>Pass true to disable image rotation.</td>
</tr>
<tr>
<td>zoomDisabled (zoom-disabled)</td>
<td>Boolean</td>
<td>false</td>
<td>Pass true to disable image zooming.</td>
</tr>
<tr>
<td>maskClosable (mask-closable)</td>
<td>Boolean</td>
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/pt-BR/guide/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,12 @@ export declare const useEasyLightbox: (options: UseEasyLightboxOptions) => {
<td>false</td>
<td>Passe verdadeiro para desativar a rotação da imagem.</td>
</tr>
<tr>
<td>zoomDisabled (zoom-disabled)</td>
<td>Boolean</td>
<td>false</td>
<td>Passe verdadeiro para desativar o zoom da imagem.</td>
</tr>
<tr>
<td>maskClosable (mask-closable)</td>
<td>Boolean</td>
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/zh/guide/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,12 @@ export declare const useEasyLightbox: (options: UseEasyLightboxOptions) => {
<td>false</td>
<td>传true时,禁用图片旋转功能</td>
</tr>
<tr>
<td>zoomDisabled (zoom-disabled)</td>
<td>Boolean</td>
<td>false</td>
<td>传true时,禁用图片缩放功能</td>
</tr>
<tr>
<td>maskClosable (mask-closable)</td>
<td>Boolean</td>
Expand Down
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.13.0",
"version": "1.14.0",
"description": "A Vue.js 3.0 image lightbox component with Zoom / Drag / Rotate / Switch",
"keywords": [
"vue",
Expand Down

0 comments on commit 0736812

Please sign in to comment.