From 59f07569727d661a96c1250dc64294dec5147a58 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Sun, 15 Sep 2024 15:29:24 +0200 Subject: [PATCH] Prepare MapLibre Android 11.4.0 release (#2830) --- platform/android/CHANGELOG.md | 14 ++++++++++++++ platform/android/MapLibreAndroid/gradle.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 242eaa7bb14..1fdd7b202c4 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,20 @@ ### 🐞 Bug fixes +## 11.4.0 + +### ✨ Features and improvements + +- Add `textFitWidth` and `textFitHeight` properties to sprites ([#2780](https://github.com/maplibre/maplibre-native/pull/2780)). + More information can be found in the [MapLibre Style Spec](https://maplibre.org/maplibre-style-spec/sprite/#text-fit-properties). +- Move UBO updates from render layers to tweakers ([#2703](https://github.com/maplibre/maplibre-native/pull/2703)). +- Improve tile lifecycle determinism ([#2819](https://github.com/maplibre/maplibre-native/pull/2819)). +- Make sure swapBehavior is NoFlush ([#2827](https://github.com/maplibre/maplibre-native/pull/2827)). + +### 🐞 Bug fixes + +- Ensure that all depth values are rendered before any color values ([#2811](https://github.com/maplibre/maplibre-native/pull/2811)). + ## 11.3.0 ### ✨ Features and improvements diff --git a/platform/android/MapLibreAndroid/gradle.properties b/platform/android/MapLibreAndroid/gradle.properties index 2ff0fac1927..670fd284423 100644 --- a/platform/android/MapLibreAndroid/gradle.properties +++ b/platform/android/MapLibreAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.3.0 +VERSION_NAME=11.4.0 # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20