fengyuanchen/viewerjs
 Watch   
 Star   
 Fork   
2023-09-17 11:19:36
viewerjs

v1.11.6

  • Fix an issue where some CSS styles were incompatible with old browsers (#611).
2023-08-26 15:35:48
viewerjs

v1.11.5

  • Fix the issue of the title blinking when opening the same image again (#609).
2023-07-23 15:48:44
viewerjs

v1.11.4

  • Fix the incorrect RegExp for Safari browser detection (#606).
2023-03-05 15:03:47
viewerjs

v1.11.3

  • Not to move the image when the offsetX/Y is 0 (#585, #588).
2023-01-01 18:18:12
viewerjs

v1.11.2

  • Do not close the viewer when dragging the image on the backdrop (#577).
2022-11-06 13:21:10
viewerjs

v1.11.1

  • Add missing type definitions for initialCoverage option and zoom and zoomTo methods (#571).
2022-10-16 14:45:21
viewerjs

v1.11.0

  • Add a new option: initialCoverage (#314, #526).
  • Don't load images in the list when hiding the navbar (#451).
  • Support pivot pointer coordinates to zoom and zoomTo methods (#202).
  • Don't override the padding-right of the body when the width of the scrollbar is zero (#197).
  • Add keyboard support to playing view (#90).
2022-04-05 16:24:17
viewerjs

v1.10.5

  • Continue to initialize even if some images fail to load in inline mode.
  • Avoid conflicts with nested modals (#540).
2022-02-13 17:01:30
viewerjs

v1.10.4

  • Use legacy color function notation for better compatibility (#529).
2022-02-02 13:17:55
viewerjs

v1.10.3

  • Get the pageX/Y properties from the original event when it is an emulated double click in touch devices (#527).
  • Improve the zoom experience on the touch screen (#510).