3 hours ago
router

v1.159.13

Version 1.159.13 - 2/14/26, 3:58 PM

Changes

Fix

  • pass pathname to global request middleware in createStartHandler (#6648) (426c2b5) by Yuki Kakazu kekezun kkzn

Packages

  • @tanstack/start-server-core@1.159.13
  • @tanstack/solid-start@1.159.13
  • @tanstack/solid-start-server@1.159.13
  • @tanstack/vue-start@1.159.13
  • @tanstack/vue-start-server@1.159.13
  • @tanstack/react-start@1.159.13
  • @tanstack/react-start-server@1.159.13
  • @tanstack/start-plugin-core@1.159.13
  • @tanstack/start-static-server-functions@1.159.13
4 hours ago
apexcharts.js

💎 Version 5.4.0

🚀 Major Changes

Build System Modernization

  • Complete tooling overhaul: Migrated from Rollup + Webpack + Babel to Vite for faster builds and better developer experience
  • Testing modernization: Transitioned from Jest to Vitest for improved performance and native ESM support
  • Removed SVG.js dependency: Replaced with a custom lightweight SVG utility, reducing bundle size and external dependencies

Performance Improvements

  • Optimized object cloning - Significantly improved performance for data processing
  • DOM query caching - Reduced redundant DOM lookups for better rendering performance
  • Event delegation - Implemented event delegation pattern to improve event handling performance
  • Treemap optimization - Enhanced Treemap-squared.js algorithm for better performance

🐛 Bug Fixes

  • Fixed y-axis title getting cut off when using formatter (#5152)
  • Fixed annotation rectangles drifting when browser zoom level is not 100%
  • Fixed x-axis label repetition for very small numeric values (#5127)
  • Fixed bar chart top rounding issues
  • Fixed area chart fill color when using CSS variables
  • Fixed shared tooltip showing invisible series
  • Fixed stack-column-outline chart rendering issues
  • Removed obsolete polyfills from all samples
  • Converted Treemap to proper ES module export
  • Created ChartFactory for future tree-shaking support
  • Legend font-size now supports units other than pixels (rem, vh, etc.) (#5151)

Refactoring & Code Quality

  • Refactored data handling architecture
  • Applied code quality improvements across the codebase
  • Improved unit test coverage across utility functions, datetime, and data processing modules

Testing Improvements

  • Comprehensive unit test improvements across the library
  • Enhanced E2E testing infrastructure
  • Updated sample charts

💝 Contributors

Thank you to all contributors:

6 hours ago
router

v1.159.12

Version 1.159.12 - 2/14/26, 12:12 PM

Changes

Fix

  • shared virtual module for code-split routes (#6659) (523972e) by Manuel Schiller

Packages

  • @tanstack/router-plugin@1.159.12
  • @tanstack/router-vite-plugin@1.159.12
  • @tanstack/start-plugin-core@1.159.12
  • @tanstack/solid-start@1.159.12
  • @tanstack/vue-start@1.159.12
  • @tanstack/react-start@1.159.12
  • @tanstack/start-static-server-functions@1.159.12
13 hours ago
fast-xml-parser

Entity security and performance

  • Improve security and performance of entity processing
    • new options maxEntitySize, maxExpansionDepth, maxTotalExpansions, maxExpandedLength, allowedTags,tagFilter
    • fast return when no edtity is present
    • improvement replacement logic to reduce number of calls

Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.5...v5.3.6

17 hours ago
router

v1.159.11

Version 1.159.11 - 2/14/26, 1:39 AM

Changes

Fix

  • autoCodeSplitting` with destructured export (#6656) (30dc11e) by Manuel Schiller

Packages

  • @tanstack/router-plugin@1.159.11
  • @tanstack/router-vite-plugin@1.159.11
  • @tanstack/start-plugin-core@1.159.11
  • @tanstack/solid-start@1.159.11
  • @tanstack/vue-start@1.159.11
  • @tanstack/react-start@1.159.11
  • @tanstack/start-static-server-functions@1.159.11
17 hours ago
router

v1.159.10

Version 1.159.10 - 2/14/26, 1:19 AM

Changes

Fix

  • preserve data script content during client hydration (#6653) (fb139e8) by nikuscs
  • lazy-compile server fn on dev restart to avoid invalid ID error (#6655) (f212098) by Manuel Schiller

Packages

  • @tanstack/solid-router@1.159.10
  • @tanstack/react-router@1.159.10
  • @tanstack/vue-router@1.159.10
  • @tanstack/start-plugin-core@1.159.10
  • @tanstack/solid-router-ssr-query@1.159.10
  • @tanstack/react-router-ssr-query@1.159.10
  • @tanstack/vue-router-ssr-query@1.159.10
  • @tanstack/zod-adapter@1.159.10
  • @tanstack/valibot-adapter@1.159.10
  • @tanstack/arktype-adapter@1.159.10
  • @tanstack/router-devtools@1.159.10
  • @tanstack/solid-router-devtools@1.159.10
  • @tanstack/react-router-devtools@1.159.10
  • @tanstack/vue-router-devtools@1.159.10
  • @tanstack/router-plugin@1.159.10
  • @tanstack/router-vite-plugin@1.159.10
  • @tanstack/solid-start@1.159.10
  • @tanstack/solid-start-client@1.159.10
  • @tanstack/solid-start-server@1.159.10
  • @tanstack/vue-start@1.159.10
  • @tanstack/vue-start-client@1.159.10
  • @tanstack/vue-start-server@1.159.10
  • @tanstack/react-start@1.159.10
  • @tanstack/react-start-client@1.159.10
  • @tanstack/react-start-server@1.159.10
  • @tanstack/start-static-server-functions@1.159.10
18 hours ago
router

v1.159.9

Version 1.159.9 - 2/14/26, 12:46 AM

Changes

Fix

  • resolve pending state when throwing notFound in beforeLoad (#6654) (2148b1b) by Manuel Schiller

Packages

  • @tanstack/router-core@1.159.9
  • @tanstack/solid-router@1.159.9
  • @tanstack/react-router@1.159.9
  • @tanstack/vue-router@1.159.9
  • @tanstack/solid-router-ssr-query@1.159.9
  • @tanstack/react-router-ssr-query@1.159.9
  • @tanstack/vue-router-ssr-query@1.159.9
  • @tanstack/router-ssr-query-core@1.159.9
  • @tanstack/zod-adapter@1.159.9
  • @tanstack/valibot-adapter@1.159.9
  • @tanstack/arktype-adapter@1.159.9
  • @tanstack/router-devtools@1.159.9
  • @tanstack/solid-router-devtools@1.159.9
  • @tanstack/react-router-devtools@1.159.9
  • @tanstack/vue-router-devtools@1.159.9
  • @tanstack/router-devtools-core@1.159.9
  • @tanstack/router-generator@1.159.9
  • @tanstack/router-cli@1.159.9
  • @tanstack/router-plugin@1.159.9
  • @tanstack/router-vite-plugin@1.159.9
  • @tanstack/solid-start@1.159.9
  • @tanstack/solid-start-client@1.159.9
  • @tanstack/solid-start-server@1.159.9
  • @tanstack/vue-start@1.159.9
  • @tanstack/vue-start-client@1.159.9
  • @tanstack/vue-start-server@1.159.9
  • @tanstack/start-client-core@1.159.9
  • @tanstack/start-server-core@1.159.9
  • @tanstack/start-storage-context@1.159.9
  • @tanstack/react-start@1.159.9
  • @tanstack/react-start-client@1.159.9
  • @tanstack/react-start-server@1.159.9
  • @tanstack/start-plugin-core@1.159.9
  • @tanstack/start-static-server-functions@1.159.9
18 hours ago
Babylon.js

8.51.2

Changes:

  • #17904: Moving properties to an extra object to avoid V8 de-optimization
  • #4: Enable High DPI display support.
  • #5: Where are the samples source code?
  • #17902: Inspector v2: Fix es6 package and other bug fixes
  • #17895: More linting warnings removed
  • #17901: Inspector v2: Reduce perf overhead in default idle state

This list of changes was auto generated.

19 hours ago
next.js

v16.2.0-canary.45

Misc Changes

  • chore: Don't run build-and-deploy CI job on graphite-base branches: #89982

Credits

Huge thanks to @bgw for helping!

19 hours ago
router

v1.159.8

Version 1.159.8 - 2/13/26, 11:21 PM

Changes

Fix

  • prevent prerender hang when filter returns zero results (#6619) (d03f6d7) by JongKyung Lee

Packages

  • @tanstack/start-plugin-core@1.159.8
  • @tanstack/solid-start@1.159.8
  • @tanstack/vue-start@1.159.8
  • @tanstack/react-start@1.159.8
  • @tanstack/start-static-server-functions@1.159.8