@adia-ai/web-modules 0.8.18 → 0.8.19
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 +8 -0
- package/dist/everything.min.js +19 -19
- package/form/form-popover/form-popover.a2ui.json +75 -0
- package/form/form-popover/form-popover.css +48 -0
- package/form/form-popover/form-popover.js +140 -0
- package/form/form-popover/form-popover.test.js +95 -0
- package/form/form-popover/form-popover.yaml +123 -0
- package/form/index.js +1 -0
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.8.19] — 2026-07-27
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- **The `form/` cluster now actually publishes** (gh#448) — announced in 0.8.17, renamed and tested in 0.8.18, yet absent from both published tarballs: the package's `files` array was never extended with `"form/"`, so `<form-popover-ui>` stayed documented-but-uninstallable across two releases (found by the adiav2 adoption attempt). Added `"form/"` plus the standard examples/html excludes; `npm pack --dry-run` now lists the form-popover-ui files.
|
|
7
|
+
|
|
8
|
+
### Maintenance
|
|
9
|
+
- **`dist/` bundles rebuilt** in this cut's window (1 file(s)) — regenerated from the source changes described above, not independent edits.
|
|
10
|
+
|
|
3
11
|
## [0.8.18] — 2026-07-27
|
|
4
12
|
|
|
5
13
|
### Added
|