feat(dees-geo-map): Add dark/light theme support for UI and map tiles, subscribe to theme changes and add traffic toggle in navigation
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-05 - 1.3.0 - feat(dees-geo-map)
|
||||
Add dark/light theme support for UI and map tiles, subscribe to theme changes and add traffic toggle in navigation
|
||||
|
||||
- Replace hard-coded colors with cssManager.bdTheme(...) across component styles to enable automatic light/dark theming
|
||||
- When mapStyle is 'osm', switch between CartoDB Voyager (light) and CartoDB Dark Matter (dark) vector basemaps
|
||||
- Subscribe to domtools.themeManager.themeObservable to update the map style at runtime and unsubscribe on disconnectedCallback
|
||||
- Add a traffic-aware routing toggle in the navigation panel and expose callbacks (onTrafficToggle, getTrafficEnabled) to wire UI state to the trafficController
|
||||
- Integrate traffic toggle state into navigation controller callbacks and simplify traffic controller render usage
|
||||
|
||||
## 2026-02-05 - 1.2.0 - feat(map)
|
||||
Introduce CSS Grid sidebar layout and integrated navigation + draw panels, add directions view and step-to-map interaction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user