Releases: openspacelabs/react-native-zoomable-view
Releases · openspacelabs/react-native-zoomable-view
Release 2.4.2
Release 2.3.1
What's Changed
- Skip re-renders by checking numbers by @elliottkember in #124
Full Changelog: v2.3.0...v2.3.1
Release 2.3.0
What's Changed
- Update LICENSE by @elliottkember in #111
- Static pin feature by @elliottkember in #42
- Fix
debouncedOnStaticPinPositionChangenot calling the latest callback by @thomasttvo in #113 - Expose
gestureStartedby @thomasttvo in #115 - Allow static pin to move off the map by @elliottkember in #117
- Null check staticPinPosition by @dmurphy5 in #118
- Update compiled code by @elliottkember in #119
- Strict type checking and linting by @thomasttvo in #114
- Fix the static pin being moved to incorrect position by @thomasttvo in #120
- Fix pinching broken due to incorrect typeguards by @thomasttvo in #121
- Fix typeguards by @thomasttvo in #122
- Fix state undefined on intialization by @thomasttvo in #123
- Fix double-tapping, single-tapping and zooming by @elliottkember in #125
- Add zoom to coords by @louis-openspace in #127
- Consolidate all "zoomTo" methods into one
zoomTomethod by @thomasttvo in #128
New Contributors
Full Changelog: v2.1.6...v2.3.0
Release 2.1.6
2.1.6 (2024-03-28)
What's Changed
- [#84] Add panEnabled prop by @wilsontr in #87
-
- added onStartShouldSetPanResponderCapture, onMoveShouldSetPanResponderCapture by @easy-bios in #93
- fix: allow ZoomableView ref to be utilised via ZoomableViewWithGestures by @mrbrentkelly in #95
- fix couldCallSwipeEvent from returning false when not all props are provided by @jaredbothwell in #97
New Contributors
- @wilsontr made their first contribution in #87
- @easy-bios made their first contribution in #93
- @mrbrentkelly made their first contribution in #95
- @jaredbothwell made their first contribution in #97
Full Changelog: v2.1.5...v2.1.6