Skip to content

Commit

Permalink
Bump gl-native to v10.9.0-rc.1 (#1729)
Browse files Browse the repository at this point in the history
* Bump gl-native to v10.9.0-rc.1

* Update changelog

* Add widget fix to rc as well

* Update CHANGELOG.md

Co-authored-by: Peng Liu <peng.liu@mapbox.com>

* Trigger CI

Co-authored-by: Peng Liu <peng.liu@mapbox.com>
  • Loading branch information
kiryldz and pengdev authored Oct 7, 2022
1 parent fe682fe commit 1269b70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,24 @@ Mapbox welcomes participation and contributions from everyone.

# main

## Bug fixes 🐞
* Fixed issue where `Widget` is not immediately rendered when added to the `MapView`. ([1708](https://github.com/mapbox/mapbox-maps-android/pull/1708))

# 10.9.0-rc.1

## Bug fixes 🐞
## Features ✨ and improvements 🏁
* Eliminate tiles re-creation and re-layout on zooming map with globe, when the camera is trespassing the zoom projection border. ([1729](https://github.com/mapbox/mapbox-maps-android/pull/1729))

## Bug fixes 🐞
* Fix scale bar text being cut ([1716](https://github.com/mapbox/mapbox-maps-android/pull/1716))
* Fix possible crash when adding terrain using Style DSL after consecutive style changes. ([1717](https://github.com/mapbox/mapbox-maps-android/pull/1717))
* Fix scale bar text overlapping. ([1728](https://github.com/mapbox/mapbox-maps-android/pull/1728))
* Fix issue where `Widget` is not immediately rendered when added to the `MapView`. ([1708](https://github.com/mapbox/mapbox-maps-android/pull/1708))
* Fix "phantom tiles" artefacts after GeoJSON source update when asynchronous tile loading is enabled. ([1729](https://github.com/mapbox/mapbox-maps-android/pull/1729))
* Mitigate symbol flickering on zooming out globe map. ([1729](https://github.com/mapbox/mapbox-maps-android/pull/1729))
* Fix random crash on tiles update when asynchronous uploading is enabled. ([1729](https://github.com/mapbox/mapbox-maps-android/pull/1729))
* Fix a crash when Google location service is started in background but stopped in foreground. ([1729](https://github.com/mapbox/mapbox-maps-android/pull/1729))
* Fix an issue where mock field is missing from the LocationEngine updates. ([1729](https://github.com/mapbox/mapbox-maps-android/pull/1729))

## Dependencies
* Update gl-native to v10.9.0-rc.1 and common to v23.1.0-rc.2. ([1729](https://github.com/mapbox/mapbox-maps-android/pull/1729))

# 10.8.1 September 30, 2022

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ object Versions {
const val mapboxGestures = "0.8.0"
const val mapboxJavaServices = "5.4.1"
const val mapboxBase = "0.8.0"
const val mapboxGlNative = "10.9.0-beta.1"
const val mapboxCommon = "23.1.0-beta.2"
const val mapboxGlNative = "10.9.0-rc.1"
const val mapboxCommon = "23.1.0-rc.2"
const val mapboxAndroidCore = "5.0.2"
const val androidxCore = "1.7.0" // last version compatible with kotlin 1.5.31
const val androidxFragmentTesting = "1.5.0"
Expand Down

0 comments on commit 1269b70

Please sign in to comment.