diff options
author | Jesse Bounds <jesse@rebounds.net> | 2016-08-11 11:41:53 -0700 |
---|---|---|
committer | Jesse Bounds <jesse@rebounds.net> | 2016-08-11 11:42:53 -0700 |
commit | 07aaaa08cffe971eb2932eb5b079f5de8178a5a0 (patch) | |
tree | 688e2be4d104b7488e120834e50012b300660cad | |
parent | 9a968777424045f57ebdd1ee49db279d1a2aae57 (diff) | |
download | qtlocation-mapboxgl-07aaaa08cffe971eb2932eb5b079f5de8178a5a0.tar.gz |
3.4.0-alpha.1ios-v3.4.0-alpha.1
Update changelog and bump version in the podspecs.
-rw-r--r-- | platform/ios/CHANGELOG.md | 2 | ||||
-rw-r--r-- | platform/ios/Mapbox-iOS-SDK-symbols.podspec | 2 | ||||
-rw-r--r-- | platform/ios/Mapbox-iOS-SDK.podspec | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 3a0a70f4cf..6831f7ddeb 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -4,6 +4,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT ## master +* Added runtime styling API for iOS ([#5727](https://github.com/mapbox/mapbox-gl-native/pull/5727)) * As the user zooms in, tiles from lower zoom levels are scaled up until tiles for higher zoom levels are loaded. ([#5143](https://github.com/mapbox/mapbox-gl-native/pull/5143)) * Added [quadkey](https://msdn.microsoft.com/en-us/library/bb259689.aspx) support and limited WMS support in raster tile URL templates. ([#5628](https://github.com/mapbox/mapbox-gl-native/pull/5628)) * The `text-pitch-alignment` property is now supported in stylesheets for improved street label legibility on a tilted map. ([#5288](https://github.com/mapbox/mapbox-gl-native/pull/5288)) @@ -13,6 +14,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Include simulator architecture slices in the dSYM file that is generated for release builds. ([#5740](https://github.com/mapbox/mapbox-gl-native/pull/5740)) * Fixed an issue where annotation views could be assigned to multipoint annotations. ([#5770](https://github.com/mapbox/mapbox-gl-native/pull/5770)) * Fixed the static only framework build. ([#5782](https://github.com/mapbox/mapbox-gl-native/issues/5782)) +* Account for center offset when tapping annotation views. ([#5931](https://github.com/mapbox/mapbox-gl-native/pull/5931)) ## 3.3.4 - August 8, 2016 diff --git a/platform/ios/Mapbox-iOS-SDK-symbols.podspec b/platform/ios/Mapbox-iOS-SDK-symbols.podspec index 35c394f39b..e86e268860 100644 --- a/platform/ios/Mapbox-iOS-SDK-symbols.podspec +++ b/platform/ios/Mapbox-iOS-SDK-symbols.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |m| m.name = 'Mapbox-iOS-SDK' - m.version = '3.3.4-symbols' + m.version = '3.4.0-alpha.1-symbols' m.summary = 'Open source vector map solution for iOS with full styling capabilities.' m.description = 'Open source, OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa Touch APIs.' diff --git a/platform/ios/Mapbox-iOS-SDK.podspec b/platform/ios/Mapbox-iOS-SDK.podspec index 69704e8f3b..0d70bb3c4c 100644 --- a/platform/ios/Mapbox-iOS-SDK.podspec +++ b/platform/ios/Mapbox-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |m| m.name = 'Mapbox-iOS-SDK' - m.version = '3.3.4' + m.version = '3.4.0-alpha.1' m.summary = 'Open source vector map solution for iOS with full styling capabilities.' m.description = 'Open source, OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa Touch APIs.' |