Skip to content

Commit

Permalink
Prepare MapLibre Android 11.4.0 release (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Sep 15, 2024
1 parent 9e97193 commit 59f0756
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions platform/android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platform/android/MapLibreAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 59f0756

Please sign in to comment.