airfleet/airfleet-nexus-plugin
Release 0.4.0
Added
- Added
responsivemodule providing responsive breakpoints support: xs, sm, md, lg, xl, xxl, xxxl, 2k, 4k with customizable ranges viaairfleet/responsive/breakpointsfilter responsive: Added responsive media query CSS generation with automatic print to page head. Seeinc/Modules/Responsive/PrintCssToHead.phpresponsive: Added comprehensive module documentation indocs/modules/responsive.mdwith breakpoint configuration, CSS generation, customization examples, and warnings about changing breakpoints on live sites- Added
support-responsivemodule providing global responsive visibility controls for all Gutenberg blocks that support custom CSS classes. Seeinc/Modules/Blocks/SupportResponsive/SupportResponsive.php support-responsive: Added Inspector Controls UI panel in the block settings for selecting responsive visibility per breakpointsupport-responsive: Added automatic CSS class injection for static blocks viablocks.getSaveContent.extraPropsfiltersupport-responsive: Added dynamic block support viaWP_Block_SupportsAPI for server-side rendering, so we can output CSS classes in the dynamic blocks wrappers usinggsupport-responsive: et_block_wrapper_attributes()function.support-responsive: Added editor indicator and opacity for blocks with active responsive visibility control, when the block is not selectedsupport-responsive: Added comprehensive module documentation indocs/modules/blocks/support-responsive.mdwith editor control architecture, usage guide, and best practices
Fixed
- Fixed
webpack.config.jsbug. Previously, if we hadindex.jsandindex.scssin the same folder insrc/modules/{folder}, only theindex.scssfile would appear in thebuildfolder. Theindex.jswas missing. Now we can have both files in the same folder and they will be compiled accordingly.