New Features in BaroCSS v1.1
By BaroCSS Team • January 25, 2025 • Announcements
We're thrilled to announce the release of BaroCSS v1.1 with several exciting new features and improvements!
What's New
Performance Improvements
- 50% faster build times with our new optimized compiler
- Reduced bundle size by 30% through better tree-shaking
- Faster hot reload in development mode
New Utility Classes
- Grid utilities:
grid-cols-auto
,grid-rows-auto
- Animation utilities:
animate-fade-in
,animate-slide-up
- Spacing utilities:
space-x-reverse
,space-y-reverse
Enhanced Developer Experience
- Better IntelliSense support in VS Code
- Improved error messages with helpful suggestions
- New documentation with interactive examples
Getting Started
Update to the latest version:
bash
npm install barocss@latest
Migration Guide
Most changes are backward compatible, but check our migration guide for any breaking changes.
What's Next
We're already working on v1.2 with even more exciting features:
- CSS-in-JS support
- Plugin system
- Theme builder tool
Stay tuned for more updates!
Published on January 25, 2025 by the BaroCSS Team