Skip to content

Releases: ethanselzer/react-image-magnify

Example Integration with react-slick Carousel

21 Jan 02:28
Compare
Choose a tag to compare

Correct Default Hint Icon Width

26 Dec 02:43
Compare
Choose a tag to compare

Release Notes

  • Correct default hint icon vulnerability to image width style leaking in. This was due to a misspelling of the width property.

Example Site: Add In-Place Example

28 Nov 01:57
Compare
Choose a tag to compare

Release Notes

  • Add in-place example for mouse environment
  • Retire fixed width example
  • Minor docs and keyword cleanup

Improve Input Type Detection

20 Nov 14:29
Compare
Choose a tag to compare

Release Notes

  • Correct possible mis-detection of mouse input type on Firefox 57, which could cause default interaction-hint text to be incorrect for mouse input type.

Support Image Error Event

20 Nov 04:39
Compare
Choose a tag to compare

Release Notes

Correct Error: Can't resolve ../src/lib/lens

20 Nov 04:08
Compare
Choose a tag to compare

Release Notes

Fixes Error: Can't resolve ../src/lib/lens introduced in v2.2.2.
Special thanks to @sbloedel for identifying the issue and providing a fix. You are awesome!

Refactor

16 Nov 15:33
Compare
Choose a tag to compare

Internal refactor to improve readability and organization.

Introduce Hint Feature

31 Oct 04:52
Compare
Choose a tag to compare

Overview

Introduce "hint" instructions feature to explain and encourage interaction.

Release Notes

  • Disabled by default
  • Different text for mouse and touch environments
  • Default text provided
  • User defined text option
  • Visible only until first activation by default
  • Configure always visible when inactive option
  • User defined component option

Pin Some Dependency Versions

23 Oct 18:19
Compare
Choose a tag to compare

Release Notes

  1. Correct possible error with message: "ERROR in ReactImageMagnify.js from UglifyJs Unexpected character '`'
  2. Limit upstream exposure by removing semver match characters from package.json for all dependencies except prop-types.
  3. Fixes #15
  4. Thanks to @vidries for opening issue #15 and to @ionutzp for researching the root cause. You guys are awesome!

Support Image Onload Observation

19 Oct 03:36
Compare
Choose a tag to compare

Release Notes

  1. Support attaching listeners to small and large image onload events
  2. See documentation for details
  3. Special thanks to @sk1e for creating this feature. You are awesome!