Archive 2026-03 10

ISO week view.

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-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