@adia-ai/gen-ui 0.8.44 → 0.8.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/corpus/chunk-embeddings.json +1 -1
- package/corpus/chunks/_index.json +35 -4
- package/corpus/chunks/_source-hashes.json +7 -7
- package/corpus/chunks/table-toolbar-adiav2-row.json +7 -5
- package/corpus/chunks/table-toolbar-chrome-only-empty.json +7 -5
- package/corpus/chunks/table-with-toolbar-in-card-header.json +89 -0
- package/corpus/manifest.json +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog — @adia-ai/gen-ui
|
|
2
2
|
|
|
3
|
+
## [0.8.45] — 2026-08-20
|
|
4
|
+
|
|
5
|
+
### Docs
|
|
6
|
+
- **New `table-with-toolbar-in-card-header` demo chunk harvested (gh#1758)** — `table-toolbar-ui` composed inside `card-ui`'s header.
|
|
7
|
+
- **`select`/`table-toolbar` yaml/examples changes (gh#1748) re-harvested into the chunk corpus.**
|
|
8
|
+
|
|
9
|
+
### Note
|
|
10
|
+
- The headline v0.8.45 work shipped in `@adia-ai/web-components` and `@adia-ai/a2ui`. See `packages/web-components/CHANGELOG.md#0845--2026-08-20` and `packages/gen-ui/a2ui/CHANGELOG.md#0845--2026-08-20` for details.
|
|
11
|
+
|
|
3
12
|
## [0.8.44] — 2026-08-20
|
|
4
13
|
|
|
5
14
|
### Maintenance
|