# Changelog ## 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 - Replace overlay/header layout with a CSS Grid: left and right sidebars (controlled via --left-panel-width/--right-panel-width) that push the map area instead of overlaying it. - Move navigation panel from map overlay into a left sidebar and add NavigationController viewMode with a new directions view (summary, back button) and planning view separation. - Add a right-side draw tools panel (draw panel UI, tool grid, actions) with isDrawPanelOpen state and toolbar toggle to show/hide draw tools. - Add interactivity: clicking a turn-by-turn step flies the map to that step (flyToStep), and directions->planning switching via setViewMode/back button. - Numerous style additions and adjustments: header toolbar grid area, sidebar/draw panel styling, nav directions styles, z-index tweaks, cursor and hover states. - Add new arrowLeft icon and reorganize toolbar controls (navigation/draw toggles, traffic, zoom) to accommodate sidebar layout ## 2026-02-05 - 1.1.1 - fix(assets) remove header toolbar PNG assets (header-toolbar-fixed, header-toolbar-full, header-toolbar-layout, header-toolbar-v3) - Deleted four header toolbar PNG files: header-toolbar-fixed.png, header-toolbar-full.png, header-toolbar-layout.png, header-toolbar-v3.png - Change is asset-only (binary removals); no source code or behavioral changes in JS/TS - Recommended patch bump from 1.1.0 to 1.1.1 ## 2026-02-05 - 1.1.0 - feat(geo-map) add live traffic visualization and traffic-aware routing with pluggable providers and UI integration - Introduce TrafficController and traffic layer rendering (auto-refresh, zoom gating, legend). - Add traffic providers: HereTrafficProvider (HERE API) and ValhallaTrafficProvider (self-hosted) with ITrafficProvider interface and config types. - Integrate traffic-aware routing into NavigationController: fetch and render traffic-aware routes, show congestion level and delay in the navigation panel. - Add toolbar/header UI: traffic toggle button, traffic legend, new icons, overlay grid and header toolbar layout; update demo and readme.hints.md with usage and provider examples. - Add new source files: geo-map.traffic.ts and geo-map.traffic.providers.ts; export types from index.ts and update icons and styles (trafficStyles, headerToolbarStyles). - Update component styles (overlay grid, toolbar, traffic legend) and refactor parts of dees-geo-map for modular controllers. - Include new header toolbar artwork assets and update demo text; bump devDependencies: @git.zone/tswatch ^3.1.0 and @types/node ^25.2.1. ## 2026-02-05 - 1.0.0 - initial Initial release. - Initial commit: project scaffold and first files