Skip to content

Commit

Permalink
Release MapLibre iOS 6.8.0 (#2981)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Oct 30, 2024
1 parent d140d5e commit a804f95
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions platform/ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.1
6.8.0

0 comments on commit a804f95

Please sign in to comment.