From 968e5e5ce6985706b91e33005de54cd9306f45ac Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Tue, 28 Jan 2020 11:28:49 -0800 Subject: [PATCH] chore(Release): v3.0.0 (#263) --- CHANGELOG.md | 27 ++++++++++++++++++- Google-Maps-iOS-Utils.podspec | 2 +- .../GoogleMapsUtils.xcodeproj/project.pbxproj | 4 +-- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c52185..e2288710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog -## [Unreleased](https://github.com/googlemaps/google-maps-ios-utils/compare/v2.1.0...HEAD) +## [Unreleased](https://github.com/googlemaps/google-maps-ios-utils/compare/v3.0.0...HEAD) + +## [Version 3.0.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v2.1.0...v3.0.0) - January 2020 +### BREAKING CHANGES + +* update GMUFeature interface to conform to spec #rfc7946 ([4a562be](https://github.com/googlemaps/google-maps-ios-utils/commit/4a562be73ddd6f7181428f1d71d8930322e559a0)), closes [#229](https://github.com/googlemaps/google-maps-ios-utils/issues/229) + +### Bug Fixes +* Fix for wrong icons when using multiple Cluster Managers. Fixes [#158](https://github.com/googlemaps/google-maps-ios-utils/issues/158) +* If cluster is expanded and an item is visible, show cluster. Fixes [#150](https://github.com/googlemaps/google-maps-ios-utils/issues/150) ([9e20f39bb94675b22d1913d843a8ae57c4b59354](https://github.com/googlemaps/google-maps-ios-utils/commit/9e20f39bb94675b22d1913d843a8ae57c4b59354)) +* Fix no animation when kGMSMaxClusterZoom is reached. Fixes [#131](https://github.com/googlemaps/google-maps-ios-utils/issues/131)([25826831dabdbdb1b0887fda3aea91a0d8872929](https://github.com/googlemaps/google-maps-ios-utils/commit/25826831dabdbdb1b0887fda3aea91a0d8872929)) +* Fix typo in Heatmap/GMUGradient.h import of UIKit header ([#175](https://github.com/googlemaps/google-maps-ios-utils/pull/175)) +* Add Heatmap .m files into the GoogleMapsUtils target. ([341e508](https://github.com/googlemaps/google-maps-ios-utils/commit/341e5082bedef0426b314ccb0a35293c532fdf4a)) +* Crash when tapping on cluster. Fixes [#250](https://github.com/googlemaps/google-maps-ios-utils/issues/250). ([#255](https://github.com/googlemaps/google-maps-ios-utils/issues/255)) ([d0ad212](https://github.com/googlemaps/google-maps-ios-utils/commit/d0ad2122e602d0a5a5601b0f4cfdfeaf455f9f9e)) +* fix unit-tests ([ff07b98](https://github.com/googlemaps/google-maps-ios-utils/commit/ff07b98677c3a8832e0e00c266b06a8a14c65470)) +* increase stale bot window ([b8152e5](https://github.com/googlemaps/google-maps-ios-utils/commit/b8152e5e18dab83730e0f6cf081f9600fd754737)) +* resolve all Xcode 10 warnings ([7d1a6e8](https://github.com/googlemaps/google-maps-ios-utils/commit/7d1a6e82571709b106b11522d1fa64df9b386064)) +* typo in documentation ([#233](https://github.com/googlemaps/google-maps-ios-utils/issues/233)) ([9e79caf](https://github.com/googlemaps/google-maps-ios-utils/commit/9e79caf9eb2cc728d0cc724da51725badd36438a)) + +### Features +* Make heat-map zoom intensities customizable ([#186](https://github.com/googlemaps/google-maps-ios-utils/pull/186)) +* Adds support for StyleMap ([#202](https://github.com/googlemaps/google-maps-ios-utils/pull/202)) +* **cluster:** expose private cluster configuration to public API, resolve Xcode 10 warnings ([#220](https://github.com/googlemaps/google-maps-ios-utils/pull/220)) +* **cluster:** expose cluster-config properties ([4c50c88](https://github.com/googlemaps/google-maps-ios-utils/commit/4c50c886b7064c9e2aa131b98b35b12ef8a11032)) +* **GoogleMapsUtils:** framework cleanup ([#261](https://github.com/googlemaps/google-maps-ios-utils/issues/261)) ([a33e821](https://github.com/googlemaps/google-maps-ios-utils/commit/a33e821fdbbbf77401a2738c69024613c38ca5fa)) +* Update Swift demo to use Swift 4.2 ([#256](https://github.com/googlemaps/google-maps-ios-utils/issues/256)) ([2f4fd4a](https://github.com/googlemaps/google-maps-ios-utils/commit/2f4fd4a76276823aaa73cf4538ba27c7e4a6a796)) ## [Version 2.1.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v2.0.0...v2.1.0) - September 2017 ### Features: diff --git a/Google-Maps-iOS-Utils.podspec b/Google-Maps-iOS-Utils.podspec index 631f1e08..1383c246 100644 --- a/Google-Maps-iOS-Utils.podspec +++ b/Google-Maps-iOS-Utils.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = "Google-Maps-iOS-Utils" - s.version = "2.2.1" + s.version = "3.0.0" s.summary = "A utilities library for use with Google Maps SDK for iOS." s.description = " This library contains classes that are useful for a wide range of applications diff --git a/workspace/GoogleMapsUtils.xcodeproj/project.pbxproj b/workspace/GoogleMapsUtils.xcodeproj/project.pbxproj index ef54ca89..3d1f683e 100644 --- a/workspace/GoogleMapsUtils.xcodeproj/project.pbxproj +++ b/workspace/GoogleMapsUtils.xcodeproj/project.pbxproj @@ -1358,7 +1358,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 2.1.0; + MARKETING_VERSION = 3.0.0; PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1407,7 +1407,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 2.1.0; + MARKETING_VERSION = 3.0.0; PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = "";