Skip to content

Commit

Permalink
Merge pull request #124 from XiongAmao/dev
Browse files Browse the repository at this point in the history
release v1.13.0
  • Loading branch information
XiongAmao authored Feb 23, 2023
2 parents 4573fcf + 6bfbf86 commit b380578
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.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)

## [1.12.0] (3 Feb. 2023)

- Refactor: using default icon svg with vue component.
Expand Down
6 changes: 6 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,12 @@ Props
<td>false</td>
<td>传true时,禁用拖动图片功能,并启用swipe功能</td>
</tr>
<tr>
<td>rotateDisabled (rotate-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 @@ -449,6 +449,12 @@ export declare const useEasyLightbox: (options: UseEasyLightboxOptions) => {
<td>false</td>
<td>Pass true to disable image movement and enable swipe.</td>
</tr>
<tr>
<td>rotateDisabled (rotate-disabled)</td>
<td>Boolean</td>
<td>false</td>
<td>Pass true to disable image rotation.</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 @@ -451,6 +451,12 @@ export declare const useEasyLightbox: (options: UseEasyLightboxOptions) => {
<td>false</td>
<td>Passe verdadeiro para desativar o movimento da imagem e permitir `swipe`.</td>
</tr>
<tr>
<td>rotateDisabled (rotate-disabled)</td>
<td>Boolean</td>
<td>false</td>
<td>Passe verdadeiro para desativar a rotação 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 @@ -448,6 +448,12 @@ export declare const useEasyLightbox: (options: UseEasyLightboxOptions) => {
<td>false</td>
<td>传true时,禁用拖动图片功能,并启用手势swipe功能</td>
</tr>
<tr>
<td>rotateDisabled (rotate-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.12.0",
"version": "1.13.0",
"description": "A Vue.js 3.0 image lightbox component with Zoom / Drag / Rotate / Switch",
"keywords": [
"vue",
Expand Down

0 comments on commit b380578

Please sign in to comment.