@taprootio/espalier 2.11.0 → 2.12.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 CHANGED
@@ -5,6 +5,53 @@ 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.12.1 — URL help flyout fixes
9
+
10
+ - Change contextual help flyouts to the normalized document title when “View
11
+ full document” expands the topic, while retaining the field anchor and
12
+ scrolling the requested section into view.
13
+ - Avoid repeating a matching leading document `h1` inside embedded
14
+ full-document help, and start each new unanchored document request at the top
15
+ of the flyout's own scroll surface.
16
+
17
+ ## 2.12.0 — Resizable page workspaces
18
+
19
+ - Add opt-in `esp-page workspace-resizable` separators for Main → Preview and
20
+ Preview → in-grid Flyout/Help, supporting pointer drag, physical-direction
21
+ Arrow keys, larger Shift+Arrow steps, LTR, and RTL. Both seams press on
22
+ through preview's minimum — Main/Preview into open help, Preview/Help into
23
+ main — and resize sessions apply widths directly, with no mid-interaction
24
+ renegotiation and no track-transition glide, so pointer capture survives in
25
+ every engine, drags track the cursor, each drag lands its complete delta,
26
+ and a focused separator keeps keyboard focus across repeated Arrow steps
27
+ (settling when focus leaves it). Navigation collapse triggered by a resize
28
+ happens during the session, not after it. Separators announce pane widths
29
+ that keep changing across their complete travel — main's width, then
30
+ help's width — and without a visible preview the second seam becomes the
31
+ distinct `main-flyout` separator (own part and event identity) sizing help
32
+ directly against main.
33
+ - Retain selected pane sizes for the mounted page instance and feed them back
34
+ through the existing allocator, preserving all main/preview/help min/max
35
+ bounds, navigation collapse, preview hiding, responsive re-clamping and
36
+ restoration, and help overlay promotion.
37
+ - Expose both seams as labelled, focusable vertical ARIA separators with live
38
+ min/max/current values, a dashed keyboard-focus line drawn along the seam
39
+ itself (one viewport tall, glowing in the line's own color), comfortable
40
+ transparent hit targets, public parts and CSS interaction tokens, and the
41
+ typed bubbling `esp-page-workspace-resize` event, whose width fields report
42
+ the current allocated pane widths.
43
+ - Bound keyboard resize suspension to a short idle window so container/media
44
+ changes resume allocator re-clamping while focus remains on a separator, and
45
+ clean up interrupted measurement/collapse session state across disable,
46
+ disconnect, and reconnect lifecycles.
47
+ - Hide unavailable separators when preview is hidden or help becomes an overlay,
48
+ and suppress selection and touch-page scrolling while dragging.
49
+ - Hide the thick anchored-help seam terminus when no visible preview separates
50
+ help from its field; the bridge and terminus now appear only for detached help.
51
+ - Add Page examples and layout guidance for preview-only and preview-plus-help
52
+ resizing, plus pointer, keyboard, responsive, ordering, navigation, overlay,
53
+ and real-browser regression coverage.
54
+
8
55
  ## 2.11.0 — Flexible preview and help workspace
9
56
 
10
57
  - Arrange the `esp-page` authoring workspace as main, full-viewport preview,