Releases: ethanselzer/react-image-magnify
Releases · ethanselzer/react-image-magnify
Hint - Correct Alt Attribute
Support an empty alt attribute for interaction hint message icon.
React-Slick Swipe Correction
Support React 16.5.x
- Upgrade dependencies
- Convert to npm client for package project
Introduce Positive Space Lens
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
Release Notes
- Corrects possible issue with white and or dark lines in shaded lens.
Introduce Demo Site
Release Notes
- New demo site
- Contains six examples
Large Image alt Attribute Defaults to Empty String
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
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
-
Please see example source code for details.
Upgrade [email protected]
Release Notes
- Upgrade to [email protected]
- Corrects possible import path issue
- Fixes #25
- Thanks to @eddy20vt for opening #25!