File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,17 @@ Mapbox welcomes participation and contributions from everyone.
44
55## main
66
7+ ## 10.0.0-rc.7 - August 25, 2021
8+
79### Features ✨ and improvements 🏁
810
911* Add support for ` FeatureState ` in GeoJSON sources. ([ #611 ] ( https://github.com/mapbox/mapbox-maps-ios/pull/611 ) )
1012 * ` setFeatureState(sourceId:sourceLayerId:featureId:state:) ` is used to associate a ` stateMap ` for a particular feature
1113 * ` getFeatureState(sourceId:sourceLayerId:featureId:callback:) ` is used to retrieve a previously stored ` stateMap ` for a feature
1214 * ` removeFeatureState(sourceId:sourceLayerId:featureId:stateKey:) ` is used to remove a previously stored ` stateMap ` for a feature
15+ * Added ` GeoJSONSource.generateId ` ([ #593 ] ( https://github.com/mapbox/mapbox-maps-ios/pull/593 ) )
16+ * Enable the combined usage of line-dasharray with line-gradient ([ #588 ] ( https://github.com/mapbox/mapbox-maps-ios/pull/588 ) )
17+ * Fixed rendering issue for round line-join in line gradients ([ #594 ] ( https://github.com/mapbox/mapbox-maps-ios/pull/594 ) )
1318
1419### Breaking changes ⚠️
1520
@@ -23,6 +28,7 @@ Mapbox welcomes participation and contributions from everyone.
2328* ` GeoJSONSource.clusterProperties ` is now correctly modeled per the style spec. ([ #597 ] ( https://github.com/mapbox/mapbox-maps-ios/pull/597 ) )
2429* Fixes a crash caused by ` MapboxMap.clearData() ` . ([ #609 ] ( https://github.com/mapbox/mapbox-maps-ios/pull/609 ) )
2530* Added missing attribution and links to info alert controller. ([ #591 ] ( https://github.com/mapbox/mapbox-maps-ios/pull/591 ) )
31+ * Fixed issue that caused incorrect animation of negative padding values ([ #602 ] ( https://github.com/mapbox/mapbox-maps-ios/pull/602 ) )
2632
2733## 10.0.0-rc.6 - August 11, 2021
2834
You can’t perform that action at this time.
0 commit comments