Skip to content

Commit

Permalink
Merge pull request #265 from mapbox/release-v3.2.0
Browse files Browse the repository at this point in the history
Add v3.2.0
  • Loading branch information
Bobby Sudekum committed Feb 4, 2016
2 parents e7e3300 + 43cbcf0 commit e75718e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
#v3.2.0

#### *Note, there is a new (easier) install process for iOS. See updated [install.md](https://github.com/mapbox/react-native-mapbox-gl/blob/71298a88bba3f7b5d79e6bf1011dc8fe913b0750/ios/install.md)*

- [Android] Upgrades internally to use [Mapbox Android SDK v3.2.0](https://github.com/mapbox/mapbox-gl-native/blob/b738087080b924061c4e6ce4c8b60ae4573f4f10/CHANGELOG.md#320).
- [Android] Adds event handler `onLongPress`
- [iOS] Upgrades internally to use Mapbox iOS SDK [v3.1.0](https://github.com/mapbox/mapbox-gl-native/releases/tag/ios-v3.1.0-pre.3)
- [iOS] Adds `contentInset` option
- [iOS] Adds `userLocationVerticalAlignment` option

#v3.1.0
- [iOS & Android] Adds methods `getDirection` and `getCenterCoordinateZoomLevel`
- [iOS & Android] Properly removes annotations when annotation props are updated
- [iOS] Adds method `updateAnnotation` for updating annotations
- [Android] The prop `rotateEnabled` has been made more consistent across both platforms.
- [Android] Adds props `logoIsHidden` and `attributionButtonIsHidden`

#v3.0.0

With `v3.0.0` most breaking changes are around annotations. Now, to remove or select an annotation, you must provide the `id` of the annotation. On all annotations added to the map, an `id` is now required.
Expand Down
2 changes: 1 addition & 1 deletion ios/RCTMapboxGL.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RCTMapboxGL"
s.version = "3.1.1"
s.version = "3.2.0"
s.summary = "A Mapbox GL react native module for creating custom maps."
s.homepage = "https://github.com/mapbox/react-native-mapbox-gl#readme"
s.license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-mapbox-gl",
"description": "A Mapbox GL react native module for creating custom maps",
"version": "3.1.1",
"version": "3.2.0",
"author": "Bobby Sudekum",
"keywords": [
"gl",
Expand Down
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ _A React Native component for building maps with the [Mapbox iOS SDK](https://ww

[![npm version](https://badge.fury.io/js/react-native-mapbox-gl.svg)](https://badge.fury.io/js/react-native-mapbox-gl)

*Current version of `[email protected]` requires `[email protected]`*

```
npm install react-native-mapbox-gl --save
```
Expand Down

0 comments on commit e75718e

Please sign in to comment.