v4.12.30
- chore(benchmark/routers): bump deps in https://github.com/honojs/hono/pull/5107
- chore(benchmark): remove not used benchmarks in https://github.com/honojs/hono/pull/5108
- chore: update to ts6 in prep for ts7 in https://github.com/honojs/hono/pull/5104
- fix(cache): deduplicate Cache-Control directives case-insensitively in https://github.com/honojs/hono/pull/5025
- fix(compress): do not compress 206 Partial Content responses in https://github.com/honojs/hono/pull/5020
- fix(client): replaceUrlParam should not match a param that prefixes another in https://github.com/honojs/hono/pull/5096
- fix(method-override): set duplex when forwarding a stream body in query mode in https://github.com/honojs/hono/pull/5110
Full Changelog: https://github.com/honojs/hono/compare/v4.12.29...v4.12.30
@tanstack/virtual-core@3.17.4
-
#1224
6cbecd8- Improve multi-lane virtualization performance: replace the backward scan in getMeasurements with an incremental per-lane argmin (O(lanes) shortest-lane lookup). Placement output is unchanged and the single-lane fast path is untouched. -
#1223
d49cc52- Made gap option changes invalidate measurements -
#1220
cf7834d- Reset iOS gesture/deferral state incleanup()so it no longer leaks across scroll element swaps.