Skip to content

Releases: XiongAmao/vue-easy-lightbox

v1.1.0

11 Apr 16:18
65e31b6
Compare
Choose a tag to compare

Feat:

  • Provides a new prop teleport to solve css style problems in some cases. teleport allows you to customize the mount node. teleport docs here.

v1.0.0

09 Apr 15:58
Compare
Choose a tag to compare
  • Docs: update.
  • Feat: New animation throttling.
  • Feat: d.ts for .tsx.
  • Feat: Small size.
  • Fix: css class typos.
  • Fix: Touch event handler error may occur in some cases.
  • Fix: Scroll chaining when touchmove.
  • Fix: #54 Img may be blurred in some cases.

v0.15.2

09 Apr 15:59
Compare
Choose a tag to compare
  • Docs: Update.
  • Fix: Component name typos.
  • Fix: Touch event handler error may occur in some cases.
  • Fix: #54 Img may be blurred in some cases.
  • Fix: Scroll chaining when touchmove.
  • Fix: mouse-drag / touchmove animation ends incorrectly.

v1.0.0-rc.3

21 Dec 02:49
Compare
Choose a tag to compare

Feature:

  • Support Vue.js 3.0!
  • Compatible d.ts file!

v0.14.0

10 Jul 15:04
e14ac0d
Compare
Choose a tag to compare
  • Fix: Syntax error on IE11.

v0.13.0

15 May 10:35
7c7300b
Compare
Choose a tag to compare
  • Fix: Error 'src' of undefined thrown when show VueEasyLightbox.

v0.12.1

06 May 04:03
5b4b20a
Compare
Choose a tag to compare
  • Fix: Add style prefixes to fix error on firefox.

v0.12.0

05 May 15:27
1d030b9
Compare
Choose a tag to compare
  • Fix: style error on firfox mobile

v0.11.0

27 Mar 15:05
6bf5188
Compare
Choose a tag to compare

Feature:

  • Emit events when click prev/next btn or change index.

v0.10.3

28 Feb 02:52
5e0c240
Compare
Choose a tag to compare
  • Fix: revert 'ArrowLeft' 'ArrowRight' key handler.