Releases: gooftroop/react-image-magnify
Releases · gooftroop/react-image-magnify
v4.1.1
4.1.1 (2022-05-20)
Bug Fixes
- use npm install force to fix pipeline (8ba21da)
v4.1.0
4.1.0 (2022-04-04)
Features
- move onload into a hook to avoid ssr (2d29bd2)
Bug Fixes
- check img complete attr on mount, fix lint errors (e0d7379)
- make onLoad optional in image props (e911943)
v4.1.0-alpha.1
Features
- move onload into a hook to avoid ssr (2d29bd2)
Bug Fixes
- check img complete attr on mount, fix lint errors (e0d7379)
- make onLoad optional in image props (e911943)
v4.0.0
4.0.0 (2022-04-03)
⚠ BREAKING CHANGES
Miscellaneous Chores
v3.4.1
3.4.1 (2021-09-22)
Bug Fixes
- lens sizing when images are fluid (8a315a7)
v3.4.0
3.4.0 (2021-09-21)
Features
- add the ability to specify a sizing scale for the magnified image container (af0795c)
v3.3.5
3.3.5 (2021-09-20)
Bug Fixes
- pass popper style to popper wrapper (32d5626)
v3.3.4
3.3.4 (2021-09-20)
Bug Fixes
- allow zIndex in portal to be overriden (1c4afdd)
v3.3.3
3.3.3 (2021-09-20)
Bug Fixes
- expand hint props to be anything off of base props (c9d4dd2)
- set HintProps base HTMLProps to be partial (2283e4b)
v3.3.2
3.3.2 (2021-09-20)
Bug Fixes
- remove ref from HintProps and set default to any (b8ce205)