1 hours ago
apexcharts.js

💎 Version 5.10.4

What's New

  • 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

Bug Fixes

  • 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)

Performance

  • Faster updatesupdateOptions() and updateSeries() 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.
3 hours ago
router

Release 2026-03-14 11:26

Release 2026-03-14 11:26

Changes

Fix

  • add xmlns:xhtml to generated sitemap (#6920) (bfd6e62780) by @amosbastian

Packages

  • @tanstack/react-start@1.166.11
  • @tanstack/solid-start@1.166.11
  • @tanstack/start-plugin-core@1.166.11
  • @tanstack/vue-start@1.166.11
6 hours ago
hono

v4.12.8

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.12.7...v4.12.8

7 hours ago
router

Release 2026-03-14 07:51

Release 2026-03-14 07:51

Changes

Features

  • add staleReloadMode (#6921) (6f297a2494) by @schiller-manuel

Packages

  • @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
13 hours ago
next.js

v16.2.0-canary.98

Core Changes

  • partial fallbacks: only upgrade shells with remaining prerenderable params: #91158
  • partial fallbacks: complete generic shells into more specific shells: #91231

Misc Changes

  • Turbopack: Remove old macos-compress script: #90967
  • docs: remove incorrect _document.tsx font example: #91346

Credits

Huge thanks to @bgw, @ztanner, and @zamadye for helping!

14 hours ago
rari

v0.10.17

What's Changed

  • 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

15 hours ago
next.js

v16.2.0-canary.97

Core Changes

  • Expose edge runtime fields in build-complete: #91239
  • [turbopack] Remove turbo_tasks::function from ModuleReference getters: #91229
  • [Turbopack] write route bundle stats to .next/diagnostics/route-bundle-stats.json: #90949

Misc Changes

  • 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

Credits

Huge thanks to @ztanner, @ijjk, @sokra, @lukesandberg, @eps1lon, @delbaoliveira, @mischnic, @unstubbable, @vercel-release-bot, and @wbinnssmith for helping!

18 hours ago
router

Release 2026-03-13 20:27

Release 2026-03-13 20:27

Changes

Fix

  • hoist inline component definitions for proper React HMR (#6919) (6069eba643) by @schiller-manuel

Packages

  • @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
21 hours ago
next.js

v16.2.0-canary.96

Core Changes

  • perf: use Buffer.from for base64 encoding of binary Flight data: #91221
  • Skip dimming when --inspect is used: #91271
  • Respect generateStaticParams in 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

Misc Changes

  • 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

Credits

Huge thanks to @bgw, @delbaoliveira, @benfavre, @unstubbable, @mischnic, @acdlite, @eps1lon, @ijjk, and @sokra for helping!

22 hours ago
konva

10.2.2

Commits

  • 60506b5: fix possible incorrect structure (Anton Lavrevov)
  • e3e8618: changes (Anton Lavrevov)
  • c2ff284: update CHANGELOG with new version (Anton Lavrevov)
  • 4dd3e9d: build for 10.2.2 (Anton Lavrevov)
  • c7776f0: update cdn link (Anton Lavrevov)