July 29th, 2025
We’ve shipped a lot of updates in the past week. Most of the major improvements were introduced in v1.403.2; however, due to breaking changes, we released several follow-up versions with patches and hotfixes.
1. Performance & Internal Improvements
Significant updates to Clutch’s core functionality and architecture bring noticeable speed and responsiveness improvements across the board.
2. Style Panel Upgrade
You can now write custom CSS directly at the bottom of the Style Panel.
Tailwind utility classes can now be applied using @apply inside the CSS field.
3. Smarter Class Copying from Libraries
When using components from another library, any attached classes are now automatically copied to your project.
If your project already has a class with the same name, we preserve your version and ignore the incoming one.
4. Smarter Token Copying
Tokens now follow the same behavior as classes—if a token with the same name exists, we won’t overwrite it.
5. Composition Import Fix
Fixed a bug where composition components imported from another project or library weren’t available.
6. Library Management Scroll Fix
Resolved an issue where the library management screen was not scrollable.
7. Tailwind & CSS Cleanup
Cleaned up Tailwind config and simplified CSS layers.
Removed tw-animate from global CSS.
Fixed an issue preventing new projects from being created.
Fixed a bug where duplicating a component with a class created a new class (e.g., myClass-1) instead of using the original.
Continued performance tuning and internal cleanup.
Fixed an issue where SVGs were causing errors when publishing.
We're still working on a fix for the Windows version of the app.
The issue is caused by a path length limitation in the library we use to build Windows apps (Electron's auto-updater). We're actively working on a new implementation to resolve this.