Skip to content

Releases: nzbin/photoviewer

v3.7.2

26 Jul 01:20
Compare
Choose a tag to compare
  • 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

16 Apr 06:00
Compare
Choose a tag to compare
  • remove the style field in the package.json

v3.7.0

16 Apr 02:00
Compare
Choose a tag to compare

BREAKING CHANGES

  • renaming the source folder sass to scss

Features

  • rebuild with Dart Sass @use-based API

    @use 'photoviewer';

v3.6.6

23 Dec 15:14
Compare
Choose a tag to compare
  • add shortcuts for maximize (Alt+X) and fullscreen (F) (001e478)

v3.6.5

23 Aug 05:53
Compare
Choose a tag to compare

Bug Fixes

v3.6.4

08 Aug 15:00
Compare
Choose a tag to compare

Bug Fixes

  • fix modal size issue on the start of modal resizing (19e3361)

v3.6.3

07 Aug 15:00
Compare
Choose a tag to compare
  • change the zoom's argument origin to be optional (ddd5bce)

v3.6.2

03 Aug 15:31
Compare
Choose a tag to compare

Bug Fixes

  • fix modal size which has borders or paddings

v3.6.1

31 Jul 15:42
Compare
Choose a tag to compare

Bug Fixes

  • fix window width issue with upgrade domq.js to 0.6.7

v3.6.0

30 Jul 02:20
Compare
Choose a tag to compare

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