v2.1.0
Explore the changelog for @yamada-ui/react version 2.1.0. Learn about the features, bug fixes, and improvements.
This version was released on March 2, 2026.
Minor changes
-
#5761 4cddce4 Thanks @hirotomoyamada! - Added support for CSS @starting-style at-rule.
-
#5761 4cddce4 Thanks @hirotomoyamada! - Added
RadialChartcomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
Formcomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
RadarChartcomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added the
QrCodecomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Add
Tipcomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added CSS custom properties to each variant and size for use with conditions such as Container style queries.
-
#5761 4cddce4 Thanks @hirotomoyamada! - Added
PieChartcomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
AreaChartcomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Update
Accordionto useNativeAccordionstyles. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
BarChartcomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Upgraded react-resizable-panels from version 3 to 4. This update introduces several major changes:
keyboardStepprop ofResizable.Roothas been removed.storageKeyandstorageprops ofResizable.Roothave been removed. Please useResizable.useLayoutinstead.onLayoutprop ofResizable.Roothas been removed. Please useResizable.useLayoutChangeandResizable.useLayoutChangedinstead.- The
asprop ofResizable.Itemhas been removed. Instead, apply styling directly toResizable.Item. - The
defaultSize,minSize, andmaxSizeprops ofResizable.Itemnow support%,rem, andvwunits. If you use a number, it will be converted from%topx, so you should change30to"30%", etc. - The
onCollapseandonExpandprops ofResizable.Itemhave been removed. Please useonResizeonResizable.Iteminstead. - The
onDraggingprop ofResizable.Triggerhas been removed.
-
#5761 4cddce4 Thanks @hirotomoyamada! - The
componentof bothcreateComponentandcreateSlotComponentnow supports initial props. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
NativeAccordioncomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
DonutChartcomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
LineChartcomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added a condition to change the background color of components such as
InputandCheckboxusing container style queries when the variant ofFormorFieldsetis set topanelorelevated. However, this condition is not supported by some browsers, so developers need to style them manually for unsupported browsers. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
NativePopovercomponent. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added support for Container style queries.
-
#5761 4cddce4 Thanks @hirotomoyamada! - Removed
withCloseButtonand addedCloseTriggertoPopover.
Patch changes
-
#5761 4cddce4 Thanks @hirotomoyamada! - The argument of
useCSSnow supports arrays. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
_popoverOpento style props. -
#5747 44e9fc9 Thanks @odendayoko! - Fixed
FileInput/FileButtona11y by applying field aria state to the visible control and keepingreadOnlyfocusable viaaria-disabled. -
#5761 4cddce4 Thanks @hirotomoyamada! - Fixed an issue where using a CSS variable as the percentage in
color-mixdid not work correctly. -
#5753 cb06f8d Thanks @kaehehehe! - Internationalized
ColorSwatchGrouparia-labelusinguseI18nhook, supporting all 36 locales. -
#5754 a44dc67 Thanks @kaehehehe! - Fixed
Dropzonekeyboard open (Space/Enter) breaking whenrefis passed viagetRootPropsby preventing react-dropzone's internalrootReffrom being overwritten. -
#5743 c6427ff Thanks @hirotomoyamada! - Formatted codes.
-
#5761 4cddce4 Thanks @hirotomoyamada! - Fixed an issue where extra elements were mounted in
FormwhenForm.Headerortitlewere not set. -
#5761 4cddce4 Thanks @hirotomoyamada! - Removed
dfrom Style Props. -
#5761 4cddce4 Thanks @hirotomoyamada! - Fixed an issue where the display priority of the
iconprop inAccordion.Buttonwas too low. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
_centerand_inactiveto condition props. -
#5750 238ca66 Thanks @hirotomoyamada! - Added new icons.
-
#5761 4cddce4 Thanks @hirotomoyamada! - Added
_open,_groupOpenand_detailsContentto style props. -
#5750 238ca66 Thanks @hirotomoyamada! - Updated dependencies.
-
#5728 ac9fd97 Thanks @hirotomoyamada! - Improved type performance.
-
#5761 4cddce4 Thanks @hirotomoyamada! - Removed unnecessary position property.
-
#5761 4cddce4 Thanks @hirotomoyamada! - Fixed an issue where values were not generated correctly when using CSS value functions or CSS variables with
varAttr.