·
20 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
3.6.1 (2026-07-30)
Bug Fixes
- avoid stack overflow in rows layout with very large photo arrays (5ea14bf)
- eliminate React key warnings for custom render.photo output (2716ee2)
- ignore non-positive breakpoints (9ff1774)
- keep the default sizes estimate at 100vw for full-width photos (60832ce)
- prevent crash when the container is too narrow for columns (de91b70)
- prevent ResizeObserver churn when an unstable ref is forwarded (47212ba)
- ssr: render photos in SSR below half the smallest breakpoint (258ea30)
Performance Improvements
- compute rows layout row costs in O(1) via prefix sums (0520392)