Releases: XiongAmao/vue-easy-lightbox
Releases · XiongAmao/vue-easy-lightbox
v1.19.0
- Fix: Unexpected body overflow unlock #147
v1.18.0
- Fix: Nuxt3 build warning #145
v1.17.0
- Feat: Add
dblclickDisabled
prop to disable double click. #131
- Feat: Add prop
currentImg: {}
to img title slot.
v1.16.0
- Feat: Add
pinchDisabled
(default: false) prop to disable pinching. #130
v1.14.0
Feat: Add zoomDisabled
prop to disable image zooming. #93 #125
v1.13.0
- Feat: Add
rotateDisabled
prop to disable the rotation of the image. #123 #62
v1.8.1
- Fix(composables):
show()
accept wrong param when use in vue template. #104
v1.7.1
- Fix: The default parameters of
useEasyLightbox()
is missing.
v1.7.0
- Feat: Add composable
useEasyLightbox()
for setup()
.
v1.6.0
-
Breaking Change: ES5
bundles is removed.
-
Feat: Add some A11y attrs.
-
Feat(type): Add emits type declaration.