v2.1.0

Explore the changelog for @yamada-ui/cli version 2.1.0. Learn about the features, bug fixes, and improvements.

This version was released on March 10, 2026.

Minor changes

  • 4f54a11 Thanks @hirotomoyamada! - Added --force (-F) option to the update command to force overwrite local changes with remote source code.

  • 4f54a11 Thanks @hirotomoyamada! - You can now use commands such as init and add with the @next or @dev tags. This allows you to specify the tag for @yamada-ui/react and download the source code locally.

  • #5980 bca6d3e Thanks @bmthd! - - Add --yes/-y auto-confirm support to the add/diff/init/theme/update CLI commands so scripted runs can bypass interactive prompts.

    • Surface the previously missing non-interactive flags across add/diff/init/theme to keep automated and manual flows aligned.

Patch changes