@taprootio/espalier 4.12.0 → 4.13.2

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,41 @@
1
+ # 4.13.2
2
+
3
+ Fullscreen mobile navigation keeps its close control within reach, and published
4
+ documentation includes discoverable pages and stable site icons.
5
+
6
+ - The fullscreen menu close button stays visible after page scrolling and viewport resizing, and closing restores the page scroll position.
7
+
8
+ - Documentation builds now include a production sitemap, a robots file referencing it, and stable favicon and touch-icon URLs for exact-site publishing.
9
+
10
+ # 4.13.0
11
+
12
+ Full-screen menu drawers keep long second-level labels on screen, and the font
13
+ picker offers device font stacks alongside the Google catalog.
14
+
15
+ - `esp-font-picker` gains `font-source="all"`: System Sans, System Serif, and
16
+ System Monospace lead the list, then the classic web-safe stacks, then the
17
+ Google catalog; every row carries a kind icon with a tooltip (a desktop for
18
+ a device font, Google's mark for a catalog font) and selecting a device
19
+ row fetches nothing. A stored device stack that differs from a
20
+ preset's text still shows as that preset, and one that matches no preset
21
+ shows as its own custom row; `value` is never rewritten by recognition.
22
+ - `extractWeights` accepts a web-safe font and reports the weights its device
23
+ faces carry (300–700 for the System text stacks, 400 and 700 elsewhere).
24
+ New `matchWebSafeFont`, `customWebSafeFont`, `isDeviceFontStack`,
25
+ `classifyFontStack`, `parseFontStack`, and `canonicalFontStack` helpers
26
+ expose the same recognition to consumers.
27
+
28
+ - Labels nested inside a group share one measured size in the full-screen
29
+ drawer: it starts at 90% of the top-level size and shrinks only as far as the
30
+ widest nested label needs to fit the viewport on one line. Top-level items
31
+ keep their size.
32
+ - Below the readable floor, nested labels wrap instead of clipping. The cap and
33
+ floor are tunable through `--esp-menu-drawer-nested-item-max-font-size` and
34
+ `--esp-menu-drawer-nested-item-min-font-size`; the floor defaults to
35
+ `max(14px, 0.875rem)`.
36
+ - The measurement runs from an idle callback after the page mounts, never on
37
+ the first paint, and repeats on resize, item changes, and font loading.
38
+
1
39
  # 4.12.0
2
40
 
3
41
  Image selections can now use a reusable, accessible image picker.