fix(assets): remove unused marker image and other obsolete files to reduce repo size

This commit is contained in:
2026-02-10 11:21:04 +00:00
parent cd7ec6a383
commit 97abd6869d
14 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-10 - 1.5.1 - fix(assets)
remove unused marker image and other obsolete files to reduce repo size
- Deleted markers-after-stop.png (removed ~726 lines / large binary asset)
- Removed multiple metadata-only files (cleanup of obsolete/duplicated assets listed in diff)
- No source code changes — cleanup of static assets to reduce repository size and clutter
## 2026-02-05 - 1.5.0 - feat(dees-geo-map)
Highlight current navigation step with progress, mark completed steps, auto-scroll turn-by-turn list, expose guidance state for synchronization, and refine instruction/voice wording

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog-geo',
version: '1.5.0',
version: '1.5.1',
description: 'A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools'
}