Skip to content

Commit 8eff2d6

Browse files
committed
Update change log
1 parent d159654 commit 8eff2d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## main
66

7+
## 10.0.0-rc.2 - June 23, 2021
8+
79
### Features ✨ and improvements 🏁
810

11+
* Introduced experimental `Style._addPersistentLayer(with:layerPosition:)`, `Style._isPersistentLayer(id:)`, `Style._addPersistentCustomLayer(withId:layerHost:layerPosition:)` APIs, so that the tagged layer and its associated resources remain when a style is reloaded. This improves performance of annotations during a style change. Experimental APIs should be considered liable to change in any SEMVER version. ([#471](https://github.com/mapbox/mapbox-maps-ios/pull/471), [#473](https://github.com/mapbox/mapbox-maps-ios/pull/473))
912
- Annotations now will persist across style changes by default. ([#475](https://github.com/mapbox/mapbox-maps-ios/pull/475))
1013
- Adds localization support for v10 Maps SDK. This can be used by setting the `mapView.locale`. Use the `SupportedLanguages` enum, which lists currently supported `Locale`. ([#480](https://github.com/mapbox/mapbox-maps-ios/pull/480))
14+
- Fixed Tileset descriptor bug: Completion handler is called even if the `OfflineManager` instance goes out of scope.
15+
- Fixed text rendering when both 'text-rotate' and 'text-offset' are set.
1116

1217
### Breaking changes ⚠️
1318

14-
- MapboxMaps now pins exactly to `MapboxCommon`. ([#481](https://github.com/mapbox/mapbox-maps-ios/pull/481))
19+
- MapboxMaps now pins exactly to `MapboxCommon`. ([#485](https://github.com/mapbox/mapbox-maps-ios/pull/485), [#481](https://github.com/mapbox/mapbox-maps-ios/pull/481))
1520

1621
## 10.0.0-rc.1 - June 9, 2021
1722

0 commit comments

Comments
 (0)