💎 Version 5.10.4
- CSS variable colors — Pass
'var(--my-color)'directly as a chart color. Swap your entire palette at runtime with a single CSS attribute change. (#5185) Thanks to @codecalm - New locales — Bulgarian (
bg) and Romanian (ro) added. Serbian, Swedish, and Ukrainian locale files were also renamed to their correct ISO codes (sr,sv,uk). (#5186) Thanks to @gabriele-v
- Datetime x-axis ticks — Several edge cases fixed: the first tick was missing when a range started exactly on a minute or second boundary; charts spanning midnight showed wrong dates; short-month rollovers (e.g. Feb 28 → Mar 1) were off by a day.
- Screen reader duplicate label — Charts were announcing their title twice. (#5183)
- Faster updates —
updateOptions()andupdateSeries()no longer rebuild internal modules from scratch on every call, reducing re-render overhead on dashboards with frequent data refreshes. Large datasets also benefit from automatic LTTB downsampling.
v4.12.8
- fix(utils/mime): Normalize input extension to lowercase before MIME check by @TheEssem in https://github.com/honojs/hono/pull/4800
- fix(bearer-auth): escape regex metacharacters in bearer auth prefix option by @otoneko1102 in https://github.com/honojs/hono/pull/4750
- @TheEssem made their first contribution in https://github.com/honojs/hono/pull/4800
Full Changelog: https://github.com/honojs/hono/compare/v4.12.7...v4.12.8
Release 2026-03-14 07:51
Release 2026-03-14 07:51
- add staleReloadMode (#6921) (6f297a2494) by @schiller-manuel
- @tanstack/react-router@1.167.0
- @tanstack/react-start@1.166.10
- @tanstack/react-start-client@1.166.9
- @tanstack/react-start-server@1.166.9
- @tanstack/router-cli@1.166.8
- @tanstack/router-core@1.167.0
- @tanstack/router-generator@1.166.8
- @tanstack/router-plugin@1.166.9
- @tanstack/router-vite-plugin@1.166.9
- @tanstack/solid-router@1.167.0
- @tanstack/solid-start@1.166.10
- @tanstack/solid-start-client@1.166.8
- @tanstack/solid-start-server@1.166.8
- @tanstack/start-client-core@1.166.8
- @tanstack/start-plugin-core@1.166.10
- @tanstack/start-server-core@1.166.8
- @tanstack/start-static-server-functions@1.166.10
- @tanstack/start-storage-context@1.166.8
- @tanstack/vue-router@1.167.0
- @tanstack/vue-start@1.166.10
- @tanstack/vue-start-client@1.166.8
- @tanstack/vue-start-server@1.166.8
v16.2.0-canary.98
- partial fallbacks: only upgrade shells with remaining prerenderable params: #91158
- partial fallbacks: complete generic shells into more specific shells: #91231
- Turbopack: Remove old macos-compress script: #90967
- docs: remove incorrect _document.tsx font example: #91346
Huge thanks to @bgw, @ztanner, and @zamadye for helping!
v0.10.17
- e56890bc feat(rari): add client directive to error boundary and improve component ID generation
- aa1c9c9a refactor(rari): optimize routing and middleware with extracted utilities
- ba58d873 feat(rari): improve error boundary handling and static file serving
- be3b7601 feat(rari): add error boundary support and expand e2e test coverage
Full Changelog: https://github.com/rari-build/rari/compare/v0.10.16...v0.10.17
v16.2.0-canary.97
- Expose edge runtime fields in build-complete: #91239
- [turbopack] Remove
turbo_tasks::functionfrom ModuleReference getters: #91229 - [Turbopack] write route bundle stats to .next/diagnostics/route-bundle-stats.json: #90949
- re-enable RDC deployment tests: #91327
- Use keyed cells for used_exports and export_circuit_breakers in BindingUsageInfo: #91306
- [test] Show decoded binary WebSocket messages in traces: #91308
- Docs skills: guide and api-reference: #90992
- Turbopack: switch chunk/asset hashes from hex to base40 encoding: #91137
- Turbopack: don't emit polyfill chunk for API routes: #91331
- [test] Current behavior for request APIs in
generateStaticParams: #91188 - Update Rspack production test manifest: #91301
- Update Rspack development test manifest: #91300
Huge thanks to @ztanner, @ijjk, @sokra, @lukesandberg, @eps1lon, @delbaoliveira, @mischnic, @unstubbable, @vercel-release-bot, and @wbinnssmith for helping!
Release 2026-03-13 20:27
Release 2026-03-13 20:27
- hoist inline component definitions for proper React HMR (#6919) (6069eba643) by @schiller-manuel
- @tanstack/react-router@1.166.8
- @tanstack/react-start@1.166.9
- @tanstack/react-start-client@1.166.8
- @tanstack/react-start-server@1.166.8
- @tanstack/router-plugin@1.166.8
- @tanstack/router-vite-plugin@1.166.8
- @tanstack/solid-start@1.166.9
- @tanstack/start-plugin-core@1.166.9
- @tanstack/vue-start@1.166.9
v16.2.0-canary.96
- perf: use Buffer.from for base64 encoding of binary Flight data: #91221
- Skip dimming when
--inspectis used: #91271 - Respect
generateStaticParamsin instant navigation shell: #91316 - [Prefetch Inlining] Generate size-based hints on server: #90891
- Wire cache handlers in edge paths and add e2e regression coverage: #91236
- docs(turbopack): Move singleton pattern documentation from mdbook to rustdoc: #91175
- Docs: Split route segment config options into their own files: #90991
- Turbopack: rename CSS module structs for clarity: #91304
- [test] Deflake
instant-navs-devtools: #91256 - Expose resolved invocation targets in next-routing: #91242
- Delete blob files during compaction when entries are superseded: #91314
- [test] Resolve stale merge issues: #91329
- Turbopack: Remove the IntoTraitRef trait, make it an inherent method on Vc: #91223
Huge thanks to @bgw, @delbaoliveira, @benfavre, @unstubbable, @mischnic, @acdlite, @eps1lon, @ijjk, and @sokra for helping!