Skip to content

Releases: infeng/react-viewer

v3.2.2

22 Jun 17:53

Choose a tag to compare

v3.2.1

05 Mar 17:28

Choose a tag to compare

  • 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

01 Mar 14:38

Choose a tag to compare

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

v3.1.0

26 Nov 16:35

Choose a tag to compare

  • Add minScale.
  • Add maxScale.

v3.0.1

30 Oct 02:05

Choose a tag to compare

v3.0.0

21 Oct 06:50

Choose a tag to compare

  • 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

17 Oct 05:44

Choose a tag to compare

v2.11.0

16 Oct 07:07

Choose a tag to compare

  • Add className, support custom css class.

v2.10.2

16 Aug 08:35

Choose a tag to compare

v2.10.0

01 Aug 07:52

Choose a tag to compare

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