@adia-ai/web-modules 0.6.36 → 0.6.38
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 +38 -0
- package/dist/everything.min.js +123 -110
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.6.38] — 2026-05-26
|
|
4
|
+
|
|
5
|
+
### Added — Wave 5e module/pattern demos
|
|
6
|
+
|
|
7
|
+
- **`catalog/ui-patterns/import-mapping`** — Wave 5e #213 + #286
|
|
8
|
+
- **`saas/billing` cancellation flow save-offer step** — Wave 5e #337
|
|
9
|
+
- **Onboarding-checklist demo + matrix tool + icon-color audit** (Wave 5e infrastructure)
|
|
10
|
+
|
|
11
|
+
### Fixed — visual-QA pass on five demo surfaces
|
|
12
|
+
|
|
13
|
+
- Demos / list-ui / onboarding-checklist visual-QA fixes landed.
|
|
14
|
+
|
|
15
|
+
### Changed — `dist/everything.min.js` + `dist/shell/admin-shell.min.js` + `dist/icons-manifest.js` rebuilt
|
|
16
|
+
|
|
17
|
+
- Bundle pass absorbed the v0.6.38 source changes.
|
|
18
|
+
|
|
19
|
+
## [0.6.37] — 2026-05-25
|
|
20
|
+
|
|
21
|
+
### Changed — Wave 3 + Wave 4 pattern demos shipped
|
|
22
|
+
|
|
23
|
+
- **Wave 3** new patterns: changelog-feed (in-app "What's new" surface, #142), audit-log (timestamped actor/action/resource table, #139), export-flow (standalone export-request form, #287), inline-dialog (anchored non-modal, #96), timezone-selector (IANA picker, #380), toast-undo (#345), pagination server-side wiring demo (#122).
|
|
24
|
+
- **Wave 4** new patterns: alert-dialog destructive-confirm (#199), context-menu right-click variant (#92), table-ui column-resize / sticky-header / virtualized demos (#103), atoms: visually-hidden-ui + skip-nav-ui + truncate flip (#36-#38).
|
|
25
|
+
- **Brand chrome canonicals updated** (FB-71 substrate): brand-chrome + user-identity patterns now teach `admin-entity-item` canonical via Pattern A / multi-tenant.
|
|
26
|
+
|
|
27
|
+
### Fixed — pattern-side polish across the v0.6.37 window
|
|
28
|
+
|
|
29
|
+
- `<integration-card>` + `<segmented>` console warnings silenced in integrations-page.
|
|
30
|
+
- `<patterns/changelog-feed>`: section-grouped layout (was cluttered).
|
|
31
|
+
- `<patterns/audit-log>`: native `<code>` for inline IDs (not block code-ui).
|
|
32
|
+
- `<patterns/export-flow>`: radio stacking + dynamic submit-label.
|
|
33
|
+
- `<table-ui>` flat-by-default + audit-log full-width.
|
|
34
|
+
- `<feed-ui>` items size to own content — one-line toasts no longer stretch.
|
|
35
|
+
- `<toast-ui>` `[dismissible]` forwarded + Show Closable demo fixed.
|
|
36
|
+
|
|
37
|
+
### Changed — `dist/everything.min.js` + `dist/shell/admin-shell.min.js` + `dist/icons-manifest.js` rebuilt
|
|
38
|
+
|
|
39
|
+
- Bundle pass absorbs Wave 1-4 component additions + many in-cycle fixes.
|
|
40
|
+
|
|
3
41
|
## [0.6.36] — 2026-05-24
|
|
4
42
|
|
|
5
43
|
### Added — Wave A+B+C+D module demos rebuilt via authoring v1.8.0 Mode 8
|