shadcn@3.8.0
shadcn-ui/uishadcn@3.8.0Jan 30, 2026by github-actions[bot]
AI Summary
This release introduces Right-to-Left (RTL) language support for the shadcn library and resolves an issue regarding transforms for universal registry items.
Key Highlights
- Added comprehensive RTL support for internationalization.
- Fixed a bug where transforms were incorrectly skipped for universal registry items.
- Released as a minor update (3.8.0).
New Features
- RTL support implementation
- Universal registry transform fix
Full Release Notes
### Minor Changes - [#9498](https://github.com/shadcn-ui/ui/pull/9498) [`38de7fddc257f04901e98a5fd7821cb8729d54bf`](https://github.com/shadcn-ui/ui/commit/38de7fddc257f04901e98a5fd7821cb8729d54bf) Thanks [@shadcn](https://github.com/shadcn)! - Add RTL support ### Patch Changes - [#8798](https://github.com/shadcn-ui/ui/pull/8798) [`2acaf954d7492ce722d2a7ee02747dc8f85691ef`](https://github.com/shadcn-ui/ui/commit/2acaf954d7492ce722d2a7ee02747dc8f85691ef) Thanks [@VeiaG](https://github.com/VeiaG)! - Fix: skip all transforms for universal registry items