@taprootio/espalier 4.4.0 → 4.6.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
@@ -1,3 +1,36 @@
1
+ # 4.6.0
2
+
3
+ Pickers adapt to compact screens, and form items can safely follow dynamic
4
+ field ownership.
5
+
6
+ - `esp-pick-one` and `esp-pick-some` use a full-viewport option presentation
7
+ at the shared 50em compact rung, keep the real combobox reachable, and expose
8
+ `esp-picker-menu-dismiss-requested` for coordinated dismissal.
9
+ - `esp-form-item` supports replacing its slotted field or moving fields between
10
+ form items in one synchronous DOM update while preserving consumer-authored
11
+ names and accessible descriptions.
12
+ - Anchored picker menus now position below the trigger field's full rendered
13
+ height, avoiding overlap when labels, chips, or other field content wrap.
14
+ - `esp-flyout` close buttons show an inset `--esp-color-link` focus ring so
15
+ keyboard focus remains visible without clipping at the panel edge.
16
+
17
+ # 4.5.0
18
+
19
+ Generated sites can keep infrastructure and optional workspace interactions
20
+ out of their initial component graph.
21
+
22
+ - New bundle-safe `shared/events` and `shared/toast-events` subpaths expose
23
+ `ESP_EVENTS` and `showToast`. Together with the existing `shared/bus-events`
24
+ and `shared/element-base` subpaths for `getEspBus` and
25
+ `EspalierElementBase`, component leaf imports avoid the full-catalog
26
+ registration performed by the package root.
27
+ - `esp-page` loads its pointer and keyboard resize session only when
28
+ `workspace-resizable` is enabled. Resize handles wait for that capability to
29
+ be ready; non-resizable pages do not fetch the session chunk.
30
+ - Workspace geometry, resize sessions, and page styling now have explicit
31
+ internal seams with no change to `esp-page` properties, events, separator
32
+ ARIA, or layout behavior.
33
+
1
34
  # 4.0.0
2
35
 
3
36
  Consumer-facing API names are deterministic before wider adoption.