@taprootio/espalier 2.13.1 → 2.14.0

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
@@ -5,6 +5,40 @@ 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.14.0 — Stable workspace resizing and trailing-edge controls
9
+
10
+ - Yield a safely linked navigation rail after auxiliary panes contract and
11
+ before reclaiming main below its natural maximum, then retain the drawer
12
+ presentation whenever restoring the rail would change the settled workspace.
13
+ - Add a recovery margin so navigation settlement remains stable across repeated
14
+ layout observation and restores only after expansion or pane contraction can
15
+ preserve the main, preview, and help allocation.
16
+ - Keep the Main/Preview separator moving after main reaches its maximum by
17
+ shrinking preview independently and placing the released width in the aligned
18
+ outer canvas, including centered, keyboard, LTR, and RTL interactions.
19
+ - Keep separator ARIA accurate through the main-cap transition by capping its
20
+ numeric main range and announcing the changing preview width in value text.
21
+ - Keep viewport-height full-document help sticky while the application scrolls
22
+ through its footer, while compact contextual help continues to move with its
23
+ originating field, and add a dedicated full-page workspace documentation lab.
24
+ - Expose the trailing edge of the last in-grid Preview or Help pane as an
25
+ independent pointer and keyboard resize separator whenever outer canvas is
26
+ available, with public parts and resize-event separator identities.
27
+ - Extend the exported `PageWorkspaceSeparator` union with `"preview-end"` and
28
+ `"flyout-end"`; TypeScript consumers with exhaustive separator switches must
29
+ handle the two new trailing-edge identities.
30
+ - Let an outward edge drag consume the complete aligned outside canvas, so
31
+ reaching the page edge maximizes Preview or Help within its configured bound.
32
+ - Let Preview/Help consume trailing outside room before contraction, keeping
33
+ Help at its current width until it reaches the page edge. Main/Preview may
34
+ push the trailing group only while main can grow; a capped main instead
35
+ shrinks Preview immediately and releases aligned outside surplus, with
36
+ pointer tracking, centered settlement, keyboard access, and accurate value
37
+ text.
38
+ - Control the workspace's logical leading position during pointer resizing so
39
+ the active line follows the cursor through zero-sum and outward growth, then
40
+ smoothly return the completed workspace to its configured alignment.
41
+
8
42
  ## 2.13.1 — Workspace allocation and centering
9
43
 
10
44
  - Honor an explicit finite `--esp-page-main-max-width` on `kind="full"` pages.