Changelog
Explore the changelog for the latest version of Yamada UI. Learn about the features, bug fixes, and improvements.
@yamada-ui/react@2.1.1
This version was released on March 3, 2026.
Patch changes
-
#5771 c38c9aa Thanks @hirotomoyamada! - Added
areaStartFillOpacityandareaEndFillOpacitytoAreaChart. These properties are only effective whenwithGradientis set totrueonAreaChart.Area. -
#5778 46fa811 Thanks @hirotomoyamada! - Updated dependencies.
-
#5771 c38c9aa Thanks @hirotomoyamada! - Fixed a bug where
fillOpacitywas not properly applied in bothAreaChartandRadarChart. -
#5770 015a208 Thanks @hirotomoyamada! - Made the type definition of
varAttrgeneric. -
#5774 b6f79f4 Thanks @hirotomoyamada! - Added
ComposedChartcomponent. -
#5770 015a208 Thanks @hirotomoyamada! - Fixed an issue where the
swatchcolor inTooltipandLegendwas not correctly reflected when using chart components with composition.
@yamada-ui/cli@2.0.9
This version was released on March 3, 2026.
Patch changes
-
#5778 46fa811 Thanks @hirotomoyamada! - Updated dependencies.
-
#5777 cac36ed Thanks @hirotomoyamada! - Fixed an issue where the files specified in
mainandbinofpackage.jsondid not exist, causing the CLI to not work correctly.
@yamada-ui/utils@2.1.0
This version was released on March 2, 2026.
Minor changes
-
#5761 4cddce4 Thanks @hirotomoyamada! - Added
extractFlatObjectfunction. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
extractObjectfunction.
Patch changes
-
#5743 c6427ff Thanks @hirotomoyamada! - Formatted codes.
-
#5761 4cddce4 Thanks @hirotomoyamada! - Modified
splitChildrento return the matched elements as an array.