v2.2.0
Explore the changelog for @yamada-ui/react version 2.2.0. Learn about the features, bug fixes, and improvements.
This version was released on April 9, 2026.
Minor changes
-
#6265 864639f Thanks @hirotomoyamada! - Added
ExtractStyleValuetype. -
#6265 864639f Thanks @hirotomoyamada! - New icons have been added. Brand icons have been removed. If you were using brand icons, you need to replace them with alternative icons.
- ChromiumIcon
- CodepenIcon
- CodesandboxIcon
- DribbbleIcon
- FacebookIcon
- FigmaIcon
- FramerIcon
- GithubIcon
- GitlabIcon
- InstagramIcon
- LinkedInIcon
- PocketIcon
- RailSymbolIcon
- SlackIcon
- TwitterIcon
- TwitchIcon
- TrelloIcon
- YouTubeIcon
We recommend to use the official SVG icons provided by the respective brands, most of them can be found on their websites or in their brand guidelines.
-
#6265 864639f Thanks @hirotomoyamada! - Added
"number"variant toTimelinecomponent. -
#6265 864639f Thanks @hirotomoyamada! - Properties such as
placementandgutterfor components likePopoverandSelectnow support responsive design and color mode. -
#6265 864639f Thanks @hirotomoyamada! - Added
Treecomponent. -
#6265 864639f Thanks @hirotomoyamada! -
usePoppernow supports the"center-start-start","center-start-end","center-end-start", and"center-end-end"placements. Accordingly,PopoverandTooltipnow also support these placements. -
#6265 864639f Thanks @hirotomoyamada! - Added
ActionBarcomponent. -
#6265 864639f Thanks @hirotomoyamada! - Changed from
getPopupAnimationPropstousePopupAnimationPropsto enable responsive design and color mode support for theanimationSchemeanddurationproperties ofPopover. -
#6265 864639f Thanks @hirotomoyamada! - Added
_peerto condition props. -
#6265 864639f Thanks @hirotomoyamada! - Added
rootNodetoUIProvidercomponent. -
#6265 864639f Thanks @hirotomoyamada! - The
animationSchemeanddurationproperties for components such asPopover,Tooltip, andModalnow support responsive design and color mode.
Patch changes
-
#6265 864639f Thanks @hirotomoyamada! - Added
DefineComponentStyleProps,DefineComponentStyleModifiers,DefineComponentStyleSlotPropsandDefineComponentStyleSlotModifierstypes. -
#6265 864639f Thanks @hirotomoyamada! - Fixed an issue where the border style and thickness were being overwritten for
solid,subtle, andsurfaceinlayerStyle. -
#6265 864639f Thanks @hirotomoyamada! - Added
Sidebarcomponent. -
#6265 864639f Thanks @hirotomoyamada! - Added
_collapsedand_contentto condition props. -
#6394 11b2933 Thanks @hirotomoyamada! - Allowed
undefinedas an argument formergeProps. -
#6407 18cdb67 Thanks @hirotomoyamada! -
InfiniteScrollAreanow sets theoverflowstyle by default. -
#6405 0b551af Thanks @hirotomoyamada! - Fixed a bug where React warnings appeared during rendering of
ColorModeScriptandThemeSchemeScript. -
#6377 9de8d1d Thanks @hirotomoyamada! - Enabled setting arbitrary string values for each property in Style Props.
-
#6265 864639f Thanks @hirotomoyamada! - Adjusted the color of
colors.black.bg. -
#6386 df19405 Thanks @taroj1205! - Fixed
InputandSelectso padding is applied correctly. -
#6265 864639f Thanks @hirotomoyamada! - Fixed the
registerfunction inuseDescendantgenerated bycreateDescendantsto update the store on element re-render. -
#6395 a766407 Thanks @hirotomoyamada! - Fixed a bug where setting
durationto0in components likeDrawerwas not handled correctly. -
#6265 864639f Thanks @hirotomoyamada! - Fixed incorrect descriptions in the
_peer*props. -
#6396 69746af Thanks @hirotomoyamada! - Added
_groupAnimatedand_peerAnimatedto condition props.