Skip to content

Commit 5f14c55

Browse files
authored
Release MapLibre iOS 6.28.0 (#4422)
1 parent 2a3e5e8 commit 5f14c55

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

platform/ios/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,23 @@
22

33
MapLibre welcomes participation and contributions from everyone. Please read [`MapLibre iOS Developer Guide`](https://maplibre.org/maplibre-native/docs/book/ios/index.html) to get started.
44

5-
## main
5+
## 6.28.0
66

7+
- core: Fix dynamic texture resource management ([#4337](https://github.com/maplibre/maplibre-native/pull/4337)).
8+
- fix(core): Update image descriptor sets when removing textures ([#4351](https://github.com/maplibre/maplibre-native/pull/4351)).
9+
- Fix surface snapshot timing ([#4339](https://github.com/maplibre/maplibre-native/pull/4339)).
10+
- Reduce Android runtime symbol resolution ([#4356](https://github.com/maplibre/maplibre-native/pull/4356)).
11+
- feat(core): render local CJK glyphs at 2x texture resolution ([#4304](https://github.com/maplibre/maplibre-native/pull/4304)).
712
- Convert a PMTiles metadata decompression failure into an error response instead of an uncaught exception ([#4399](https://github.com/maplibre/maplibre-native/pull/4399)).
13+
- fix(core): notify layer observer when source-layer or source-id changes ([#4372](https://github.com/maplibre/maplibre-native/pull/4372)).
14+
- Fix MLNNetworkConfiguration not forwarding 'didReceiveResponse' to its delegate. ([#4393](https://github.com/maplibre/maplibre-native/pull/4393)).
15+
- core: add nearClippedProjectionMatrix to MLNCustomStyleLayer ([#4364](https://github.com/maplibre/maplibre-native/pull/4364)).
16+
- Fix blurry map view in landscape on iPad (due to an orientation-varying scale factor) ([#4373](https://github.com/maplibre/maplibre-native/pull/4373)).
17+
- Clamp pan offset to the horizon on pitched maps ([#3105](https://github.com/maplibre/maplibre-native/pull/3105)) (#4362).
18+
- core: do not use JSON serialization for layer grouping key ([#4075](https://github.com/maplibre/maplibre-native/pull/4075)).
19+
- core: Tolerate stencil clipping setup failures ([#4317](https://github.com/maplibre/maplibre-native/pull/4317)).
20+
- Enable FastPFOR encodings in MLT ([#4146](https://github.com/maplibre/maplibre-native/pull/4146)).
21+
- Add fill extrusion style property that enables rounded corners for extruded buildings (Core feature) ([#4343](https://github.com/maplibre/maplibre-native/pull/4343)).
822

923
## 6.27.0
1024

platform/ios/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.27.0
1+
6.28.0

0 commit comments

Comments
 (0)