diff --git a/changelog.md b/changelog.md index 8b97913..48e1e36 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # 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 diff --git a/header-toolbar-fixed.png b/header-toolbar-fixed.png deleted file mode 100644 index 9ad0b33..0000000 Binary files a/header-toolbar-fixed.png and /dev/null differ diff --git a/header-toolbar-full.png b/header-toolbar-full.png deleted file mode 100644 index 0f63bd6..0000000 Binary files a/header-toolbar-full.png and /dev/null differ diff --git a/header-toolbar-layout.png b/header-toolbar-layout.png deleted file mode 100644 index 0f63bd6..0000000 Binary files a/header-toolbar-layout.png and /dev/null differ diff --git a/header-toolbar-native.png b/header-toolbar-native.png deleted file mode 100644 index 0ea4217..0000000 Binary files a/header-toolbar-native.png and /dev/null differ diff --git a/header-toolbar-v3.png b/header-toolbar-v3.png deleted file mode 100644 index b08c601..0000000 Binary files a/header-toolbar-v3.png and /dev/null differ diff --git a/map-layout-test.png b/map-layout-test.png deleted file mode 100644 index a3f965f..0000000 Binary files a/map-layout-test.png and /dev/null differ diff --git a/map-no-toolbar-test.png b/map-no-toolbar-test.png deleted file mode 100644 index 1a3a85b..0000000 Binary files a/map-no-toolbar-test.png and /dev/null differ diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index c2ed6ed..0bbd6a9 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog-geo', - version: '1.1.0', + version: '1.1.1', description: 'A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools' }