React Viewer Versions Save

react image viewer, supports rotation, scale, zoom and so on

v3.2.2

3 years ago
  • Fixed #106 .

v3.2.1

4 years ago
  • css in js again, fixed breaking change in v3.2.0.
  • ssr is not currently supported in 3.x, it will be fixed in 4.0.

v3.2.0

4 years ago
  • Extract css make ssr work, you should import 'react-viewer/dist/index.css' again.

v3.1.0

4 years ago
  • Add minScale.
  • Add maxScale.

v3.0.1

4 years ago
  • Fixed #84 .

v3.0.0

4 years ago
  • Refactor with React Hooks (react >= 16.8.0 | react-dom >= 16.8.0).
  • Replace ReactDOM .unstable_renderSubtreeIntoContainer with ReactDOM.createPortal.
  • Add downloadInNewWindow , whether to download in a new window.
  • Add showTotal, whether to display the total number and range.
  • css in js, no longer need to import styles.

v2.11.1

4 years ago
  • Fixed #81

v2.11.0

4 years ago
  • Add className, support custom css class.

v2.10.2

4 years ago
  • Fixed #71 .
  • Fiexed #51 .

v2.10.0

4 years ago
  • Add disableMouseZoom, support disable mouse zoom.
  • Fixed #67 .
  • Fixed #70 .