From a804f95eba7122319a8e035a32ede507ebdc2f41 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Wed, 30 Oct 2024 14:25:08 +0100 Subject: [PATCH] Release MapLibre iOS 6.8.0 (#2981) --- platform/ios/CHANGELOG.md | 13 +++++++++++++ platform/ios/VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index d62fee78198..b57d49963ac 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -4,6 +4,19 @@ MapLibre welcomes participation and contributions from everyone. Please read [`C ## main +## 6.8.0 + +### Features + +- Add support for `text-variable-anchor-offset` property ([#2921](https://github.com/maplibre/maplibre-native/pull/2921)). +- Encode the style URL in iOS ([#2965](https://github.com/maplibre/maplibre-native/pull/2965)). + +### Rendering Improvements + +- Revert index buffers to dirty flag instead of timestamps ([#2927](https://github.com/maplibre/maplibre-native/pull/2927)). +- Group descriptor sets by binding frequency ([#2892](https://github.com/maplibre/maplibre-native/pull/2892)). +- Change `parameters.currentLayer` to index instead of layerIndex ([#2956](https://github.com/maplibre/maplibre-native/pull/2956)). + ## 6.7.1 - Fix line atlas, which was causing an issue with `line-pattern`s ([#2908](https://github.com/maplibre/maplibre-native/pull/2908)). diff --git a/platform/ios/VERSION b/platform/ios/VERSION index 1d42024266f..8a1c5c7e99c 100644 --- a/platform/ios/VERSION +++ b/platform/ios/VERSION @@ -1 +1 @@ -6.7.1 \ No newline at end of file +6.8.0 \ No newline at end of file