Archive 2026-04 14

ISO week view.

airfleet/airfleet-nexus-plugin

Release 0.28.0

View on GitHub

Changed

  • nexus-block-patterns skill: Added Frontend JS Architecture section documenting modular view.js pattern with modules/ subdirectory, guidance on choosing between static and dynamic blocks, and a dedicated "Common Mistakes" anti-patterns section.
  • docs/guide/blocks.md: Added Frontend JavaScript Architecture section with guidelines for when and how to split view.js into modules.
airfleet/airfleet-nexus-plugin

Release 0.27.0

View on GitHub

Added

  • Added Video file block (Working partially, future development will fix remaining bugs and add more features if needed)
  • Added Video file block options: loading, autoplay, auto pause, mute video, show controls, loop video, replace video, upload video, aspect ratio.
  • Added in video-file block play promise tracking to prevent AbortError on rapid scroll in/out
  • Added in video-file block autoplay-blocked fallback that re-shows the play overlay when the browser rejects play()
  • Added in video-file block per-instance mute/unmute state tracking via volumechange listener
  • Added in video-file block "Tap to unmute" indicator for restoring sound after viewport autoplay force-mutes
  • Added in video-file block force-mute before IO-triggered autoplay for iOS Safari and Firefox 61+ compatibility
airfleet/airfleet-canvas-theme

Release 0.5.0

View on GitHub

Added

  • Added core block heading and core block paragraph example styles so developers can use them as examples.
  • Added two example approaches. Using JS approach src/js/editor-extensions/style-variations.js and using theme.json approach styles/example.json.
  • Added doc docs/blocks/block-styles.md that explains two approaches developers can use to add block styles.

Removed

  • Removed src/scss/blocks/core-buttons.scss as it is no longer used as an example.
airfleet/airfleet-canvas-theme

Release 0.4.1

View on GitHub

Fixed

  • Exclude src folder from release package
airfleet/airfleet-nexus-plugin

Release 0.26.1

View on GitHub

Fixed

  • Exclude src folder from release package
airfleet/airfleet-canvas-theme

Release 0.4.0

View on GitHub

Changed

  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.10.2
  • Internal: Update release workflows to use new afwp release command
  • Internal: Release now excludes dotfiles/dotfolders plus docs, tests, thoughts, markdown, and common development-only manifest/config files
airfleet/airfleet-nexus-plugin

Release 0.26.0

View on GitHub

Changed

  • Internal: Bump npm dependency @docmd/core to ^0.6.5
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.10.2
  • Internal: Update release workflows to use new afwp release command
  • Internal: Release now excludes dotfiles/dotfolders plus docs, tests, thoughts, markdown, and common development-only manifest/config files
  • Documentation: Update PHPDoc @since guidance so new hooks use @since AF_VER_NEXT
airfleet/airfleet-wordpress-dev

Release 4.10.2

View on GitHub

Fixed

  • Fixed afwp release plugin loading in CI by installing release-it and its plugins in a temporary directory, resolving plugin paths from there, and running the local temp release-it binary instead of relying on bunx -p runtime module resolution
airfleet/airfleet-wordpress-dev

Release 4.10.1

View on GitHub

Fixed

  • Fixed release replace-version so it only replaces AF_VER_NEXT placeholders inside comments/doc blocks and no longer rewrites internal source string literals in the release tooling itself
airfleet/airfleet-wordpress-dev

Release 4.10.0

View on GitHub

Added

  • Added release command group with variants for github, npm, plugin, plugin-preview, and theme, plus helper commands for release packaging and manifest generation
  • Added new GitHub release workflow templates using afwp release and centralized manifest helpers instead of inline release-it and shell-heavy manifest building (github-2026-v2, npm-2026-v2, plugin-2026-v2, theme-2026-v2)

Changed

  • Release workflows now replace AF_VER_NEXT string in source code with the version number on release (useful for docs/comments)
  • Release packages now ignore dotfiles/dotfolders plus docs, tests, thoughts, markdown, and common development-only manifest/config files while still allowing extra excludes from .deployignore
  • Internal: Switch to Bun in project workflows and for managing dependencies
airfleet/airfleet-nexus-plugin

Release 0.25.0

View on GitHub

Changed

  • Refresh contributing guide with grouped commands, clearer dev container vs. Playground guidance, and documentation expectations
  • Update docs navigation and browser titles (docmd) plus cross-link Dev Containers and Playground guides
  • Regenerate hook reference grouped by module with improved presentation
  • dev-containers.md: clarify SSH forwarding