Updates
Compile by leveraging native compiler
@plugin "@tailwindcss/container-queries"; is added by the default in style tab as we already have available
Fetching esm.sh scripts by replacing url. This way you can call plugins same as its written in documentation. @plugin "daisyui"; instead of @plugin "https://esm.sh/daisyui";
Writing @utility {class-name} will not generate class name in autocomplete
Improved hot reload
Wizard Sidebar - Utility classes toggle. Now will display what utility classes will be added and their values.
Wizard Font Sizes - Improved display of min max sizes in calculated sizes
Refactored files for pro and free mode
Fixed
EDD Updater
Plain Classes was not workin in latest Oxygen 6
Wizard import JSON
Features:
Live Sync - Real-time CSS updates across all open tabs using BroadcastChannel API
Inline CSS Option - Inline compiled CSS for improved page load performance
Auto-Compile - Automatic compilation on post save for all page builders
SCSS Compiler - Built-in Dart Sass compilation in browser
Dark Mode - Admin UI dark theme support
Backup System - Export/import Wizzard configuration (JSON)
Scale Calculator - Visual fluid typography and spacing scale generator with clamp()
LRU Cache - Smart compilation caching with automatic cleanup
Migration System - Automated version update notices and migration tools
Updates
Tailwind v4 Only - Removed compile in v3 with fallback support
Browser Compiler - 60-80% faster hashing (FNV-1a), better error handling, typed error classes
Wizzard Refactored - Cleaner architecture (973 → 301 lines), extracted reusable hooks
Style Tabs - Enhanced @Layer parsing and state management
Monaco Editor - Better loading, fixed conflicts with React DevTools
UI Components - Migrated to Radix UI primitives
Color System - Improved shade generation
Plain Classes - Autocomplete performance optimization
FSE/Gutenberg - Updated to Blocks API 2
All Page Builders - Improved autocomplete reliability (Bricks, Oxygen, Elementor, Gutenberg)
Fixed
Gutenberg autocomplete on empty pages
Monaco editor conflicts and sizing
Compiler on sub-domains
Style tabs parsing and persistence
Backup tab access
Cache invalidation
File scanner reliability
FSE data handling
Color picker display
Frontend errors for logged-out users
Features
Exposed autocomplete as hook
Added support for FanCoolo WP. It will crawl FanCoolo Blocks and will give FanCoolo autocomplete
Updates
Updated Bricks 2.1.x dequeue_styles
Improved how we handle compile in tailwindcss v4
Updated tailwidncss to 4.1.14
Updated tailwidncss to 3.4.18
Fixed
Migrating was causing blank screen with message {“success”:false,”data”:””}.
* **New**: [Winden Worker](https://github.com/wakaloka/winden-worker) development is backed by [Yabe Webfont](https://webfont.yabe.land). Yabe Webfont is the GDPR-friendly Font Plugin for WordPress
* **Change**: Bump the default Tailwind CSS version to 3.3.1
* **Improved**: Added View Job column on the generate-cache's queue list
* **Improved**: Add new filter hook `apply_filters('f!winden/core/runtime:tailwind_config_cdn', $str_config)` to allow the user to modify the Tailwind config before it's sent to the browser.