@taprootio/espalier 2.13.0 → 2.13.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 +16 -0
- package/custom-elements.json +1075 -1115
- package/dist/page/esp-page.d.ts +8 -6
- package/dist/page/esp-page.js +53 -35
- package/espalier.token-manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,22 @@ here. This file ships in the published npm package. It is a curated public
|
|
|
5
5
|
record and intentionally does not mirror the private `taproot-controls`
|
|
6
6
|
development history.
|
|
7
7
|
|
|
8
|
+
## 2.13.1 — Workspace allocation and centering
|
|
9
|
+
|
|
10
|
+
- Honor an explicit finite `--esp-page-main-max-width` on `kind="full"` pages.
|
|
11
|
+
- Allocate configured auxiliary defaults and retained resize preferences through
|
|
12
|
+
the same contraction-first responsive path.
|
|
13
|
+
- Contract automatic defaults against natural spare canvas without reclaiming
|
|
14
|
+
main merely to preserve them. Re-clamp a retained user choice monotonically
|
|
15
|
+
to the complete capacity available down to main's minimum instead of changing
|
|
16
|
+
policy at the minimum-fit threshold.
|
|
17
|
+
- Cap and center the complete main, preview, and in-grid help workspace on
|
|
18
|
+
ultra-wide centered layouts.
|
|
19
|
+
|
|
20
|
+
Migration: an explicit `--esp-page-main-max-width` now caps a `kind="full"`
|
|
21
|
+
page. Consumers that previously relied on `kind="full"` to ignore a shared main
|
|
22
|
+
maximum should unset that token on the full page.
|
|
23
|
+
|
|
8
24
|
## 2.13.0 — Default page workspace widths
|
|
9
25
|
|
|
10
26
|
- Add `--esp-page-preview-default-width` and
|