Releases: nzbin/photoviewer
Releases · nzbin/photoviewer
v3.7.2
- update
domq.js
to 0.6.8
to fix memory leaks caused by using .remove()
- add
PhotoViewer.instances
to manage multiple modals
- remove redundant
.off()
methods
v3.7.1
- remove the
style
field in the package.json
v3.7.0
BREAKING CHANGES
- renaming the source folder
sass
to scss
Features
v3.6.6
- add shortcuts for maximize (Alt+X) and fullscreen (F) (001e478)
v3.6.4
Bug Fixes
- fix modal size issue on the start of modal resizing (19e3361)
v3.6.3
- change the
zoom
's argument origin
to be optional (ddd5bce)
v3.6.2
Bug Fixes
- fix modal size which has borders or paddings
v3.6.1
Bug Fixes
- fix window width issue with upgrade
domq.js
to 0.6.7
v3.6.0
Features
- add new option
positionFixed
- add new option
initModalPos
- add new option
animationDuration
- remove
fixedContent
(use positionFixed
instead)
- support embed mode (checkout the Online Demo)
- improve modal position for
appendTo
option (#15)
Bug Fixes
- fix image size with
Math.round
- fix image changing issue on quick click
- fix modal scroll into view after focusing issue on Chrome