From 8acef7ab66f5d1d7d8a17640b08b14a88f70edfa Mon Sep 17 00:00:00 2001 From: shadcn Date: Fri, 6 Feb 2026 13:10:12 +0400 Subject: [PATCH] docs: add changelog --- .../content/docs/changelog/2026-02-blocks.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apps/v4/content/docs/changelog/2026-02-blocks.mdx diff --git a/apps/v4/content/docs/changelog/2026-02-blocks.mdx b/apps/v4/content/docs/changelog/2026-02-blocks.mdx new file mode 100644 index 0000000000..5341ce077c --- /dev/null +++ b/apps/v4/content/docs/changelog/2026-02-blocks.mdx @@ -0,0 +1,18 @@ +--- +title: February 2026 - Blocks for Radix and Base UI +description: All blocks are now available for both Radix and Base UI. +date: 2026-02-06 +--- + +All [blocks](/blocks) are now available for both Radix and Base UI. + +- **All blocks for both libraries** - Every block, including login, signup, sidebar and dashboard blocks, is now available in both Radix and Base UI variants. +- **Same CLI workflow** - Run `npx shadcn add` and the CLI will pull the correct block variant based on your project configuration. + +If you've already set up your project with `npx shadcn create`, blocks will automatically use your chosen library. No additional configuration needed. + +```bash +npx shadcn@latest add login-01 +``` + +Browse the full collection on the [blocks](/blocks) page.