|
2 | 2 |
|
3 | 3 | Mapbox welcomes participation and contributions from everyone.
|
4 | 4 |
|
5 |
| -# main |
6 |
| - |
7 | 5 | # 10.13.0
|
| 6 | +## Features ✨ and improvements 🏁 |
| 7 | +* Add overloaded methods to `CameraAnimatorsFactory` allowing to set camera animator owner. |
| 8 | +* Improve startup performance by calculating the style expressions dependencies lazily. |
| 9 | +* Introduce a new APIs `coordinateInfoForPixel(pixel: ScreenCoordinate): CoordinateInfo` and `coordinatesInfoForPixels(pixels: List<ScreenCoordinate>): List<CoordinateInfo>` which will return record(s) containing both `coordinate` and `isOnSurface` info. |
| 10 | +* Deprecate `Snapshotter.setTileMode` and `Snapshotter.isInTileMode`. |
| 11 | +* Deprecate `Style.setStyleGeoJSONSourceData(sourceId, data)`. |
| 12 | +* Deprecate `isMapLoaded` method. |
| 13 | +* Share similar image and glyph atlases across tiles and thus avoid unnecessary textures creation. |
| 14 | +* Render single color gradient as solid line. |
| 15 | +* Use flat screen coordinate conversion functions with zero exaggeration terrain. |
| 16 | +* Deprecate qRF APIs that use specific geometry types, which also are not cancelable. |
| 17 | + |
8 | 18 | ## Bug fixes 🐞
|
9 | 19 | * Fix rare issue in renderer which could freeze the device when bringing the `MapView` back to front.
|
| 20 | +* Fix artefacts caused by a race condition when style layers got updated during pending tiles layout. |
| 21 | +* Fix missing return unexpected result in model_loader processing, so the client could be aware of the error. |
| 22 | +* Fix text flickering while symbol layer update if text-field contains text-color property. |
| 23 | +* Fix 3d location layer properties `model-scale-transition` and `model-rotation-transition`, made them non-transitionable. |
| 24 | +* Fix raw expression parsing for list literal. |
| 25 | +* Fix text flickering while symbol layer update if `text-field` contains `text-color` property inside the format expression. |
| 26 | +* Fix a crash when a hillshade bucket was created with disabled terrain, but the terrain got enabled afterwards. |
| 27 | +* Fix the crash when identifying if device is connected to WiFi. |
| 28 | + |
| 29 | +## Dependencies |
| 30 | +* Update gl-native to v10.13.0 and common to v23.5.0. |
| 31 | + |
| 32 | + |
10 | 33 |
|
11 | 34 | # 10.13.0-rc.1 April 20, 2023
|
12 | 35 | ## Features ✨ and improvements 🏁
|
|
0 commit comments