3 hours ago
router

Release 2026-07-19 14:34

Release 2026-07-19 14:34

Changes

Fix

  • router-plugin: preserve HMR state for lowercase split components (#7855) (49f6863245) by @schiller-manuel

Chore

  • regenerate route trees (#7853) (218eab2c3b) by @schiller-manuel

Packages

  • @tanstack/react-start@1.168.32
  • @tanstack/react-start-rsc@0.1.31
  • @tanstack/router-plugin@1.168.23
  • @tanstack/router-vite-plugin@1.167.23
  • @tanstack/solid-start@1.168.32
  • @tanstack/start-plugin-core@1.171.24
  • @tanstack/vue-start@1.168.31
3 hours ago
router

@tanstack/router-plugin@1.168.23

Patch Changes

  • #7855 49f6863 - Preserve React component state during HMR when route components are declared with lowercase function names. The development-only React transforms cover split route component groups and unsplit root route component options, including shell, pending, and error components, without changing production output.
3 hours ago
router

@tanstack/router-vite-plugin@1.167.23

Patch Changes

  • Updated dependencies [49f6863]:
    • @tanstack/router-plugin@1.168.23
3 hours ago
router

@tanstack/react-start@1.168.32

Patch Changes

  • Updated dependencies []:
    • @tanstack/start-plugin-core@1.171.24
    • @tanstack/react-start-rsc@0.1.31
3 hours ago
router

@tanstack/start-plugin-core@1.171.24

Patch Changes

  • Updated dependencies [49f6863]:
    • @tanstack/router-plugin@1.168.23
3 hours ago
router

@tanstack/solid-start@1.168.32

Patch Changes

  • Updated dependencies []:
    • @tanstack/start-plugin-core@1.171.24
3 hours ago
router

@tanstack/vue-start@1.168.31

Patch Changes

  • Updated dependencies []:
    • @tanstack/start-plugin-core@1.171.24
3 hours ago
router

@tanstack/react-start-rsc@0.1.31

Patch Changes

  • Updated dependencies []:
    • @tanstack/start-plugin-core@1.171.24
3 hours ago
chakra-ui

@chakra-ui/react@3.36.1

Patch Changes

  • #10868 f32a160 Thanks @WahabKhan7528! - OverlayManager: add has() method to createOverlay return

  • #10885 e503f8d Thanks @dfedoryshchev! - - Bleed: Fix incorrect css prop application

  • 129c50f Thanks @segunadebayo! - Fix issue where the checked ring of RadioCard and CheckboxCard (outline variant) gets clipped when a parent has overflow: hidden|auto|scroll. The ring is now drawn with an inset shadow instead of an outer shadow.

  • #10859 6f10270 Thanks @dfedoryshchev! - - Checkmark: Fix incorrect css prop application

  • #10884 e7431f1 Thanks @sanjibani! - - Docs: fix Stack.Separator references in the v3 migration guide. The standalone Separator component is now used in both the StackDivider and Stack Props examples.

  • 0fe3055 Thanks @segunadebayo! - Fix error when merging recipes (e.g. composing a recipe-based component through the chakra factory). Recipe merging now normalizes compiled and raw configs before combining them, and no longer throws or mutates the source configs.

  • #10879 e882dc0 Thanks @dfedoryshchev! - - Float: Fix incorrect css prop application

  • 2ed9026 Thanks @segunadebayo! - Add a default minSize of { width: 240, height: 100 } to FloatingPanel.Root to prevent the panel from being resized to zero. Pass your own minSize to override it.

  • #10863 b5de5e2 Thanks @dfedoryshchev! - - Image: Fix custom className removing the base chakra-image class

  • #10873 c4e79c1 Thanks @dfedoryshchev! - Fix issue where LinkOverlay dropped the rel attribute instead of forwarding it to the rendered anchor.

  • 0fe3055 Thanks @segunadebayo! - Improve render performance of recipe components (Button, Badge, Skeleton, etc.) in large lists and tables.

    • Cache compiled recipes per system instead of per component instance.
    • Memoize variant style resolution so results are referentially stable.
    • Drop the per-instance structuredClone of recipe configs.

    In benchmarks, repeated variant resolution is ~70-90x faster and compile+resolve ~30x faster. No public API changes.

  • #10860 f53e46a Thanks @dfedoryshchev! - - WrapItem: Fix incorrect css prop application

3 hours ago
chakra-ui

@chakra-ui/cli@3.36.1

Patch Changes

  • #10823 f8b356c Thanks @tryone144! - Migrate from deprecated tsconfck to get-tsconfig. Enables installation next to TypeScript version 6 and up.

  • 1de9c58 Thanks @segunadebayo! - Replace node-fetch with the native fetch API, using undici's ProxyAgent for HTTPS_PROXY support.

  • 39ef8b5 Thanks @segunadebayo! - Normalize resolved tsconfig paths to native separators on Windows