@adia-ai/web-modules 0.6.47 → 0.6.49
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 +15 -0
- package/dist/everything.min.js +138 -136
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.6.49] — 2026-05-30
|
|
4
|
+
|
|
5
|
+
### Changed — design-plan retrofit across module demos
|
|
6
|
+
|
|
7
|
+
- **`shell/`, `chat/`, `editor/`, `dashboard/`, `feedback/`, `simple/`, `theme/`, `onboarding/` `*.examples.html`** — `<!-- design-plan -->` blocks retrofitted across the module-demo set (composite-demo-protocol campaign), with `onboarding-checklist` completing the 32-demo coverage. Demo-facing docs; no runtime change.
|
|
8
|
+
- **`dist/everything.min.js` + `dist/icons-manifest.js`** — bundle rebuild absorbing the upstream `@adia-ai/web-components` calendar/date-range changes.
|
|
9
|
+
- **Lockstep bump otherwise** — substantive v0.6.49 in `@adia-ai/web-components` (date-range-picker two-month fix + calendar `month` prop) and `@adia-ai/a2ui-corpus` (corpus + catalog regen).
|
|
10
|
+
|
|
11
|
+
## [0.6.48] — 2026-05-29
|
|
12
|
+
|
|
13
|
+
### Maintenance
|
|
14
|
+
|
|
15
|
+
- **`feedback/confirm-dialog/confirm-dialog.examples.html`** — demo updated as part of the library-wide demo consolidation sweep.
|
|
16
|
+
- **`dist/`** — shell + `everything` bundles rebuilt (reflect the web-components foundation-styles reorg + component fixes in this window; no behavioral change).
|
|
17
|
+
|
|
3
18
|
## [0.6.47] — 2026-05-29
|
|
4
19
|
|
|
5
20
|
### Maintenance
|