@adia-ai/web-modules 0.6.32 → 0.6.34

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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog — @adia-ai/web-modules
2
2
 
3
+ ## [0.6.34] — 2026-05-23
4
+
5
+ ### Added — Wave 1 + Wave 2 component registrations
6
+
7
+ - **Wave 1 + Wave 2** (commits `5ad89318d`, `501053880`): 10 P1 components registered + exported via the `@adia-ai/web-modules` cluster manifests. Substantive source lives in `@adia-ai/web-components`; web-modules ships the cluster registration + Vite import-graph plumbing.
8
+
9
+ ### Changed — `dist/everything.min.js` rebuilt (CDN kitchen-sink)
10
+
11
+ - Bundle pass absorbed Wave 1+2 component additions + OD-5 `-default` suffix sweep + `<calendar-grid-ui>` substrate primitive + a2ui-runtime CSS channel Phase 1 (binding to `everything.min.js`). Bundle size 1.04 MB → 1.13 MB raw (+8.7%; absorbs 10 new component registrations).
12
+ - `dist/icons-manifest.js` (in both web-components/dist + web-modules/dist) refreshed as a bundle-pass companion.
13
+
14
+ ## [0.6.33] — 2026-05-23
15
+
16
+ ### Fixed — CDN icons-manifest now co-shipped in `web-modules/dist/` (FB-53 §1)
17
+
18
+ - **`packages/web-modules/dist/everything.min.js` does `import("./icons-manifest.js")`** as the non-Vite (CDN) icons fallback. The relative spec resolves to `web-modules@X/dist/icons-manifest.js` against the bundle's own module URL — but the manifest only shipped in `web-components/dist/`, producing a 404 for every CDN consumer using the canonical three-tag bootstrap. Symptom: `<search-ui>` rendered the literal text `magnifying-glass Search…` instead of the icon; `<select-ui>` chevrons rendered as 0×0 elements. Fix: `scripts/build/bundle-js.mjs` `generateIconsManifest()` now writes the manifest to BOTH `packages/web-components/dist/icons-manifest.js` AND `packages/web-modules/dist/icons-manifest.js` (byte-identical 256 KB output). `web-modules/package.json` `files:` already includes `dist/`, so tarball pickup is automatic. CDN consumers on v0.6.33+ no longer need the importmap workaround documented for ≤ v0.6.32. Files: `scripts/build/bundle-js.mjs`, `packages/web-modules/dist/icons-manifest.js` (new file).
19
+
3
20
  ## [0.6.32] — 2026-05-23
4
21
 
5
22
  ### Fixed (P0) — `[data-col]` / `[data-row]` / `[data-grid]` global CSS collision closed