Releases: nzbin/photoviewer
Releases · nzbin/photoviewer
v3.10.3
Bug Fixes
- remove crossOrigin for image (#56)
v3.10.1
- remove backdrop styles and improve fullscreen styles (57f9928)
v3.10.0
Features
- add new option
errorMsg
to customize the error message (#49)
- add image
alt
as the default error message
- improve the callbacks
beforeChange
and changed
- remove
.stage-ready
.image-ready
and use .photoviewer-align-center
instead
- remove redundant codes
v3.9.2
- fix photoviewer buttons cannot be focused by
tab
- add
:focus-visible
style for photoviewer modal
- remove redundant styles
v3.9.0
Features
- use ES module as main entry (ccd630a)
- update
domq.js
to 0.7.x (7670ec4)
v3.8.0
Features
- add new option
animationEasing
- allow pass empty image array to
PhotoViewer
- rename instance vars (
groupData => images
, groupIndex => index
)
- remove unused vars and improve some methods