Archive 2026-03 10

ISO week view.

airfleet/airfleet-wordpress-dev

Release 4.9.1

View on GitHub

Fixed

  • Fixed a bug with .airfleet-release being auto instead of minor on afwp patch update-dev-tools-2026-v1
airfleet/airfleet-canvas-theme

Release 0.3.0

View on GitHub

Changed

  • Updated test-wordpress.yml to run test command in PHP matrix
  • Updated browserslist to use @airfleet/browserslist-config shared configuration
  • Updated browserslist to exclude UC Browser for Android
  • Fixed dprint fmt error when no files to format in lint-staged
  • Bump npm dependency @airfleet/wordpress-dev to ^4.9.0
airfleet/airfleet-nexus-plugin

Release 0.3.0

View on GitHub

Changed

  • Internal: Updated test-wordpress.yml to run test command in PHP matrix
  • Internal: Updated browserslist to use @airfleet/browserslist-config shared configuration
  • Internal: Updated browserslist to exclude UC Browser for Android
  • Internal: Disabled length-zero-no-unit stylelint rule to prevent calc() bugs
  • Internal: Added css-media-range-syntax to ignored browser features
  • Internal: Fixed dprint fmt error when no files to format in lint-staged
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.9.0
  • Internal: Bump composer dependency airfleet/wordpress-dev to latest
  • Internal: Updated configuration for development tools
airfleet/airfleet-canvas-theme

Release 0.2.0

View on GitHub

Changed

  • parts/header.html: padding 30px→32px, spacer 50px→48px
  • parts/footer.html: bottom padding 30px→32px

Added

  • Block style enqueue automation (BlockStyles.php): wp_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)
  • theme.json: color palette (base, contrast, primary, secondary), gradients (primary, secondary, subtle)
  • theme.json: spacing presets (8px rhythm: 8–96px) + fluid presets (fluid-sm through fluid-3xl)
  • theme.json: typography scale (H1–H6, paragraph, lead, small) with fluid sizes for headings
  • theme.json: border radius presets (small, medium, large, full)
  • theme.json: shadow presets (subtle, medium, strong)
  • theme.json: aspect ratio presets (1:1, 4:3, 16:9, 3:2, 2:1, 21:9, 9:16, 3:4)
  • theme.json: root styles (colors, typography, responsive padding), element styles (heading hierarchy h1–h6)
  • theme.json: layout contentSize 1080px, wideSize 1280px
  • Asset enqueue setup (Enqueue.php) for main and editor entry points
airfleet/airfleet-wordpress-dev

Release 4.9.0

View on GitHub

Added

  • Added @airfleet/browserslist-config as a dependency for shareable browserslist configuration (projects use extends @airfleet/browserslist-config in .browserslistrc)
  • Added templates/configs/plugin-2026-v1 config template (uses @airfleet/browserslist-config, dprint fmt --allow-no-files)
  • Added templates/configs/theme-2026-v1 config template (uses @airfleet/browserslist-config, dprint fmt --allow-no-files)
  • Added subcommand 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)
  • Bump @airfleet/stylelint-config-wordpress to ^4.3.0

Changed

  • Updated lint command to exclude build folder
  • Updated templates/configs/plugin/.lintstagedrc.json to exclude build folder
  • Updated .dprint.json to exclude build folder

Fixed

  • Fixed node version default in generate plugin and generate npm commands (from "24" to ">=24")
airfleet/airfleet-canvas-theme

Release 0.1.1

View on GitHub

Fixed

  • Release: Fixed theme zip not being uploaded to GitHub Releases
airfleet/airfleet-nexus-plugin

Release 0.2.0

View on GitHub

Added

  • Added BlockRegistration inc/Modules/BlockRegistration/BlockRegistration.php module for registering blocks from the build folder.
  • Added example block src/blocks/hello-world
  • Added .oxlintrc.json to modify the rules that don't apply to the block development flow
  • Added docs/modules.md and docs/modules/block-registration.md
airfleet/airfleet-canvas-theme

Release 0.1.0

View on GitHub

Added

  • Bootstrap theme