Releases: infeng/react-viewer
Releases · infeng/react-viewer
v3.2.2
22 Jun 17:53
Compare
Sorry, something went wrong.
No results found
v3.2.1
05 Mar 17:28
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Extract css make ssr work, you should import 'react-viewer/dist/index.css' again.
v3.1.0
26 Nov 16:35
Compare
Sorry, something went wrong.
No results found
Add minScale.
Add maxScale.
v3.0.1
30 Oct 02:05
Compare
Sorry, something went wrong.
No results found
v3.0.0
21 Oct 06:50
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v2.11.0
16 Oct 07:07
Compare
Sorry, something went wrong.
No results found
Add className, support custom css class.
v2.10.2
16 Aug 08:35
Compare
Sorry, something went wrong.
No results found
v2.10.0
01 Aug 07:52
Compare
Sorry, something went wrong.
No results found
Add disableMouseZoom, support disable mouse zoom.
Fixed #67 .
Fixed #70 .