feat(dees-searchbar): Add dees-searchbar component with live search and filter demo

This commit is contained in:
2025-04-22 12:49:57 +00:00
parent fcb44dfd24
commit b7f672e0f2
6 changed files with 215 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-04-22 - 1.7.0 - feat(dees-searchbar)
Add dees-searchbar component with live search and filter demo
- Introduces a new dees-searchbar element with an input field, a search button, and filters
- Wires up events for 'search-changed' and 'search-submit' to provide realtime feedback
- Adds a demo file to showcase usage and logging of search events
## 2025-04-22 - 1.6.0 - feat(documentation/dees-heading)
Add codex documentation overview and dees-heading component demo