feat(sidebar): add searchable sidebar with URL-backed query state and highlighted matches
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-30 - 3.4.0 - feat(sidebar)
|
||||
add searchable sidebar with URL-backed query state and highlighted matches
|
||||
|
||||
- Add search input to wcc-sidebar and expose a searchQuery property
|
||||
- Filter sidebar sections and items client-side based on the search query and hide sections with no matches
|
||||
- Highlight matching substrings in sidebar item labels
|
||||
- Emit a 'searchChanged' event from the sidebar and handle it in wcc-dashboard to keep dashboard.searchQuery in sync
|
||||
- Persist the search query in the route query parameter 'search' when building URLs and restore/clear it on navigation
|
||||
- Preserve existing scroll-state handling while adding search state to URL updates
|
||||
|
||||
## 2025-12-28 - 3.3.0 - feat(wcctools)
|
||||
Add section-based configuration API for setupWccTools, new Views, and section-aware routing/sidebar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user