airfleet/airfleet-wordpress-dev
Release 4.9.1
Fixed
- Fixed a bug with
.airfleet-releasebeingautoinstead ofminoronafwp patch update-dev-tools-2026-v1
ISO week view.
.airfleet-release being auto instead of minor on afwp patch update-dev-tools-2026-v1@airfleet/browserslist-config shared configurationdprint fmt error when no files to format in lint-staged@airfleet/wordpress-dev to ^4.9.0@airfleet/browserslist-config shared configurationlength-zero-no-unit stylelint rule to prevent calc() bugscss-media-range-syntax to ignored browser featuresdprint fmt error when no files to format in lint-staged@airfleet/wordpress-dev to ^4.9.0airfleet/wordpress-dev to latestwp_enqueue_block_style() for WordPress core block SCSS overrides; webpack compiles src/scss/blocks/core-{name}.scss to build/css/blocks/core-{name}.css and emits block-styles-manifest.php (manifest is a tracked webpack asset, managed across clean/watch/dev-server builds); PHP reads the manifest and enqueues each for block core/{name}; styles load on-demand when the block is rendered (frontend and editor)@airfleet/browserslist-config as a dependency for shareable browserslist configuration (projects use extends @airfleet/browserslist-config in .browserslistrc)templates/configs/plugin-2026-v1 config template (uses @airfleet/browserslist-config, dprint fmt --allow-no-files)templates/configs/theme-2026-v1 config template (uses @airfleet/browserslist-config, dprint fmt --allow-no-files)patch update-dev-tools-2026-v1 [options] to apply the 2026 development tools update. Available options: --dry-run (check afwp patch update-dev-tools-2026-v1 --help for additional options)lint command to exclude build foldertemplates/configs/plugin/.lintstagedrc.json to exclude build folder.dprint.json to exclude build foldergenerate plugin and generate npm commands (from "24" to ">=24")inc/Modules/BlockRegistration/BlockRegistration.php module for registering blocks from the build folder.src/blocks/hello-world.oxlintrc.json to modify the rules that don't apply to the block development flowdocs/modules.md and docs/modules/block-registration.md