@taprootio/espalier 4.8.0 → 4.9.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
@@ -1,3 +1,65 @@
1
+ # 4.9.1
2
+
3
+ Album previews recover from temporary image delivery failures.
4
+
5
+ - Load nearby image previews with bounded concurrency, retry temporary failures, and offer Retry image without re-uploading a photo.
6
+
7
+ # 4.9.0
8
+
9
+ The date picker reaches distant dates in a few taps.
10
+
11
+ - `esp-date-picker` makes the month and year in its calendar header
12
+ tappable: the month opens a grid of the twelve months and the year opens a
13
+ scrolling list of years, each replacing the day grid in place without
14
+ changing the popover's footprint or the picker's value. Both surfaces are
15
+ keyboard-operable, respect `min` / `max`, and return to the day grid on
16
+ `Escape`. The title keeps its existing heading look; users discover the
17
+ controls by clicking.
18
+
19
+ # 4.8.0
20
+
21
+ Non-browser tooling can read Espalier's shared vocabularies, and Linux
22
+ visitors get metric-matched serif and monospace fallbacks.
23
+
24
+ - New side-effect-free `shared/image-texture-registry` subpath exposes
25
+ `BUILT_IN_IMAGE_TEXTURES`, `registerImageTexture`, and
26
+ `registeredImageTextures` without registering `esp-root`, so generators and
27
+ servers can read the built-in texture vocabulary without a DOM.
28
+ - New `shared/theme-properties` subpath resolves, from a theme and a scheme,
29
+ the same `--esp-*` record `esp-root` hydrates, so a generator or server can
30
+ compute semantic scheme colors outside the browser.
31
+ - Fallback font profiles add Liberation Serif aliases to the Times New Roman
32
+ base and Liberation Mono aliases to the Courier New base, so serif and
33
+ monospace text on Linux first paints in a metric-matched local face instead
34
+ of reflowing from a generic font when the webfont arrives.
35
+
36
+ # 4.7.0
37
+
38
+ Published-site headers gain a centered menu, a full-screen drawer, and their
39
+ own navigation font.
40
+
41
+ - `esp-header` adds `layout="centered-menu"`: the brand at the inline start,
42
+ the action buttons at the inline end, and the horizontal menu centered on
43
+ the bar, with `brand-align` support and the existing compact-width and
44
+ drawer fallbacks.
45
+ - `esp-menu` adds `drawer-presentation="full-screen"`: the drawer covers the
46
+ viewport, centers the owning header's brand above large centered items,
47
+ keeps the header's menu toggle usable on the top layer, and animates with a
48
+ configurable `full-screen-transition`. The side panel stays the default.
49
+ - Themes can set `fontMenu` and `fontWeightMenu`, emitted as
50
+ `--esp-font-menu` (only when configured) and `--esp-font-weight-menu`,
51
+ loaded like the brand font and included in the metric-matched font plan
52
+ only when set. Menu items and group labels read
53
+ `--esp-menu-item-font-family` through the menu font to the body font, and
54
+ horizontal items read `--esp-menu-item-font-weight` through
55
+ `--esp-font-weight-menu`.
56
+ - Menu items no longer underline on hover; `--esp-menu-item-hover-decoration`
57
+ restores it. The horizontal hover and active indicators take
58
+ `--esp-menu-item-hover-indicator-color` and
59
+ `--esp-menu-item-active-indicator-color`, and
60
+ `--esp-menu-item-transition-duration` times color, background, and
61
+ indicator changes, disabled under reduced motion.
62
+
1
63
  # 4.6.0
2
64
 
3
65
  Pickers adapt to compact screens, and form items can safely follow dynamic