Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Bump version to 0.21.0

* v0.21.0

* v0.21.0

* v0.21.0
  • Loading branch information
willbattel authored and christopherdro committed Apr 1, 2018
1 parent ede2bdc commit c53ff0a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Change Log
## Unreleased
* Android: Check for presence of Gradle configuration properties that may have been defined by the hosting `rootProject`: `compileSdkVersion`, `buildToolsVersion`, `googlePlayServicesVersion`, `androidMapsUtilsVersion`. This provides a better mechanism for aligning the requirements of the module with that of the host project.
## 0.21.0 (March 31, 2018)
* Common: [#2030](https://github.com/react-community/react-native-maps/pull/2030) Broadened peer-dependency support
* Common: [#2035](https://github.com/react-community/react-native-maps/pull/2035), [#2113](https://github.com/react-community/react-native-maps/pull/2113), & [#2141](https://github.com/react-community/react-native-maps/pull/2141) Typescript improvements and fixes
* Common: [#2011](https://github.com/react-community/react-native-maps/pull/2011) Add suport for KML file (Only Markers)
* Common: [#2053](https://github.com/react-community/react-native-maps/pull/2053) Fix 'module undefined' for React Native >= 0.54
* Common: [#2131](https://github.com/react-community/react-native-maps/pull/2131) Fix initialRegion for React Native >= 0.54
* Common: [#2115](https://github.com/react-community/react-native-maps/pull/2115) Upgrade React Native peer dependency to 0.54
* Common: [#2032](https://github.com/react-community/react-native-maps/pull/2032) Add onMyLocationChange event
* Common: [#2039](https://github.com/react-community/react-native-maps/pull/2039) Fixed problem with pointForCoordinate and coordinateForPoint methods
* Common: [#2050](https://github.com/react-community/react-native-maps/pull/2050) Add support for onPoiClick
* iOS: [#2022](https://github.com/react-community/react-native-maps/pull/2022) Add support for Map.Overlay
* iOS: [#2068](https://github.com/react-community/react-native-maps/pull/2068) Prevent marker press from calling MapView onPress
* iOS: [#2057](https://github.com/react-community/react-native-maps/pull/2057) Fixed polygon and polyline not re-rendering when changing tile URL (AirMaps)
* iOS: [#2101](https://github.com/react-community/react-native-maps/pull/2101) Fixed re-render not updating MapView.Circle component in UI when radius or center coordinates change (AirMaps)
* Android: [#2111](https://github.com/react-community/react-native-maps/pull/2111) Allow vector drawables to be used as markers
* Android: [#2132](https://github.com/react-community/react-native-maps/pull/2132) Add mock-provider boolean on each location update
* Android: [#2047](https://github.com/react-community/react-native-maps/pull/2047) Check for presence of project-wide (ext) Gradle configuration properties `compileSdkVersion`, `targetSdkVersion`, `buildToolsVersion`, `supportLibVersion`, `googlePlayServicesVersion`, and `androidMapsUtilsVersion`. This provides a better mechanism for aligning the requirements of the module with that of the host project.
* Android: [#2096](https://github.com/react-community/react-native-maps/pull/2096) Updated gradle configuration for gradle 3.0.0+

## 0.20.1 (February 13, 2018)
* Common: [hotfix PROVIDER_GOOGLE](https://github.com/react-community/react-native-maps/commit/cd868ea7b33a04c8bdd5e909cf134a133b2cb316)
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ PODS:
- GoogleMaps/Base
- React (0.54.2):
- React/Core (= 0.54.2)
- react-native-google-maps (0.20.1):
- react-native-google-maps (0.21.0):
- Google-Maps-iOS-Utils (= 2.1.0)
- GoogleMaps (= 2.5.0)
- React
- react-native-maps (0.20.1):
- react-native-maps (0.21.0):
- React
- React/Core (0.54.2):
- yoga (= 0.54.2.React)
Expand Down
2 changes: 1 addition & 1 deletion lib/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=4
VERSION_NAME=0.20.1
VERSION_NAME=0.21.0
GROUP=com.airbnb.android

POM_DESCRIPTION=React Native Map view component for Android
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Native Mapview component for iOS + Android",
"main": "index.js",
"author": "Leland Richardson <[email protected]>",
"version": "0.20.1",
"version": "0.21.0",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"run:packager": "./node_modules/react-native/packager/packager.sh",
Expand Down

0 comments on commit c53ff0a

Please sign in to comment.