Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-native-maps to v0.26.1 #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2018

This PR contains the following updates:

Package Type Update Change
react-native-maps dependencies minor 0.21.0 -> 0.26.1

Release Notes

react-native-community/react-native-maps

v0.26.1

Compare Source

  • Android: #​3103 Support for RN 0.60.5
  • Android: #​3103 "AIRMap" was not found in the UIManager

v0.26.0

Compare Source

  • iOS: #​2999 Update GoogleMaps pod to 3.2.0
  • iOS: #​2395 Allow using onPanDrag while scrollEnabled=true
  • iOS: #​3051 Add flat property binding on Marker for iOS
  • Android: #​3007 Add Overlay onPress event
  • Android: #​3001 Add @​ReactModule annotation to help turbo modules processor
  • Common: #​3045 Add heading to the onUserLocationChange listener
  • Common: #​2937 Add onDoublePress callback
  • Common: #​2960 Heatmaps for Android and iOS
  • Common: #​2959 Added GeoJSON support by default
  • Common: #​2975 Convert to new react native config format (RN 0.60)
  • Common: #​2973 Fix select annotation when show/hide callout view

v0.25.0

Compare Source

  • Android: #​2941 Fix build gradle to allow jettifier to run correctly
  • Android: #​2741 Use a shared image icon for markers when they share the same image URI
  • Android: #​2557 Fix bug when changing subview of Marker to icon
  • Android: #​2392 Add support for loading base64 encoded image
  • iOS: #​2423 Handle annotations without images on iOS map snapshot
  • iOS: #​2881 Update podspec to use GoogleMaps 3.1.0
  • iOS: #​2253 TestID's for e2e automation
  • iOS: #​2826 Follow up for #​2253
  • iOS: #​2397 Add compass location offsets for iOS maps
  • Common: #​2568 Support for WMS Layer support
  • Common: #​2017 Update the Google Maps custom map style if changed after initialization
  • Common: #​2903 Fix react snapshot undefined warning

v0.24.2

Compare Source

  • iOS: #​2818 Google Maps - Weak refs to gesture targets to address memory leak

v0.24.1

Compare Source

  • iOS: #​2815 Google Maps - Free instance variable in getActionForTarget to address memory leak

v0.24.0

Compare Source

  • Common: #​2740 Fix deprecated UIManager usage when accessing component names
  • Common: #​2393 add typings for pointForCoordinate & coordinateForPoint
  • Common: #​2732 Implement ability to flip y coordinate for Google Map tiles.
  • Android: #​2765 Allow setting of play-services version through ext
  • Android: #​2702 Enable RN projects to define the Android AppCompat Library version
  • Android: #​2720 Fix Android dependencies and build errors
  • Android: #​2682 Implement 'tappable' prop on polyline for Android
  • Android: #​2417 Support for lineCap and lineDash pattern
  • Android: #​2727 fix build: only apply mvn push gradle plugin if POM_ARTIFACT_ID is set
  • iOS: #​2446 fix iOS GoogleMaps camera always animate
  • iOS: #​2746 onPanDrag support for iOS
  • iOS: #​2581 Custom callout improvements 🎉
  • iOS: #​2794 Fix CalloutSubview on Apple maps
  • iOS: #​2716 Fix Memory Leaks
  • Docs: #​2675 #​2685 #​2707 #​2704
  • Example: #​2792 Upgrade Example to react-native to 0.59.3
  • TypeScript: #​2705 Add Marker icon property introduced in #​2650 to index.d.ts

v0.23.0

Compare Source

  • Common: #​2651 Use resolveAssetSource method from Image
  • Common: #​2576 Fix import error for MapMarker and MapOverlay
  • Common: #​2615 Added helper method for calculating bounding box from region
  • Common: #​2607 Fix camera type definition error
  • Common: #​2563 Added camera system and deprecate animateTo methods
  • Common: #​2571 Added getMapBoundaries to MapView
  • Common/iOS: #​2650 Added icon prop for MapMarker
  • iOS: #​2414 Fix path for yoga in Podfile
  • iOS: #​2627 Added tileSize prop for MapUrlTile
  • iOS: #​2608 Fix animateToCamera
  • Android: #​2653 Defaults to the map services version instead of play services
  • Android: #​2587 Allow specifying a different version for base and maps on android
  • Android: #​2598 Fix crash for cannot getActiveLevelIndex
  • Docs: #​2639 Added note about recursive framework search paths
  • Docs: #​2631 Added notes for Google Play Services

v0.22.1

Compare Source

  • Common: #​2548 Moved babel-plugin-module-resolver and babel-preset-react-native from dependencies to devDependencies
  • Android: #​2555 Fixed #​2507
  • Android: #​2545 Fixed “The specified child already has a parent”
  • Docs: #​2541 Improve installation docs
  • Docs: #​2550 Specify how to use Google Maps
  • Docs: #​2559 Clarify cacheEnabled is apple maps only

v0.22.0

Compare Source

  • Common: #​2049 Added animateToNavigation method to MapView
  • Common: #​2207, #​2232 Added timestamp property to onUserLocationChange event callback
  • Common: #​2479, #​2524 Added edgePadding to fitToSuppliedMarkers function
  • Common: #​2448 Added custom indoor picker level
  • Common: #​2238 Support the asset:// scheme for images
  • Common: #​2136, #​2184 Modifications/Enhancements to MapView.UrlTile
  • Common: #​2039 Fix for pointForCoordinate and coordinateForPoint
  • Common: #​2217 Using ColorPropType to validate all color props more accurately
  • iOS: #​2396 Added installation for iOS via react-native link
  • iOS: #​2243 Added support of lineDashPattern polyline props to iOS Google Maps
  • iOS: #​2149 Added paddingAdjustmentBehavior for Google Maps on iOS
  • iOS: #​2231 Prefix DummyView class
  • iOS: #​2229 Use global imports for new Pods dependencies in AIRGoogleMap
  • iOS: #​2248 Make tiles display at the same physical size regardless of pixel density on iOS devices
  • iOS: #​2306 Prefix or eliminate globals in AIRMapMarker
  • iOS: #​2351 Added support for calloutAnchor with Google Maps on iOS
  • iOS: #​2501 Fixed issue that app crashes after trigger Marker onDragEnd
  • iOS: #​2359 Fixed zIndex didn't work on map moving on iOS 11
  • iOS: #​2185 Fixed Xcode warnings for format, pointer type, unused var
  • iOS: #​2154 Fixed CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warnings
  • iOS: #​2341 Fixed warnings about self
  • Android: #​2224 Respect tappable prop on Android
  • Android: #​2390 Consider pixel density in coordinate<->point conversion
  • Android: #​2477, #​2487 Implemented tracksViewChanges on Android
  • Android: #​2478 Let onVisibilityChanged() be called on children (mainly fixes Image issues)
  • Android: #​2375 Fixed lineCap of Polyline
  • Android: #​2320 Fixed custom marker updates on Android
  • Android: #​2197 Fixed overlay removal bug
  • Android: #​2317 Fixed disabling the toolbar and my location button
  • Android: #​2472 Fixed compilation error due to minSDK in manifest
  • Android: #​2172 Fixed crash for Android API level below 18 on isFromMockProvider
  • Internal: #​2462 Fixed packager script path in pacakage.json
  • Internal: #​2480 Fix peer dependencies
  • TypeScript: #​2165 Typings improvements & fixes
  • Docs: #​2541 Vastly improved installation guideline
  • Docs: #​2171 Add 'none' option to docs for mapType of MapView
  • Docs: #​2174 Add opacity to Marker API docs
  • Docs: #​2181, #​2219 Add note about mandatory NSLocationWhenInUseUsageDescription
  • Docs: #​2381, #​2358, #​2363, #​2429, #​2425 Documentation improvements

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-native-maps-0.x branch from 4966b38 to 78c7774 Compare November 8, 2018 18:01
@renovate renovate bot changed the title Update dependency react-native-maps to v0.22.0 Update dependency react-native-maps to v0.22.1 Nov 8, 2018
@coveralls
Copy link

coveralls commented Nov 8, 2018

Pull Request Test Coverage Report for Build 515

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 74.494%

Totals Coverage Status
Change from base Build 349: 0.0%
Covered Lines: 167
Relevant Lines: 215

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/react-native-maps-0.x branch from 78c7774 to 5304ad7 Compare January 17, 2019 09:10
@renovate renovate bot changed the title Update dependency react-native-maps to v0.22.1 Update dependency react-native-maps to v0.23.0 Jan 17, 2019
@renovate renovate bot force-pushed the renovate/react-native-maps-0.x branch from 5304ad7 to 0044cd6 Compare April 23, 2019 22:54
@renovate renovate bot changed the title Update dependency react-native-maps to v0.23.0 Update dependency react-native-maps to v0.24.2 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/react-native-maps-0.x branch from 0044cd6 to bf1a505 Compare July 13, 2019 05:00
@renovate renovate bot changed the title Update dependency react-native-maps to v0.24.2 Update dependency react-native-maps to v0.25.0 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/react-native-maps-0.x branch from bf1a505 to 1f6b56b Compare October 5, 2019 10:50
@renovate renovate bot changed the title Update dependency react-native-maps to v0.25.0 Update dependency react-native-maps to v0.26.1 Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants