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 ofRadioCardandCheckboxCard(outline variant) gets clipped
when a parent hasoverflow: 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.Separatorreferences in the v3 migration guide. The standalone
Separatorcomponent is now used in both theStackDividerandStack Props
examples. -
0fe3055
Thanks @segunadebayo! - Fix error when
merging recipes (e.g. composing a recipe-based component through thechakra
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
minSizeof{ width: 240, height: 100 }toFloatingPanel.Rootto prevent
the panel from being resized to zero. Pass your ownminSizeto override it. -
#10863
b5de5e2
Thanks @dfedoryshchev! - - Image: Fix
customclassNameremoving the basechakra-imageclass -
#10873
c4e79c1
Thanks @dfedoryshchev! - Fix issue where
LinkOverlaydropped therelattribute 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
structuredCloneof 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