Releases: XiongAmao/vue-easy-lightbox
Releases · XiongAmao/vue-easy-lightbox
v1.1.0
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
- 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
- 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
Feature:
- Support Vue.js 3.0!
- Compatible d.ts file!
v0.14.0
- Fix: Syntax error on IE11.
v0.13.0
- Fix: Error
'src' of undefined
thrown when show VueEasyLightbox.
v0.12.1
- Fix: Add style prefixes to fix error on firefox.
v0.12.0
- Fix: style error on firfox mobile
v0.11.0
Feature:
- Emit events when click prev/next btn or change index.
v0.10.3
- Fix: revert 'ArrowLeft' 'ArrowRight' key handler.