hippware / rn-chat

MIT License
5 stars 0 forks source link

Bump react-native-maps from 0.26.1 to 0.27.0 #4931

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps react-native-maps from 0.26.1 to 0.27.0.

Release notes

Sourced from react-native-maps's releases.

v0.27.0

0.27.0 (March 4, 2020)

  • iOS: #3115 Expose isAccessibilityElement as a prop
  • iOS: #3119 Add mapPadding prop
  • iOS: #3134 Add isPreselected prop
  • iOS: #3120 Keep current mapType when taking snapshot
  • iOS: #2889 Implement onUserLocationChange
  • iOS: #3136 Use RCTImageLoaderProtocol for RN v0.61.0
  • iOS: #3125 Replace deprecated bridge.imageLoader calls with moduleForClass API
  • iOS: #3309 Fixes for polygon custom styles not being applied when provider is Google maps
  • iOS: #3104 Only handle cacheEnable when app is active
  • Android: #2993 Improved user location
  • Common: #3163 Opacity prop for MapOverlay on Android and iOS (Google Maps)
  • Common: #3131 AnimatedRegion.addListener() property setting
Changelog

Sourced from react-native-maps's changelog.

0.27.0 (March 4, 2020)

  • iOS: #3115 Expose isAccessibilityElement as a prop
  • iOS: #3119 Add mapPadding prop
  • iOS: #3134 Add isPreselected prop
  • iOS: #3120 Keep current mapType when taking snapshot
  • iOS: #2889 Implement onUserLocationChange
  • iOS: #3136 Use RCTImageLoaderProtocol for RN v0.61.0
  • iOS: #3125 Replace deprecated bridge.imageLoader calls with moduleForClass API
  • iOS: #3309 Fixes for polygon custom styles not being applied when provider is Google maps
  • iOS: #3104 Only handle cacheEnable when app is active
  • Android: #2993 Improved user location
  • Common: #3163 Opacity prop for MapOverlay on Android and iOS (Google Maps)
  • Common: #3131 AnimatedRegion.addListener() property setting
Commits
  • 3345df1 Fixed fused location source (#3320)
  • a7b8517 Added a default playServicesVersion and showed how to find latest version in ...
  • 09bb6be [0.27.0] Release
  • 10b241c Implement opacity prop for MapOverlay on Android and iOS (Google Maps) (#3163)
  • f708271 #3025 Fixes for polygon custom styles (fillColor, stokeColor, stokeWidth) not...
  • ef90c0d Add manifest's requirement for RN 0.61.5 (#3315)
  • 93ac791 android google map callout support <Image/> (#3035)
  • 27c0e60 android google map callout support <Image/> (#3035)
  • 270e482 Update react-native-maps.podspec
  • 9cddd4e Update react-native-google-maps.podspec
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
bengtan commented 4 years ago

I'm not sure.

bengtan commented 4 years ago

@aksonov @southerneer: Any thoughts?

aksonov commented 4 years ago

We just need to run the app with this upgrade

southerneer commented 4 years ago

Yep, I think we should merge and use it sooner than later since we're not looking to push to prod anytime soon. Any bugs should reveal themselves quickly since the map component gets tested a lot.

bengtan commented 4 years ago

Don't merge this. Consider #4938 instead.