Skip to content

Releases: rpearce/react-medium-image-zoom

v4.3.7

10 Apr 03:01
50e83e9
Compare
Choose a tag to compare

[4.3.7] - 2022-04-09

Fixed

  • Fix Incompatible types with types/react v18 (#302)

[4.3.6] - 2022-04-04

Fixed

  • Allow React 18 (#300)

v4.3.5

26 Aug 02:21
d4319f2
Compare
Choose a tag to compare

[4.3.5] - 2021-08-25

Fixed

  • Fix not exporting component props (#287)

v4.3.3

28 Mar 02:38
47dd849
Compare
Choose a tag to compare

[4.3.3] - 2021-03-27

Fixed

  • fixed old links to /react-medium-image-zoom/ to /image-zoom/

v4.3.2

28 Mar 02:17
037db85
Compare
Choose a tag to compare

[4.3.2] - 2021-03-27

Changed

  • react and react-dom peerDependencies moved from >= 16.8.0 to ^16.8.0 || ^17.0.0
  • upgraded react-use

Fixed

  • set all dependencies to use compatibility ^ selectors

v4.3.0

11 Mar 17:50
0d656b2
Compare
Choose a tag to compare

[4.3.0] - 2020-03-11

Added

  • support for passing a wrapElement (defaults to div)

Fixed

  • adding wrapElement support resolves div vs span issue #236 (thanks to
    @sunknudsen)

v4.2.0

07 Mar 16:55
3441632
Compare
Choose a tag to compare

[4.2.0] - 2020-03-07

Added

v4.0.3

06 Feb 01:00
3a87cf3
Compare
Choose a tag to compare

[4.0.3] - 2020-02-05

Changed

  • Replace temporary focus-options-polyfill with package now that it's fixed

v4.0.2

02 Feb 22:27
851cb2b
Compare
Choose a tag to compare

[4.0.2] - 2020-02-02

Changed

  • Added CJS & UMD minified builds

v4.0.1

22 Jan 13:29
497ce27
Compare
Choose a tag to compare

[4.0.1] - 2020-01-22

Fixed

  • resolved prod issue where CSS wasn't included in sideEffects

[4.0.0] - 2020-01-19

Complete rewrite with breaking changes so we can move forward with the project.

Please see the README.md for the new API and migrating from v3 to
v4.

v3.1.1

24 Jun 22:34
Compare
Choose a tag to compare

[3.1.1] - 2019-06-24

Fixed

  • Support Preact by using React.Fragment (PR #152)