Skip to content

Releases: rpearce/react-medium-image-zoom

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.

v2.0.5

01 Nov 04:41
Compare
Choose a tag to compare

Fixed

  • Fixed issue where updating other image attributes after mounting was not respected; the image was cached in this.state when only the src should have been.

v3.0.1

20 Oct 10:59
Compare
Choose a tag to compare

[3.0.1] - 2017-10-20

Fixed

  • Now supporting keyboard interaction for accessibility (#70). Classified this as a bug and therefore a patch version.

v2.0.4

24 Oct 08:58
Compare
Choose a tag to compare

[2.0.4] - 2017-10-16

Fixed

  • Now supporting keyboard interaction for accessibility (#70). Classified this as a bug and therefore a patch version.

v3.0.0

12 Oct 20:06
Compare
Choose a tag to compare

[3.0.0] - 2017-10-13

Added

  • support for React v16, making use of such things as its portals concept

Removed

  • support for React < v16

v2.0.3

22 Sep 04:16
Compare
Choose a tag to compare

[2.0.3] - 2017-09-22

Fixed

  • shouldRespectMaxDimension was allowing images that were already rendered at their maximum size to be "zoomed," thus creating the issue where they don't actually zoom and instead just moved to the center of the screen.