Skip to content

Releases: nzbin/photoviewer

v3.10.2

16 Aug 14:09
Compare
Choose a tag to compare

v3.10.1

05 Jun 04:47
Compare
Choose a tag to compare
  • remove backdrop styles and improve fullscreen styles (57f9928)

v3.10.0

16 Mar 14:35
Compare
Choose a tag to compare

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

06 Dec 01:52
Compare
Choose a tag to compare
  • fix photoviewer buttons cannot be focused by tab
  • add :focus-visible style for photoviewer modal
  • remove redundant styles

v3.9.1

04 Dec 05:32
Compare
Choose a tag to compare

Bug Fixes

v3.9.0

25 Nov 03:29
Compare
Choose a tag to compare

Features

  • use ES module as main entry (ccd630a)
  • update domq.js to 0.7.x (7670ec4)

v3.8.1

14 Sep 05:12
Compare
Choose a tag to compare

Bug Fixes

v3.8.0

13 Sep 01:35
Compare
Choose a tag to compare

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

v3.7.3

07 Sep 05:06
Compare
Choose a tag to compare

Bug Fixes

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