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 RadialChart component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added Form component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added RadarChart component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added the QrCode component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Add Tip component.

  • #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 PieChart component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added AreaChart component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Update Accordion to use NativeAccordion styles.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added BarChart component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Upgraded react-resizable-panels from version 3 to 4. This update introduces several major changes:

    • keyboardStep prop of Resizable.Root has been removed.
    • storageKey and storage props of Resizable.Root have been removed. Please use Resizable.useLayout instead.
    • onLayout prop of Resizable.Root has been removed. Please use Resizable.useLayoutChange and Resizable.useLayoutChanged instead.
    • The as prop of Resizable.Item has been removed. Instead, apply styling directly to Resizable.Item.
    • The defaultSize, minSize, and maxSize props of Resizable.Item now support %, rem, and vw units. If you use a number, it will be converted from % to px, so you should change 30 to "30%", etc.
    • The onCollapse and onExpand props of Resizable.Item have been removed. Please use onResize on Resizable.Item instead.
    • The onDragging prop of Resizable.Trigger has been removed.
  • #5761 4cddce4 Thanks @hirotomoyamada! - The component of both createComponent and createSlotComponent now supports initial props.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added NativeAccordion component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added DonutChart component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added LineChart component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added a condition to change the background color of components such as Input and Checkbox using container style queries when the variant of Form or Fieldset is set to panel or elevated. However, this condition is not supported by some browsers, so developers need to style them manually for unsupported browsers.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added NativePopover component.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Added support for Container style queries.

  • #5761 4cddce4 Thanks @hirotomoyamada! - Removed withCloseButton and added CloseTrigger to Popover.

Patch changes