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
Add use-theme to the spec during code generation for Lights (#3004)
* Add use-theme to the spec during code generation for Lights
* Remove unused code
* Update stylegen commit
* Generate Rain use-theme properties from spec
* Generate Snow use-theme properties from spec
* Remove unused generator code
* Reuse logic for creating use-theme properties
* Use snapshot build to test gl-native fixes + update example
* Update API
* Cleanup generated code
* Update example and snapshot version for gl-native and common
* Add changelog entries
* Update submodule pin
* Use snapshot build for latest gl-native changes
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ Mapbox welcomes participation and contributions from everyone.
5
5
# main
6
6
## Bug fixes 🐞
7
7
* Fix annotation drag being triggered when multi-finger gesture is in progress.
8
+
## Features ✨ and improvements 🏁
9
+
* Introduce experimental `colorUseTheme` API for `AmbientLight`, `DirectionalLight`, and `FlatLight` to override color theme of light.
10
+
*[compose] Introduce experimental `colorUseTheme` API for `AmbientLightState`, `DirectionalLightState`, and `FlatLightState` to override color theme of light.
11
+
*[compose] Introduce experimental `vignetteColorUseTheme` and `colorUseTheme` for `RainState` and `SnowState` which allows overriding color theme of precipitations.
Copy file name to clipboardExpand all lines: app/src/androidTest/java/com/mapbox/maps/testapp/annotation/generated/CircleAnnotationManagerAndroidTest.kt
Copy file name to clipboardExpand all lines: app/src/androidTest/java/com/mapbox/maps/testapp/annotation/generated/PointAnnotationManagerAndroidTest.kt
Copy file name to clipboardExpand all lines: app/src/androidTest/java/com/mapbox/maps/testapp/annotation/generated/PolygonAnnotationManagerAndroidTest.kt
Copy file name to clipboardExpand all lines: app/src/androidTest/java/com/mapbox/maps/testapp/annotation/generated/PolylineAnnotationManagerAndroidTest.kt
0 commit comments