BREAKING CHANGE(elements): rename Onebox registry component to Registry Advertisement (sz-registry-onebox-view → sz-registry-advertisement) and update exports, demos and docs

This commit is contained in:
2026-02-20 15:01:40 +00:00
parent ef493c8543
commit 5310fa838e
8 changed files with 163 additions and 16 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-02-20 - 2.0.0 - BREAKING CHANGE(elements)
rename Onebox registry component to Registry Advertisement (sz-registry-onebox-view → sz-registry-advertisement) and update exports, demos and docs
- Replaced ts_web/elements/sz-registry-onebox-view.ts with ts_web/elements/sz-registry-advertisement.ts
- Updated export in ts_web/elements/index.ts to export the new component
- Updated demo (ts_web/elements/sz-demo-view-registries.ts) to use the new tag and updated headings/labels
- Updated readme.hints.md to reference sz-registry-advertisement instead of sz-registry-onebox-view
- Breaking change: custom element tag name changed; consumers must update any usages/imports
## 2026-02-20 - 1.1.0 - feat(elements)
add demoGroups metadata, filter demo view wrappers in wcctools, and update demo payloads