@adia-ai/web-modules 0.7.10 → 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,11 @@
|
|
|
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
|
+
|
|
3
9
|
## [0.7.10] — 2026-06-03
|
|
4
10
|
|
|
5
11
|
### Added
|
|
@@ -612,10 +618,6 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
|
|
612
618
|
Scope: composite custom elements organized by cluster (shell, chat,
|
|
613
619
|
editor, runtime today; data, agent, admin on the strategic horizon).
|
|
614
620
|
Built from `@adia-ai/web-components` primitives.
|
|
615
|
-
## [Unreleased]
|
|
616
|
-
|
|
617
|
-
_No pending changes._
|
|
618
|
-
|
|
619
621
|
## [0.6.4] - 2026-05-18
|
|
620
622
|
|
|
621
623
|
### v0.6.4 — Lockstep ride-along
|