Update react-medium-image-zoom to the latest version 🚀
Version 0.8.0 of react-medium-image-zoom just got published.
| Dependency | react-medium-image-zoom |
|---|---|
| Current Version | 0.7.3 |
| Type | dependency |
The version 0.8.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of react-medium-image-zoom. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 8 commits .
1d4d4e8Merge pull request #34 from rpearce/rebuild-example-and-0.8ae3baf60.8.041f5ae9rebuild example outpute15fb490.8.09165799Merge pull request #31 from cbothner/controlled8eecd51Moves onZoom, onUnzoom calls to setState callbacks2793e31Adds onZoom() and onUnzoom() callbacksc0eb16a.keeps lib/ to prevent errors on first clone/build
See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 0.9.0 just got published.
Version 0.9.2 just got published.
Update to this version instead 🚀
Commits
The new version differs by 8 commits .
a52bd66Merge pull request #40 from rpearce/proptypes-updatef196d3d0.9.2f56d94dUpdate react, lockfile, example and readmedb286d6Merge pull request #39 from ismay/update-to-prop-types55b2f44Fix PropTypes deprecationfd2d8c2Merge pull request #37 from rpearce/example-folder32fd8d40.9.110e3fdaMoving example static code to example/build folder
See the full diff.
Version 0.9.3 just got published.
Version 1.0.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 7 commits (ahead by 7, behind by 1).
2255a76Merge pull request #41 from rpearce/bump-to-1.0.0dc3bf211.0.0a52bd66Merge pull request #40 from rpearce/proptypes-updatef196d3d0.9.2f56d94dUpdate react, lockfile, example and readmedb286d6Merge pull request #39 from ismay/update-to-prop-types55b2f44Fix PropTypes deprecation
See the full diff.
Version 1.0.1 just got published.
Version 1.0.2 just got published.
Update to this version instead 🚀
Commits
The new version differs by 7 commits0.
fd8b2331.0.2f82d0e3Merge pull request #43 from jeremybini/additional-zoom-props95f72b0Remove unnecessary variable6e373d9Do not set srcset to undefined when fetching zoomImage8c203b4Default zoomImage to an empty objectae56c20Ensure shouldReplaceImage works with srcSetc45dae2Add srcset support and pass all props to zoomImage
false
See the full diff
Version 1.0.3 just got published.
Version 1.0.4 just got published.
Version 2.0.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 10 commits.
98c318cMerge pull request #52 from rpearce/controlled-uncontrolled97388842.0.0feaa034added changelog and entry for 2.0.08edfe63Updated dev tools and added package-lock2210fdcadd setTimeout of 0 if isZoomed is true on mount1e3e9f3Combined event wrappers; got controlled component calling back to consumer when it would normally closee6f9fa2Move components, defaults and helpers to their own files5bedd22Controlled vs uncontrolled2d405b8Merge pull request #53 from rpearce/rm-preloadfba34d9Remove preload functionality
See the full diff
Version 2.0.1 just got published.
Version 2.0.2 just got published.
Update to this version instead 🚀
Commits
The new version differs by 9 commits.
32f9d18Merge pull request #64 from rpearce/storybook-and-fixes8cc91d32.0.22de4365changelog 2.0.29c362a2Added storybook and a couple of bug fixes741ac25Merge pull request #62 from rpearce/add-code-of-conduct-1e77fd74Create CODE_OF_CONDUCT.md53722fcMerge pull request #61 from rpearce/add-contributors5fb01f3Add contributors2971736updated changelog 2.0.1
See the full diff
Version 2.0.3 just got published.
Update to this version instead 🚀
Release Notes
v2.0.3[2.0.3] - 2017-09-22
Fixed
shouldRespectMaxDimensionwas allowing images that were already rendered at their maximum size to be "zoomed," thus creating the issue where they don't actually zoom and instead just moved to the center of the screen.
Commits
The new version differs by 6 commits.
30141f2changelog 2.0.3d92c408Merge pull request #67 from rpearce/disable-if-cannot-zoom3095ccd2.0.3835561cAdd heaps to .npmignoreb794c66If shouldRespectMaxDimension and no zoomImage and already at max dimensions, disable.9be797cIgnore example output js
See the full diff
Version 3.0.0 just got published.
Update to this version instead 🚀
Release Notes
v3.0.0[3.0.0] - 2017-10-13
Added
- support for React v16, making use of such things as its portals concept
Removed
- support for React < v16
Version 3.0.1 just got published.
Update to this version instead 🚀
Release Notes
v3.0.1[3.0.1] - 2017-10-20
Fixed
- Now supporting keyboard interaction for accessibility (#70). Classified this as a bug and therefore a patch version.
Commits
The new version differs by 9 commits.
e2ba92bupdated allcontributors to add @joshsloat4ba8cd6Merge pull request #76 from rpearce/3-0-stable1b1e159Merge pull request #75 from rpearce/3-0-197797633.0.1c913ebfupdated changelog for v3.0.15caa83brebuild example app.jsa6ae9a8Merge pull request #73 from joshsloat/keyboard-nav-341cd7d0example build4c4653cimplement keyboard accessibility
See the full diff
Version 3.0.2 just got published.
Update to this version instead 🚀
Commits
The new version differs by 8 commits.
3c03104Merge pull request #86 from rpearce/3-0-stabled0628c3Merge pull request #85 from rpearce/3.0.2c18611dCHANGELOG v3.0.24ff4550Merge pull request #83 from joshsloat/2-0-6-parity11fb760Fix clicking causing focus on the image03ef1c4bump version8b48aa6Provide better example for ShouldHandleZoomf923bc0Allow image attributes to change after init
See the full diff
Version 3.0.3 just got published.
Update to this version instead 🚀
Release Notes
v3.0.3[3.0.3] - 2017-12-02
Fixed
- Fixed issue from #89 where
hasAlreadyLoadedwas preventing thezoomImagesource from displaying whenshouldReplaceImagewas set tofalse.
Commits
The new version differs by 8 commits.
c0f1f64Merge pull request #92 from rpearce/3-0-stable30e581aCHANGELOG 3.0.3e2cc1aeMerge pull request #91 from rpearce/3-0-stable0aeee1aadded alexshelkov for finding a bug05a89513.0.3f5cab08Remove hasAlreadyLoaded check to fix configuration bug32b907eMerge pull request #88 from rpearce/update-all-contrib8614675add more contrib info
See the full diff
Version 3.0.4 just got published.
Version 3.0.5 just got published.
Update to this version instead 🚀
Commits
The new version differs by 6 commits ahead by 6, behind by 3.
6c6de053.0.54d3e825updated changelogf425501Merge pull request #98 from joshsloat/2.0.7-parity955b449add logic to prevent tabbing to other dom elements while an image is zoomed9a588efAdded docs/template updates062439fchangelog v3.0.4
See the full diff
Version 3.0.6 just got published.
Update to this version instead 🚀
Release Notes
v3.0.6[3.0.6] - 2018-01-08
Fixed
- Fixed issue where quickly, repeatedly triggering the zoom and unzoom actions had some lingering timeout actions that no longer existing on a component, throwing errors in the console (#106)
Commits
The new version differs by 15 commits.
5953645Merge pull request #110 from rpearce/3-0-stable8a5160dMerge pull request #109 from rpearce/3-0-614e8e643.0.6080c8e9Changelog v3.0.66bdba3cFix timeout issue when triggering quickly550893dMerge pull request #103 from rpearce/3-0-stable5b15c48Merge pull request #102 from rpearce/mobilize-exampleab5e563Added snowsoul bug report to contributors list1a72b36make the example constrained/mobile-friendly6b9bba2Merge pull request #100 from rpearce/3-0-stable9be99e1Merge pull request #95 from rpearce/3-0-stablec76f409Merge pull request #94 from rpearce/3-0-stable0857896Merge pull request #93 from rpearce/3-0-stablec0f1f64Merge pull request #92 from rpearce/3-0-stablee2cc1aeMerge pull request #91 from rpearce/3-0-stable
See the full diff
Version 3.0.7 just got published.
Version 3.0.8 just got published.
Update to this version instead 🚀
Release Notes
v3.0.8[3.0.8] - 2018-01-09
Changed
AUTHORSfile
Version 3.0.9 just got published.
Update to this version instead 🚀
Release Notes
v3.0.9[3.0.9] - 2018-01-16
Fixed
- Resolved Firefox issue where switching an image's
srcattribute causes an obnoxious "flicker" effect (#96)
Commits
The new version differs by 7 commits.
d4754e7Merge pull request #117 from rpearce/fix-firefox-flickerd1188d2Changelog v3.0.9414939a3.0.94a179e1fix firefox flicker #96277a058Merge pull request #115 from rpearce/3-0-stablea45e3cbMerge pull request #114 from rpearce/add-kendagriff-contrib487aefcAdded kendagriff to all contributors for bug report
See the full diff
Version 3.0.10 just got published.
Update to this version instead 🚀
Release Notes
v3.0.10[3.0.10] - 2018-01-19
Changed
- removed the Firefox check and apply the flicker "fix" to all browsers equally (#119)
Commits
The new version differs by 8 commits.
1dedc72Added HippoDippo to contributorsb34ea92changelog v3.0.106ca93183.0.10ba62260Merge pull request #121 from HippoDippo/remove-firefox-check86cd1c2Removed isFirefox check from Zoom.js2ed2b6dMerge pull request #118 from rpearce/use-docs951d8cbUse docs folder instead of gh-pagesd540a46updated readme badges
See the full diff
Version 3.0.11 just got published.
Update to this version instead 🚀
Release Notes
v3.0.11[3.0.11] - 2018-05-09
Fixed
- Resolved issue #128 where initializing with isZoomed={true} was throwing errors.
Version 3.0.12 just got published.
Version 3.0.13 just got published.
Update to this version instead 🚀
Release Notes
v3.0.13[3.0.13] - 2018-07-30
Fixed
- Resolved issue where we were calculating
imageCenterXwith
window.innerWidthinstead ofdocument.body.clientWidth
(PR: #133)
Commits
The new version differs by 10 commits.
644eb30add docs/ to .npmignore625567eupdate doc build92789c0Changelog for v3.0.13ecaf453Add @ludwigfrank as a contributor2b3c1213.0.137cbf4b3Merge pull request #134 from rpearce/update-deps25d563eMerge pull request #133 from ludwigfrank/patch-1ff113d1Update build dependenciesef6dc5bCalculate imageCenterX with clientWidth9ba5723package-lock updated
See the full diff
- The
dependencyreact-medium-image-zoom was updated from0.7.3to3.0.14.
Update to this version instead 🚀
Release Notes for v3.0.14
[3.0.14] - 2018-09-17
Fixed
- Resolved issue #137 where broken images would continue allowing the component
to function - Now ensures an
imageprop'sonLoadcallback is adequately sent to the
consumer
- The
dependencyreact-medium-image-zoom was updated from0.7.3to3.0.15.
Update to this version instead 🚀
Release Notes for v3.0.15
[3.0.15] - 2018-10-25
Fixed
- Resolved issue #139 where
zoomMarginwouldn't accept a number in string
format
- The
dependencyreact-medium-image-zoom was updated from0.7.3to3.0.16.
- The
dependencyreact-medium-image-zoom was updated from0.7.3to3.1.0.