Skip to content

Releases: rpearce/react-medium-image-zoom

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)

v3.1.0

19 Jun 13:16
Compare
Choose a tag to compare

[3.1.0] - 2019-06-19

Added

  • Support for React.StrictMode (PR #151)

v3.0.16

22 Apr 04:45
Compare
Choose a tag to compare

[3.0.16] - 2019-04-22

Fixed

  • Fixes JS error when _allowTabNavigation is called before image ref (PR #150)

v3.0.15

24 Oct 18:54
Compare
Choose a tag to compare

[3.0.15] - 2018-10-25

Fixed

  • Resolved issue #139 where zoomMargin wouldn't accept a number in string
    format

v3.0.14

17 Sep 03:17
Compare
Choose a tag to compare

[3.0.14] - 2018-09-17

Fixed

  • Resolved issue #137 where broken images would continue allowing the component
    to function
  • Now ensures an image prop's onLoad callback is adequately sent to the
    consumer

v3.0.13

30 Jul 00:16
Compare
Choose a tag to compare

[3.0.13] - 2018-07-30

Fixed

  • Resolved issue where we were calculating imageCenterX with
    window.innerWidth instead of document.body.clientWidth
    (PR: #133)

v3.0.11

09 May 07:54
3083589
Compare
Choose a tag to compare

[3.0.11] - 2018-05-09

Fixed

  • Resolved issue #128 where initializing with isZoomed={true} was throwing errors.

v3.0.10

19 Jan 02:01
Compare
Choose a tag to compare

[3.0.10] - 2018-01-19

Changed

  • removed the Firefox check and apply the flicker "fix" to all browsers equally (#119)