Files
dees-catalog-geo/changelog.md

1.7 KiB

Changelog

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