Skip to content

Commit

Permalink
chore(Release): v3.0.0 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac authored Jan 28, 2020
1 parent b5e5d85 commit 968e5e5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Google-Maps-iOS-Utils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions workspace/GoogleMapsUtils.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down

0 comments on commit 968e5e5

Please sign in to comment.