View on GitHubView PackagePublished: Jul 19, 2026

Release Notes

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