@adia-ai/web-modules 0.7.0 → 0.7.1
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 +6 -0
- package/dist/everything.min.js +47 -47
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.7.1] — 2026-05-31
|
|
4
|
+
|
|
5
|
+
### Changed — lockstep bump + `dist/everything.min.js` bundle refresh
|
|
6
|
+
|
|
7
|
+
- **Lockstep version bump — no `@adia-ai/web-modules` source change.** The `dist/everything.min.js` kitchen-sink bundle was rebuilt to carry the `@adia-ai/web-components` a11y/reactivity fixes (input-ui affordance centering + reactive affixes, tree-ui `role=group`, menu-ui dynamic items — bug-60 / FB-91/92/93) it transitively bundles.
|
|
8
|
+
|
|
3
9
|
## [0.7.0] — 2026-05-31
|
|
4
10
|
|
|
5
11
|
### Fixed — docs-QA pass (browser-verified)
|