Releases: XiongAmao/vue-easy-lightbox
Releases · XiongAmao/vue-easy-lightbox
v0.10.2
Feature:
- Add keyboard left or right event handler for switching images.
- Add mobile device gesture to zoom or move image.
- Add image description.
- New toolbar style.
v0.9.1
- Fix peerDependencies lock.
v0.8.1
BugFix
- Fix images does not load if they are the same url. #26
v0.8.0
- Add loading & onerror placeholders.
- New Slot:
loading
& onerror
for custom loading or error placeholders.
- New Event:
on-error
, image onerror
event triggers.
v0.7.0
Feature
- New props:
moveDisabled
with default value false
to disable image movement.
v0.6.0
Bugfix
- Fix changing index can't change img in display. #18
Feature
v0.5.0
Bugfix
- Fix dist files does not match to package.json. #16
Feature
- Support press the escape key to close modal.
v0.4.1
New feature
- Support custom btns and toolbar.
- Smaller Builds.