Releases: Mario-Duarte/react-image-zooom
Releases · Mario-Duarte/react-image-zooom
1.3.5
What's Changed
- fix: resolve problem with null request on the first load by @stepan-twnty in #16
- Releasing null bug fix by @Mario-Duarte in #17
New Contributors
- @stepan-twnty made their first contribution in #16
Full Changelog: 1.3.4...1.3.5
Bug fixes
What's Changed
- Fix - 13 zoom failure to reset when swapping image source by @Mario-Duarte in #14
- Bug fixes by @Mario-Duarte in #15
Full Changelog: 1.3.1...1.3.4
Mobile support
As the title says it, it now supports touch events 🎉
New error handlers
Added new error-handling properties 🎉
You can now have custom components rendered when the image fails to load and pass in a custom callback to handle the error your own way.
Upgraded React peer dependencies
This package now accepts both React 17 and 18 as peer dependencies.
Transparency support
Added support for transparent images by Ahmed-Basalib10
Reverted React version upgradde
Reverted this change to allow people still using React 17 to be able to use this package
Updated packages
Updated packages and upgraded to react version 18
Fix to source code format
No significant code changes to the source, just a bit of tidy up of the code.
updated demo page and documentation
Further refinement of the documentation (fixing broken links, misspellings, etc) and improvements to the Demo Page.