Skip to content

Releases: rpearce/react-medium-image-zoom

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)

v3.0.9

16 Jan 01:33
d4754e7
Compare
Choose a tag to compare

[3.0.9] - 2018-01-16

Fixed

  • Resolved Firefox issue where switching an image's src attribute causes an obnoxious "flicker" effect (#96)

v3.0.8

08 Jan 18:49
890f3ba
Compare
Choose a tag to compare

[3.0.8] - 2018-01-09

Changed

  • AUTHORS file

v3.0.7

08 Jan 18:34
f7afbbb
Compare
Choose a tag to compare

[3.0.7] - 2018-01-09

Added

  • AUTHORS file (#107)

v3.0.6

08 Jan 03:31
5953645
Compare
Choose a tag to compare

[3.0.6] - 2018-01-08

Fixed

  • Fixed issue where quickly, repeatedly triggering the zoom and unzoom actions had some lingering timeout actions that no longer existing on a component, throwing errors in the console (#106)

v3.0.5

05 Dec 22:56
6b9bba2
Compare
Choose a tag to compare

[3.0.5] - 2017-12-05

Fixed

  • Fixed issue where hitting the tab key on a zoomed imaged would allow
    an element in behind the image to receive focus. Further actions
    could then be taken on the focused element, causing the DOM to end
    up in undesired states.

v2.0.7

05 Dec 22:56
e9d138d
Compare
Choose a tag to compare

[2.0.7] - 2017-12-05

Fixed

  • Fixed issue where hitting the tab key on a zoomed imaged would allow
    an element in behind the image to receive focus. Further actions
    could then be taken on the focused element, causing the DOM to end
    up in undesired states.

v3.0.4

02 Dec 09:48
c76f409
Compare
Choose a tag to compare

[3.0.4] - 2017-12-02

Fixed

  • Fixed readme rebase issue. 🤦‍♂️

v3.0.3

02 Dec 09:42
c0f1f64
Compare
Choose a tag to compare

[3.0.3] - 2017-12-02

Fixed

  • Fixed issue from #89 where hasAlreadyLoaded was preventing the zoomImage source from displaying when shouldReplaceImage was set to false.