Docs
→Getting Started
→Changelog
Changelog
2025 June
New Component
Updated components
Some components have been updated with better a11y support, improved documentation, and bug fixes, but there are no breaking changes. This is an ongoing effort which will continue in the future as well.
2025 May
New Components
2025 Apr
New Components
Framer integration
Some of the components are now compatible with Framer, thanks to the work of Framer University & Achille.
Available components for remixing:
- Scramble In
- Pixel Trail
- Elastic Line
- Cursor Attractor & Gravity
- Parallax Floating
- Circling Elements
- Screensaver
2025 March
Tailwind v4 Migration 🎉
We've upgraded to Tailwind v4! This major version brings several important changes:
Breaking Changes:
- Configuration is now stored directly in
global.css
instead oftailwind.config.ts
- The open-in-v0 feature currently doesn't support CSS variables - these need to be added manually
- CLI installation behavior has changed: CSS variables won't automatically merge with
global.css
when using layers, so you need to add them manually for now. - Syntax changes for Tailwind classes and colors (see official migration guide)
Affected Components:
- Circling Elements
- Animated Gradient With SVG
Documentation Updates:
- Contribution guidelines have been updated to reflect v4 changes
For a complete overview of syntax changes and new features, please refer to the official Tailwind v4 announcement.