v2.4.1 Released 2 days ago Stable
⬇️ Download Release

New Features

feat
AI-Powered Component Suggestions

Context-aware recommendations now appear in the component palette based on your current layout structure.

#a4f2c91
feat
Dark Mode Sync Across Exports

Design token overrides now propagate correctly to React, Vue, and Tailwind export bundles.

#b7e1d04
feat
Real-Time Collaboration Cursors

Shared editing sessions now display colored cursors with hover-to-see username tooltips.

#c3d8f12

🐛 Bug Fixes

fix
Modal z-index overlap on nested dialogs

Resolved stacking context issues causing modals to render behind parent containers.

#d9a2b33
fix
CSS variable fallback for Safari 15

Added vendor-prefixed fallbacks for custom properties failing in older WebKit versions.

#e5c4f88
fix
Responsive breakpoint calculation drift

Fixed edge case where custom breakpoints >1440px would trigger incorrect fluid scaling.

#f1b7d99

Improvements

perf
Bundle size reduced by 18%

Tree-shaking optimizations and lazy-loaded icon registry cut initial payload to 142KB.

#g2c8e11
perf
Virtual DOM diffing algorithm updated

Key-based reconciliation now handles dynamic lists 3.2x faster during hot reloads.

#h3d9f22

⚠️ Known Issues

issue
Collaborator cursor lag on 50+ sessions

WebSocket heartbeat optimization in progress. Temporary workaround: limit concurrent editors to 30.

issue
Export to legacy IE11 explicitly unsupported

As announced in v2.0, ES2020+ syntax is now baseline. Use Babel polyfills if required.

Previous Releases