You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
-
### 2.6.0
1
+
### 2.6.1
2
+
3
+
* Update Maps SDK to 11.10.1 (iOS) and 11.10.2 (Android), introducing several bug fixes:
4
+
* Fix LUT not being applied to in-place updated images.
5
+
* Fix in-place updates for SDF images.
6
+
* Fix background layer not being updated if raster image was updated in-place or if color theme changed.
7
+
* Vector icons supported in location indicator layer.
8
+
* Important: `top-image`, `bearing-image`, and `shadow-image` properties on LocationIndicatorLayer are now paint properties instead of layout properties.
9
+
* Fix mipmaps for images updated in place.
10
+
* Ensure background color is correctly set.
11
+
* Fixing missing vector images after style change
2
12
13
+
### 2.6.0
3
14
4
15
> [!IMPORTANT]
5
16
> The iOS minimum deployment target is now iOS 14.0.
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Mapbox Maps SDK Flutter SDK
2
2
3
-
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.10.0-rc.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
3
+
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.10.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
0 commit comments