@taprootio/espalier 4.13.0 → 4.14.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,29 @@
1
+ # 4.14.0
2
+
3
+ The repeater packs uneven cards into masonry columns, and page-scroll paging no
4
+ longer snaps the window back to the top.
5
+
6
+ - `esp-repeater` gains `layout="masonry"`: cards keep their order and flow into
7
+ the same responsive column count as `grid` (`grid-columns` and
8
+ `--esp-repeater-grid-columns`), but each card takes only the height it needs
9
+ and the next card starts directly under the shortest column, so portrait and
10
+ landscape images no longer leave blank space beside each other. Masonry
11
+ keeps every loaded item in the DOM and pages from the trailing cards, so pair
12
+ it with cursor paging for large collections.
13
+
14
+ - In `scroll-model="page"`, loading the next page no longer collapses the list
15
+ for a frame; the window keeps its scroll position instead of jumping to the
16
+ top when new items arrive.
17
+
18
+ # 4.13.2
19
+
20
+ Fullscreen mobile navigation keeps its close control within reach, and published
21
+ documentation includes discoverable pages and stable site icons.
22
+
23
+ - The fullscreen menu close button stays visible after page scrolling and viewport resizing, and closing restores the page scroll position.
24
+
25
+ - Documentation builds now include a production sitemap, a robots file referencing it, and stable favicon and touch-icon URLs for exact-site publishing.
26
+
1
27
  # 4.13.0
2
28
 
3
29
  Full-screen menu drawers keep long second-level labels on screen, and the font