Skip to content

Releases: XiongAmao/vue-easy-lightbox

v1.19.0

05 Mar 09:31
ecc6a0a
Compare
Choose a tag to compare
  • Fix: Unexpected body overflow unlock #147

v1.18.0

18 Feb 15:27
Compare
Choose a tag to compare
  • Fix: Nuxt3 build warning #145

v1.17.0

23 Dec 06:52
Compare
Choose a tag to compare
  • Feat: Add dblclickDisabled prop to disable double click. #131
  • Feat: Add prop currentImg: {} to img title slot.

v1.16.0

16 Apr 08:47
f7b2ce5
Compare
Choose a tag to compare
  • Feat: Add pinchDisabled (default: false) prop to disable pinching. #130

v1.14.0

28 Feb 05:31
0736812
Compare
Choose a tag to compare

Feat: Add zoomDisabled prop to disable image zooming. #93 #125

v1.13.0

23 Feb 10:34
b380578
Compare
Choose a tag to compare
  • Feat: Add rotateDisabled prop to disable the rotation of the image. #123 #62

v1.8.1

29 Aug 05:09
33cf5f5
Compare
Choose a tag to compare
  • Fix(composables): show() accept wrong param when use in vue template. #104

v1.7.1

26 Jul 07:43
Compare
Choose a tag to compare
  • Fix: The default parameters of useEasyLightbox() is missing.

v1.7.0

18 Jul 03:20
e31b47b
Compare
Choose a tag to compare
  • Feat: Add composable useEasyLightbox() for setup().

v1.6.0

15 Jul 17:48
a07aaed
Compare
Choose a tag to compare
  • Breaking Change: ES5 bundles is removed.

  • Feat: Add some A11y attrs.

  • Feat(type): Add emits type declaration.