Latest releases for Winden, fetched from the dplugins.com shop.
Changelog
3.3.1
Bug Fixes
- Icons color in menu sidebar was not color. Winden was deregistering scripts to improve performance and wp script "svg-painter" was removed as well.
- Winden Wizard was failing to open. JS file was corrapted. Recompiled and uploading .zip again.
- Fixed compatibility with plugins ASE. Big thanks to "Alexander Senger" for reproducing bugs
3.3.0
Editor Experience
- Reorder & hide editor tabs - Drag tabs to rearrange or hide unused tabs
- Unsaved changes protection - Browser warns before leaving with unsaved work
- Style tab content preservation - Custom CSS now preserved when toggling tabs on/off
- Improved error visibility - Cache errors highlighted with red color and warning icon
- Better tab labels - Clearer descriptions for "Main Style" tab, removed confusing lock icon
Wizard
- Simplified scale calculator - Replaced "mega/giga" jargon with familiar Tailwind defaults
Performance & Reliability
- Fixed cache collisions - Large config files now compile reliably without stale CSS
- Improved class detection - Removed classes now properly disappear from output
- CDN plugin loading - Automatic retry on failure with 10-second timeout
- Security improvements - Added security checks to compilation endpoints
- Tested with WordPress 7.0
Bug Fixes
- Fixed Monaco editor autocomplete appearing at wrong times
- Fixed false "content changed elsewhere" warnings
- Fixed Bricks Builder autocomplete hover issues
- Fixed Oxygen Classic integration
- Fixed color value validation and reset functionality
- Fixed rare SCSS hang when another plugin already loaded Sass
- Fixed tab visibility flash on page load
- Fixed double class instantiation issues
3.2.3
- Bricks Builder: Fixed `getBricksThemeFontFamilies()` overwriting global `$post` during `admin_enqueue_scripts`, which prevented custom fields (meta boxes) from saving in Gutenberg for any CPT when Winden was active
3.2.2
- Hotfix fluid calculation
- Style guide for fluid text sizes
- Wizard import added tailwind default colors
3.2.1
- Hotfix to pass tailwind default colors to the builders
3.2.0
- Add default colors from Wizzard
3.1.4
- Tailwind CSS 4.2.2
3.1.3
- Hot fix for FanCoolo WP sync
3.1.2
Improvements
- Updated TailwindCSS to v4.2.1
- Updated admin scripts with npm to latest version for security reasons
3.1.1
Features
• Cache popup now have list of classes that were scanned in the process
Improvements
• Color Management
• Custom shade colors are now properly preserved during color regeneration.
• Better input validation and error handling for color names and hex values.
• Improved breakpoints caching and performance in autocomplete.
• Frontend Loading for separated class system
• Compiler and watcher scripts now only load for logged-in users, preventing 400 AJAX errors from anonymous visitors.
Bug Fixes
• Fixed Oxygen v6 duplicate element class propagation issues.
• Fixed Bricks hover autocomplete not appearing correctly.
• Fixed Oxygen Classic Winden Classes integration.
• Fixed Elementor class synchronization.
• Fixed color shade updates not reflecting base color changes.
• Improved cache popup behavior.
3.1.0
Features
- Text Class Editing Support (Gutenbeg, Oxygen Classic, Oxygen 6, Bricks, Elementor)
- Builderius Integration
- Multi-Tab Save Protection - If someone else (or another tab) saves while you're editing, you'll get a warning instead of your changes being silently overwritten.
- Updated cache popup with collected class names
Improvements
- Color Picker Visibility
- Fixed the color picker being cut off by overflow: hidden on the layout.
- Color Shade Updates
- Changing a base color now correctly updates all generated shades.
- Multi-Word Color Names
- Color names like "Blue Light" or "Blue Dark" now display correctly in the Style Guide preview.
- Smoother Shade Sliders
- Dragging shade sliders is now more responsive with less lag.
- Better Error Messages
- Save and fetch errors now show clearer messages in the browser console. Enable WP_DEBUG to see detailed timing and diagnostic info.
- Once you add new color name will be focused and editable instead of fixed name
3.0.1
Improved:
- Tested up till 6.9.1
Bugs:
- Several scripts were loading on the front end even if user was not logged out
Features:
3.0.0
Features:
- Edit classes as plain text
- Option to save class names separate from Oxygen Classic class system
- Option to save class names separate from Bricks class system
2.9.8
Features:
- FanCoolo WP integration with compile on save and hot reload
2.9.7
Improved:
- Class names scanning once Guenberg post is saved and data is send to compile
2.9.6
Improved:
- Class names scanning once FanCoolo WP post is saved and data is send to compile
2.9.5
Features:
- New Sanitization System - Added comprehensive Sanitization.php helper class with type-aware sanitization for CSS, JavaScript, and Wizzard state data
- FSE Data Provider Modularization - Split the monolithic FSEData.php (993+ lines) into separate focused modules:
- FSEColorPaletteProvider.php - Color palette handling
- FSEFontSizeProvider.php - Font size management
- FSESpacingProvider.php - Spacing scale management
- FSEHelpers.php - Shared helper functions
- New TypeScript API Types - Added strict API type definitions (src/admin/types/api.d.ts) for better type safety
- New User Documentation - Added excluded-post-types.md and wordpress-filters.md documentation
Improved:
- Compiler Performance - Moved compiler to src/compiler/ folder, added LRU caching with automatic eviction, FNV-1a hashing (60-80% faster), and better error handling with typed error classes
- WordPress.org Compliance - Renamed all database option keys from winden_* to winden_dplugins_* with automatic migration
- AJAX Action Naming - Renamed AJAX actions to use winden_ prefix (e.g., save_winden_content → winden_save_content)
- Settings Centralization - Centralized settings defaults in SettingsOptions.php
- ScaleCalculator Refactoring - Split large component into smaller modules (ScaleCalculatorSidebar.tsx, ScaleStepRow.tsx, calculations.ts, constants.ts, types.ts, useScaleCalculator.ts)
- ColorEntry Refactoring - Split into colorEntryCalculations.ts and useColorEntry.ts hook
- Bricks Integration - Improved iframe detection and CSS injection (prevents CSS injection in main builder window)
- Oxygen6 Integration - Updated asset paths and AJAX action names
- Security Hardening - Added if ( ! defined( 'ABSPATH' ) ) exit; to all PHP files, improved input validation and sanitization
- Real-time Sync - Improved broadcast listener for better cross-tab synchronization
- PHP Version Requirement - Lowered minimum PHP requirement from 8.0 to 7.4
- WordPress Version - Lowered minimum WP requirement from 6.3 to 6.2
Bugs:
- Gutenberg Plain Classes Scoping - Fixed classes being applied to multiple blocks instead of just the selected block (scoped events to block instance via clientId)
- Plain Classes Preview - Fixed preview hover destroying existing classes on wrong elements
- Plain Classes Position - Fixed positioning issues in Plain Classes panel
- Class Crawler - Fixed class crawler not working correctly
- Wizzard State Keys - Fixed camelCase keys being converted to lowercase during sanitization (breaking configCode, activeTab, etc.)
- Breakpoint Indicator - Removed broken Breakpoint Indicator submenu and toggle handler
- Z-index Styling - Adjusted z-index styling for better layering
2.9.4
Features:
- Breakpoints indicator
Updates
- Fanculo WP now compile TailwindCSS on save
- Split file for post save into compile and hot reload for better implementation
2.9.3
Updates
- Tailwind CSS v4.1.18
- Nonce Sanitization
- JSON Input Sanitization
- Replace json_encode() with wp_json_encode()
- AJAX Action Prefixes
- ABSPATH Check
- Gutenberg block.json apiVersion
- Removed Monaco CDN Reference as we do not use it
- CSS Loading in Gutenberg Iframe
- React Switch Warning
- WordPress Minimum Version to 6.8
- Error Log phpcs Warnings
2.9.2
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
2.9.1
- Refactoring
2.9.0
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
2.8.3
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”:””}.
2.8.2
- Updates
- TailwindCSS version updated to 4.1.13
- Removed debug messages
- Added timestamp to view cache file
- In style tab for v4 updated autocomplete references for variables
- Improve fallback logic for dynamicScreensFSE export
- Refactored SettingsTab in the admin wizard, updated navigation component, and made changes to the wizzardContext hook. Also updated dependencies in compile-in-browser v4 package files.
2.8.1
- Fixes
- Typo in font size variable
- Border Radius was not fetched unless you are in Wizard page
2.8.0
- Features
- Full Bricks 2.0 integration with support for Bricks elements
- Oxygen 6 integration
- Updates
- Improved UX for the Colors Wizard
- Tailwind updated to v4.1.12
- Updated string parser for more accurate file scanning
- Fixes
- Breakpoints in plain classes
- Issue where shade light and dark points were not saved in config
- Issue where saving was possible before data was fully loaded, which could overwrite settings with a blank state
- Tailwind v4 Wizard was generating font-size instead of text variable
- Tailwind not loading in Gutenberg when a block had v2 API fallback
2.7.3
- Updates
- TailwindCSS version updated to 4.1.5
- Wizard to FSE: Check if Color shade, space step or font size step is enabled or disable. Before it was importing every one
- Wizard to FSE: Check if include is enabled. if it is it will add theme values + wizard values
- Wizard to FSE: Load backup now display alert witch backup is applied
- Fixes
- Steps checkbox was not saved in database
- Steps was not getting everwritten values
- Wizzard import. it was broken since we added border radius in wizzard but not in export json
2.7.2
- Updates
- TailwindCSS version updated to 4.0.17
- Created custom function to load CSS after Oxygen cached CSS. This way Oxygen CSS will not overwrite Tailwind CSS Output
2.7.1
- Updates
- TailwindCSS version updated to 4.0.15
2.7.0
- Features
- Added option to call plugins inside style tab. Such as DaisyUI 5
- Added option to have multiple files scan paths
- Updates
- TailwindCSS version updated to 4.0.12
2.6.8
- Updates
- TailwindCSS version 4.0.9 updated compatibility to fetch screens
2.6.7
- Features
- Added filter where to save Winden files to additional location
2.6.6
- Updates
- TailwindCSS bumped to version 4.0.9
- Improvements
- Updated PHP backward compatibility to 7.4
- Bug Fixes
- Oxygen can't change any property on ID level
- Bricks internal IDs saving multiple classes at same ID
- Bricks Split Breakpoint not showing
2.6.5
- Improvements
- Changed default style tab content
- Added important inside Gutenberg and Oxygen editor
2.6.4
- Bug Fixes
- PHP Warning for an undefined array - key tailwind_version.
- Compatibility issue with Swiss Knife Oxygen, if Plain Classes was off sidebar had overflow.
- Tailwind (TW) not working correctly on the frontend.
- Fixed using DEFAULT, it was generated in the class name
- Improvements
- Plain Classes fallback support for HTTP on paste actions. It was working only on HTTPS
- Oxygen Plain Classes now use same class name handling logic as Oxygen controler.classes.js to align with better performance
- Bricks Plain Classes does not have load delay, we are usign vue hook now.
- Updated logic on coling Tailwind if old gutenberg blacks ara installed that use Api v2 and gutenberg does not render iframe
- Wizard color entry changed order between hex values and hex names to align with base color hex navue and name
- Wizard if color shade disabled color shade name will be dimmed to represent disabled value
- Features
- Wizard Spacing got option to include utility spacing values ( -0, -px,-auto,-full,-screen,-svw,-lvw,-dvw,-min,-max,-fit )
- Wizard to FSE will be adding white and black if utility colors are turned on
2.6.3
- Updates
- One of the shades will match base color
- TailwindCSS version updated to 4.0.6
2.6.2
- Updates
- Fixed php warnings
- Fix
- Oxygen element sidebar settings was missing if Swiss Knife was active and Winden plain classes were disabled
2.6.1
-
Updates
-
Reduced number of calls for tailwind.config.js and styles.css when compiling
-
Plain Classes Bricks optimised performance
-
-
Fix
-
PHP warning about tailwind version
-
Breakpoint Classes removed in Bricks when toggling breakpoints
-
Oxygen Styling attached to Classes
-
Oxygen Plain Classes was looping all element classes selecting element
-
SCAN PATH in case server have custom location for “wp-content“ folder
-
2.6.0
- New:
- Wizard data in Block Themes
- Create border radius with Wizard (same as font sizes and spacing)
- Fix:
- Using Sass compiler was giving error on save
2.5.0
- New:
- Compile Support for Tailwind CSS 4
- Wizard Support for Tailwind CSS 4
- Config Support for Tailwind CSS 4 as fallback from Tailwind CSS 3
- New Plain Classes
- Updated:
- Tailwind CSS 3 to 3.4.17
2.4.1
-
Improvement:
-
Loading Style tab
- Cached Winden CSS is now after Oxygen Cached CSS
-
2.4.0
-
New:
-
Meta Box Views integration. It will scan for Meta Box Blocks classes written in views
-
Elementor Integration (Injecting CSS, Plain Classes, Crawling Classes)
-
Wizard Backups ( Import/Export, Load/Save Wizard Presets )
-
-
Fix:
-
Oxygen Builder was giving fatal error if you dequeue style
-
Compiled Cache CSS is not working for non-logged in users if load CDN for admin was enabled
-
Dequeuing Bricks styles was not working
-
Winden CSS was effecting Bricks Builder. Now it’s isolated to the Preview iFrame only
-
-
Improvement:
-
Bricks classes are not fetched properly
-
PHP warning in debug log while using Bricks Builder
-
Oxygen Builder dequeue CSS now works inside editor as well
-
Oxygen Plain Classes Oxygen now allowed to use - (dash / minus) and brackets ( ) in the class name
-
Oxygen Builder plain classes/autocomplete improvements
-
2.3.1
Hotfix
- Wizard tabs are disabled by default to avoid interfering with upgrades from versions before to Wizard
- Wizard tabs are set to ‘extend’ mode by default to prevent overwriting the default Tailwind settings; using ‘extend’ adds the values as an addition.
2.3.0
Improvement:
- Removed dependencies
- IlluminateContainer
- Validation
- Collections
- Database
- Config
- Log
- Events
- Symfony
- Carbon
- Guzzlehttp
- Twig
- Scssphp (We use Native SCSS dart now)
- IlluminateContainer
- All dependencies are simplified and replaced with our codebase.
Twig was causing more problems than benefits. Developers in most of the plugins do not check if twig is already registered and that was giving fatal errors that was burdon on our support to explain users that even if error log state that bug was not in our plugin they were still asking us to fix the bug.
We were not using Symphony and Illumitate that much so we decided to redo php part and remove almost 6mb or dependencies. - PHP Support
With removing dependencies and scoper we now support even php 8.0. Before minimum was 8.1 - Support for Dartsass
SCSSPHP is code heavy and outdated library that is easy to add to your project but they stated that moving to dartsass is too much work for them. So we moved to native Sass api. - Gutenberg components library
We started migrating from radix components to gutenberg native components. They are more WordPress friendly and already comes with good accessibility. - UI updates
We have removed all unnecessary elements to help you focus even more. Two rows header is now merged into one. Winden logo and pages are removed and now main priority are tabs.
We do not have multiple pages as everything now is one react one page app.
Added option to collapse right side menu to give more space
Added Topbar quick access. If you do not use WP Admin Cleaner menus can be crowded and this is much easier way to find it. - Helpers
Are now part of wizard with instant preview. If you enable for example bricks colors it’s natural to see interaction and preview right away.
Colors are formatted and now support groups as bricks and oxygen supports palette categories.
Utility colors now also have preview even in wizard
Colors now start lightest as lowest number same as in tailwind css palette
Improved Wizzard config tab.
Now all included helpers settings will be displayed inside config as well as JSON output.
Improved Wizzard screens tab.
Now support gutenberg break points.
Generated files.
We revered logic to have only 1 CSS file for style, not not to make it per task.
Editor is now fetching content from files. If you edit style.css or config.js file and reload editor with fetch latest changes from tile and not database. If you delete files from upload foldes editor will fallback to the database.
Features:
- UI Wizzard that can generate:
- Colors
- Font Family names
- Font sizes (Fluid and Fixed with scale ratio)
- Sizes (Fluid and Fixed with scale ratio)
- Breakpoints
- Now you can save tailwind.config.js inside scanned folder to be able to get autocomplete from Visual Studio
Bugs:
- Does not need to reload page to fetch latest data from config and wizzard. It was force reload before.
Bricks Builder integration - Improved class names crawling. We did not include classes added under options > CSS. Its fixed will latest build
- Tailwind CSS was effecting admin area.
- Now checkers if Gutenberg is enabled.
2.2.1
Hotfix
- Error if some of the dynamic fields get null
2.2.0
Features:
- Winden no longer requires a server to compile; the entire process now happens directly in the browser.
- Autocomplete is no longer compiled; it is now received directly from the Tailwind Config Object.
- Gutenberg autocomplete have screen helpers to insert screen (breakpoint) on click
- We've added support for Bricks Builder Child Theme. Now, it will retrieve dynamic values from the child theme just as it does from the main theme.
2.1.0
Features:
- Bricks Builder Dynamic data. Fetch data for Colors, Font Family and Breakpoints
- Oxygen Builder Dynamic data. Fetch data for Colors, Font Family, Font Sizes and Breakpoints
- Gutenebrg (FSE) Dynamic data. Fetch data for Colors, Font Family and Space (Padding, Marging, Gap)
2.0.8
Hotfix
- Support for Oxygen 4.8.3 meta keys
2.0.7
Improvement
- Bypass Oxygen limitations with class name that have dot. Example: gap-1.5
2.0.6
Bugs
- Important ! was not working with breakpoint lg:!hidden
2.0.5
Bugs
-
SCSS was not working with CDN
- Important ! was not working with hover:!
2.0.4
Features
- Style gallery
- Color picker in style tab
Improvements
-
Updated way of way how to craw classes and tested with 3000+ posts
-
Gutenberg plain classes now have priority order. Biggest problem were add-on such as Generate Press that ads extra items in the panel
-
In Plain Classes Oxygen we increased the tags max number to 50 instead of 10, and autocomplete options to 20 instead of 10.
Bugs
-
Winden SCSS issue
-
Autocomplete values loaded twice
-
Winden Loaded in classing editor
-
Styles not working from bricks tagify classes
2.0.3
Features
- Custom autocomplete inside code editor based on your configuration settings. Same as you have in plain classes
- Added predefined autocomplete for @apply, @screens, @config, @layer
- Plain Classes Bricks now packed with Winden
- Plain Classes Oxygen now packed with Winden
- Plain Classes Gutenberg now packed with Winden
Improvements
- Added important on the editors iframe root level to bypass editors defaults. This will not effect front end. Only it will make more realisting preview without user needs to use important inside editor
- Bricks Plain Classes - Added copy and paste classes button
- [&>] was not fetched as gutenberg was converting "&" and "" to unicode
- Included tailwind first-party plugins to be able to import resolve config
- Updated handling of modules in browser to reduce console errors when working with CDN
- Files scanner is now improved with dynamic path in case wp-content is moved. LocalWP app and other servers are doing that by the default
- Cashed files are now improved with dynamic path in case wp-content is moved. LocalWP app and other servers are doing that by the default
- Security updates
Bugs
- Fixed @wordpress/interactivity Error when using CDN
- Conflict with Gutenberg blocks that use API v2
- Tailwind CSS was effecting in Gutenberg admin area
- Classes after line breaks in plain classes gutenberg was not fetched
- Licence error after website change domain. It was giving error if you want to deactivate licence after migration
- Dequeue Oxygen Styles was interfering with code block
2.0.2
- Fix: Oxygen Template was not scanned
- Improvement: if oxygen cache exist it will be loaded after oxygen cache
2.0.1
- Fix: Disconnected from server if compile with config error
2.0.0
- Completely new version of Winden. It's rebuild from ground zero with modern technology. Follow our docs on how to migrate from version 1 to version 2. https://docs.dplugins.com/winden/migration-to-20/
1.1.10
- Small UI tweaks
1.1.9
- Fix: Issue on the shipped plugin zip file
- Fix: Redundant invalid license notice on the admin page
- [Bricks] Improve: scan classes from the Editor's element panel
Style → CSS → CSS classes.
1.1.8
- [Pinegrow] New: The cached CSS now will include the Pinegrow's project.
- [Pinegrow] New: Pinegrow's preview integration
1.1.7
- Fix: CDN is not loaded properly
1.1.6
- [Pinegrow] New: Pinegrow editor integration for
Blocks for an existing site → Custom CSSproject. Enable the integration on the Winden's setting page
1.1.5
- Fix: Exclude
tailwindcss/defaultThemefrom the worker's required modules
1.1.4
- New: Initial Pinegrow integration
- Change: Redesign the setting page's user interface
1.1.3
- New: Winden website now available on https://winden.dev
- Change: Update some action and filter hooks name
1.1.2
- Change: Remove the 1st-party tailwind-plugin (forms,typography,aspect-ratio,line-clamp) from the default preset
- Fix: Worker misinterpreted the tailwind config if using tailwind-plugins
1.1.0
- [Bricks] New: Placeholder to sync with Bricks' breakpoint setting
- Improved: Seamless worker support for local development
- Fix: Error on license-setting page if migrating a site with license activated
- Change: Updating all action and filter hooks name
1.0.17
- New: Elementor integration
1.0.16
- New: Zion Builder integration
- Change: The Tailwind config field for the worker was removed from the setting page
- Change: The NPM package field for the worker was removed from the setting page and adjusted to have the same behavior as the CDN
- New: The Global CSS field changed on the setting page will be synced instantly to the frontend and editor without the need to reload the page
- Improved: The code editor of Global CSS and Tailwind Config now has full-width and growable height
1.0.15
- [Gutenberg] New: Support Gutenberg FSE (Full Site Editor)
- [Gutenberg] New: Support inline Preview of
Custom HTMLblock - Fix: Escaped class names when generating CSS cache that resulting failed to cache
1.0.14
- Fix: Error on migrating a site with license activated
1.0.13
- Fix: Race condition between Tailwind CDN and Modules
1.0.11
- Change: The frontend CDN will now be enqueued in the header instead of footer
- New: Cwicly integration
1.0.10
- New: Gutenberg integration
1.0.9
- [Bricks] New: Dequeue Bricks' default stylesheet
1.0.8
- [Oxygen] Fix: Plain Classes autocomplete integration
1.0.7
- New: All
requireon the CDN configuration will load the appropriate package from Skypack.dev CDN. This behavior is copied from Tailwind Play. - [Bricks] New: Register autocomplete to Brick's Global Classes index
1.0.6
- New: Rebranded as "Winden"
- New: Bricks integration