forked from googlemaps/android-maps-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge latest #1
Merged
Merged
merge latest #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: fixed GitHub actions configuration file & updated location for Singapore
Handle (ignore) key injection for forks that don't have access to secrets
* chore: Synced local '.github/' with remote 'sync-files/android/.github/' * chore: Synced local '.releaserc' with remote 'sync-files/android/.lib_releaserc_groovy'
## [2.11.5](v2.11.4...v2.11.5) (2023-07-25) ### Bug Fixes * fixed crash when the Bitmap size is zero in the ClusterRenderer ([#336](#336)) ([93b9b85](93b9b85))
Remove explicit listing of the Maps SDK for Android dependency from install instructions to keep the instructions focused on the libraries in this repo.
Maps SDK for Android 18.1.0 includes support for advanced polyline customization ([release notes](https://developers.google.com/maps/documentation/android-sdk/release-notes#July_18_2022))
# [2.12.0](v2.11.5...v2.12.0) (2023-07-26) ### Features * update Google Maps SDK to 18.1.0 ([#338](#338)) ([17738b6](17738b6)), closes [/developers.google.com/maps/documentation/android-sdk/release-notes#July_18_2022](https://github.com//developers.google.com/maps/documentation/android-sdk/release-notes/issues/July_18_2022)
* chore: Update README.md Make readme documentation for Scalebar composable clearer.
# [2.13.0](v2.12.0...v2.13.0) (2023-08-07) ### Features * added Factory for Map ([#353](#353)) ([1974583](1974583))
Bumps `maps` from 3.3.0 to 3.4.0. Updates `com.google.maps.android:maps-ktx` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg) - [Commits](googlemaps/android-maps-ktx@v3.3.0...v3.4.0) Updates `com.google.maps.android:maps-utils-ktx` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg) - [Commits](googlemaps/android-maps-ktx@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-ktx dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.maps.android:maps-utils-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## [2.13.1](v2.13.0...v2.13.1) (2023-08-17) ### Bug Fixes * fix test for swiping on map in column ([#379](#379)) ([1bd915c](1bd915c))
* feat: customize Marker using Composable * Update README to showcase MarkerComposable * Use MarkerComposable in BasicMapActivity * Instrumentation tests for MarkerComposable
# [2.14.0](v2.13.1...v2.14.0) (2023-08-17) ### Features * customize Marker using MarkerComposable ([#355](#355)) ([51bb2bf](51bb2bf))
Prior to this change, all click listeners and onMapLoaded were set to an empty lambda by default. This would cause issues where for example the map is clickable by default without doing anything. When talkback is on, it reads "double click to activate". This change fixes that by making all listeners null by default.
…nstance in multiple clustering (#396) * fix: fixed issue when multiple marker managers have been added, for instance in multiple clustering
## [2.14.1](v2.14.0...v2.14.1) (2023-09-14) ### Bug Fixes * fixed issue when multiple marker managers have been added, for instance in multiple clustering ([#396](#396)) ([ff3f98b](ff3f98b))
# [2.15.0](v2.14.1...v2.15.0) (2023-09-22) ### Features * updating configuration to generate multimodule documentation ([#401](#401)) ([f6baafc](f6baafc))
* chore: updating libraries * chore: changed coroutines version * chore: rename dependency, remove unnecessary dependencies * chore: updated Java version * chore: increased targetSdk
* feat!: added custom ClusterRenderer * doc: remove excess dependencies from install instructions in README
chore: update JDK in release workflow (#419) feat: add custom ClusterRenderer (#360) chore: update to Maps KTX v4.0.0 (Maps SDK for Android v18.1.0, Maps Utils v3.5.3), Kotlin 1.9.0, and other dependencies (#377) BREAKING CHANGE: remove guidance to specify Maps SDK for Android and Utility Library dependencies alongside Maps Compose. These dependencies are pulled in by the Maps Compose build script to ensure version compatibility.
# [3.0.0](v2.15.0...v3.0.0) (2023-10-03) ### breaking * simplify dependencies ([9456fec](9456fec)), closes [#419](#419) [#360](#360) [#377](#377) ### Reverts * Revert "chore: update semantic-release config (#416)" (#417) ([dff9276](dff9276)), closes [#416](#416) [#417](#417) ### BREAKING CHANGES * remove guidance to specify Maps SDK for Android and Utility Library dependencies alongside Maps Compose. These dependencies are pulled in by the Maps Compose build script to ensure version compatibility.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.