@taprootio/espalier 2.3.1 → 2.5.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,32 @@ 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.5.0 — Published-site header and branding contracts
9
+
10
+ - Export the `esp-header` option unions and normalize unsupported attribute or
11
+ property values to their documented reflected defaults.
12
+ - Add light/dark configured logos and brand colors to `esp-header` and
13
+ `esp-footer`, with reactive scheme selection and generic fallbacks.
14
+ - Emit `esp-theme-toggle` only when a visitor activates the header's built-in
15
+ theme control, allowing hosts to persist explicit choices safely.
16
+
17
+ ## 2.4.0 — Customizable footer and page-shell refinements
18
+
19
+ - Add `esp-footer` and `esp-footer-link-group` with responsive brand, media,
20
+ link-group, aside, bottom, background-pattern, and large-image regions.
21
+ - Align footer content to `esp-page` surfaces while keeping footer backgrounds
22
+ full-bleed, with an explicit full-bleed content opt-out.
23
+ - Keep expanded inline sidebar navigation reachable through ordinary document
24
+ scrolling instead of requiring a separate pointer-hovered rail scroller.
25
+
26
+ ### Migration note
27
+
28
+ Inline `esp-menu mode="vertical"` rails no longer cap themselves to the
29
+ viewport or create an internal vertical scroller. This lets page shells move a
30
+ tall rail naturally as the document scrolls. Standalone menus in fixed-height
31
+ or overflow-hidden shells can retain the old bounded presentation by setting
32
+ `max-height` and `overflow-y: auto` on the `esp-menu` host.
33
+
8
34
  ## 2.3.1 — Lightbox reliability and semantic contrast
9
35
 
10
36
  - Keep projected lightbox images constrained across repeated close and reopen