2025-W23

Jun 2–8, 2025

7 releases
  • airfleet/airfleet-figma-bridge: Bumped node engine to version 22 or higher for better compatibility.
  • airfleet/airfleet-wordpress-types: Updated the minimum Node.js engine requirement to allow versions >=16, making it more flexible.
  • airfleet/stylelint-config-wordpress: Removed stylelint-prettier dependency and prettier peer dependency, bumped node engine to >= 22, and updated several other dependencies for improved performance.
  • airfleet/airfleet-views-plugin and airfleet/airfleet-elements-core-plugin: Fixed issues with asset and script loading, including incorrect paths and enqueue methods.
  • airfleet/airfleet-elements-responsive-plugin: JS utilities are now rendered earlier in the HTML head to fix priority issues.
  • airfleet/airfleet-monitoring-dashboard: Added login page and Google authentication for secure access.
airfleet-figma-bridge

Release 1.0.0

Bumped node engine to version 22 or higher.

GitHub
View full changelog

Changed

  • Breaking: Bump node engine to >= 22
  • Internal: Bump @fastify/deepmerge to 3.1.0
  • Internal: Bump commander to 14.0.0
  • Internal: Bump rimraf to 6.0.1
  • Internal: Bump style-dictionary to 5.0.0
  • Internal: Removed @airfleet/wordpress-dev and linting
airfleet-wordpress-types

Release 0.1.1

Minimum Node.js engine requirement updated to allow versions >=16

GitHub
View full changelog

Fixed

  • Fixed minimum node engine required (was fixed at 16 but now allows >=16)
stylelint-config-wordpress

Release 4.0.0

Removed stylelint-prettier dependency and prettier peer dependency, bumped node engine to >= 22, and updated several other dependencies.

GitHub
View full changelog

Removed

  • Breaking: Removed stylelint-prettier depency and prettier peer dependency (Asana)

Changed

  • Breaking: Bumped node engine to >= 22 (Asana)
  • Breaking: Bumped stylelint peer dependency to 16.20.0 (Asana)
  • Breaking: Bumped stylelint-config-standard-scss to 15.0.1 (Asana)
  • Breaking: Bumped stylelint-no-unsupported-browser-features to 8.0.4 (Asana)
  • Rule scss/at-mixin-argumentless-call-parentheses is no longer disabled (Asana)
airfleet-views-plugin

Release 1.9.2

Fixed several issues with asset and script loading.

GitHub
View full changelog

Fixed

  • Fixed issue with Head/Footer Inline enqueue methods not always firing.
  • Fixed assets paths in inline styles enqueue.
  • Fixed JS error for scripts loaded inline after/before (e.g. && being escaped to &&).
airfleet-elements-core-plugin

Release 1.5.1

Fixed asset paths for global inline styles enqueue methods

GitHub
View full changelog

Fixed

  • Fixed assets paths when using global inline styles enqueue methods
airfleet-elements-responsive-plugin

Release 2.3.0

JS utilities are now rendered earlier in the HTML head to fix priority issues

GitHub
View full changelog

Changed

  • JS utilities are now rendered earlier in the HTML head. Fixes priority issues when choosing inline enqueue method in Views plugin
airfleet-monitoring-dashboard

Release 0.6.0

Added login page and Google authentication for secure access

GitHub
View full changelog

Added

  • Login page
  • Google Authentication for secure access to the dashboard