@adia-ai/web-modules 0.7.9 → 0.7.11

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,19 @@
1
1
  # Changelog — @adia-ai/web-modules
2
2
 
3
+ ## [0.7.11] — 2026-06-04
4
+
5
+ ### Changed
6
+ - **`<embed-shell>` now extends `UIElement` + composes the `resizable` trait.** The draft shell (shipped 0.7.10) now extends `UIElement` so `traits="resizable"` applies — drag any edge/corner to resize the embedded surface — with a full `.examples.html` demo + `.test.js` regression suite + the docs sitemap entry. Still `status: draft` (contract not yet frozen). Files: `shell/embed-shell/{embed-shell.js,embed-shell.css,embed-shell.examples.html,embed-shell.test.js}`.
7
+ - **CDN bundle rebuilt** — `dist/everything.min.js` + `dist/web-modules.min.css` regenerated to carry the `<embed-shell>` `resizable` wiring into the kitchen-sink + CSS bundles.
8
+
9
+ ## [0.7.10] — 2026-06-03
10
+
11
+ ### Added
12
+ - **New `<embed-shell>` shell (draft).** Embedded multi-surface shell — composes a primary `[app]` surface with consumer-supplied `[panel="<name>"]` surfaces, arranged responsively: ≥760px the open panel is an equal 50/50 column beside the app (frame grows to fit); <760px it is a cover sheet that slides up over the app (identity transform at rest, so popovers inside still anchor). Peer of `<admin-shell>`; content-agnostic (owns layout, not content). Clean attribute contract (ADR-0024): `[app]`, `[panel="<name>"]`, trigger `[opens="<name>"]`. Files: `shell/embed-shell/{embed-shell.yaml,embed-shell.css,embed-shell.js}` + registered in `shell/index.js` + `index.css`.
13
+
14
+ ### Changed
15
+ - **CDN bundle rebuilt** — `dist/everything.min.js` regenerated to carry `<embed-shell>` + the v0.7.10 `@adia-ai/web-components` changes (`<frame-ui>`, `list-item-ui` grid, `[verse]` type bump) into the kitchen-sink bundle.
16
+
3
17
  ## [0.7.9] — 2026-06-03
4
18
 
5
19
  ### Changed
@@ -604,10 +618,6 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
604
618
  Scope: composite custom elements organized by cluster (shell, chat,
605
619
  editor, runtime today; data, agent, admin on the strategic horizon).
606
620
  Built from `@adia-ai/web-components` primitives.
607
- ## [Unreleased]
608
-
609
- _No pending changes._
610
-
611
621
  ## [0.6.4] - 2026-05-18
612
622
 
613
623
  ### v0.6.4 — Lockstep ride-along