v2.1.0
March 15, 2025
Real-time Collaboration & Dark Mode
🚀 New Features
- Multi-cursor collaboration with live presence indicators
- System-aware dark mode with automatic theming
- Export to React 19 + Next.js App Router
🐛 Bug Fixes
- Resolved layout shift on mobile viewports under 375px
- Fixed SVG export clipping on rounded components
⚡ Improvements
- Reduced canvas memory usage by 40%
- Optimized component tree rendering pipeline
v2.0.5
February 28, 2025
Performance Patch & Accessibility Pass
🐛 Bug Fixes
- Fixed token synchronization delay in team workspaces
- Resolved console errors in Safari 17.3
⚡ Improvements
- Enhanced WCAG 2.1 AA compliance across all exported code
- Added keyboard navigation shortcuts for canvas tools
- Improved Lighthouse performance score to 98+
v2.0.4
February 10, 2025
Architecture Update & Breaking Changes
⚠️ Breaking Changes
- Deprecated legacy `v1` export format. Migrate to `v2` structure
- Changed default font family from Inter to system-ui stack
- Updated Webpack config requirements to v5.90+
⚡ Improvements
- Streamlined build pipeline with Turbopack support
- New migration guide available in docs
v2.0.3
January 22, 2025
Design Tokens & Component Updates
🚀 New Features
- Global design token editor with CSS variables export
- 12 new dashboard-ready components (charts, tables, feeds)
🐛 Bug Fixes
- Fixed grid alignment mismatch on zoom levels below 90%
- Corrected z-index stacking context in modal overlays
v2.0.2
January 5, 2025
Stability & Developer Experience
⚡ Improvements
- Introduced `webui.config.ts` for project-level defaults
- Improved CLI install experience with progress indicators
🐛 Bug Fixes
- Resolved npm package dependency conflict on Node 18
- Fixed font loading race condition in headless mode