Skip to content

Releases: rpearce/react-medium-image-zoom

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.

v2.0.1

21 Sep 00:15
Compare
Choose a tag to compare

[2.0.1] - 2017-09-21

Added

  • Dev: eslint & prettier for code formatting and double-dhecking

Changed

n/a

Deprecated

n/a

Removed

n/a

Fixed

n/a

v2.0.0

20 Sep 22:21
Compare
Choose a tag to compare

[2.0.0] - 2017-09-21

Added

  • Changelog (so meta...)
  • When in controlled mode (isZoomed is provided), the onUnzoom callback will fire when the component normally would have closed

Changed

  • Differentiation between controlled & uncontrolled modes (when isZoomed is passed vs letting component control itself)

Deprecated

  • n/a

Removed

  • Removed preload functionality

Fixed

  • Support for the component immediately zooming if isZoomed={true} is provided on mount