Skip to content

Releases: ethanselzer/react-image-magnify

Hint - Correct Alt Attribute

25 Oct 07:21
Compare
Choose a tag to compare

Support an empty alt attribute for interaction hint message icon.

React-Slick Swipe Correction

29 Sep 20:04
Compare
Choose a tag to compare

Support React 16.5.x

14 Sep 05:36
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Convert to npm client for package project

Introduce Positive Space Lens

20 Apr 05:08
Compare
Choose a tag to compare

Release Notes

  • Specify a positive space lens in place of the default negative space lens
  • Optionally override the default appearance by specifying a custom style
  • For complete control, specify a custom component
  • Resolves #31

Shaded Lens - Convert From Translate to Offset

15 Apr 05:26
Compare
Choose a tag to compare

Release Notes

  • Corrects possible issue with white and or dark lines in shaded lens.

Introduce Demo Site

05 Apr 05:47
Compare
Choose a tag to compare

Release Notes

Large Image alt Attribute Defaults to Empty String

02 Apr 05:44
Compare
Choose a tag to compare

Release Notes

  • Enlarged image alt attribute now defaults to empty string
  • Revised docs to improve overview, api, and demos
  • Improved examples

Support External Enlarged Image

22 Mar 21:25
Compare
Choose a tag to compare

Release Notes

  • Render enlarged image into an HTML element of your choosing.

  • Ignored for touch input by default but will be honored if isEnlargedImagePortalEnabledForTouch is implemented.

  • Use cases include a scenario where an ancestor element of react-image-magnify implements overflow hidden.

  • Requires React v16

  • Demo

  • Please see example source code for details.

Upgrade [email protected]

01 Mar 16:26
Compare
Choose a tag to compare

Release Notes

Specify Enlarged Image Container Dimensions

20 Feb 04:07
Compare
Choose a tag to compare

Release Notes

  • Dimensions may be express as a percentage or as a number
  • Percentage is based on small image dimension
  • Number is an amount of pixels
  • Resolves #9
  • Demo