Archive 2026-04 15

ISO week view.

airfleet/airfleet-nexus-plugin

Release 0.31.0

View on GitHub

Added

  • Docs: Add favicon and logo branding support to docmd-generated documentation site
  • Docs: Configure favicon path and logo variants (light/dark) in docmd configuration
  • Docs: Bump npm dependency @docmd/core to ^0.6.7
airfleet/airfleet-nexus-plugin

Release 0.30.0

View on GitHub

Added

  • block-lottie: New Lottie Animation block (airfleet-nexus/lottie) for embedding Lottie and dotLottie animations with configurable playback, lazy loading, poster images, and player controls. Uses @lottiefiles/dotlottie-web for canvas-based rendering via Web Component (<afnb-lottie-player>).
  • block-lottie: Five playback modes — in view, on load, on hover, on click, and scroll-driven animation with configurable frame segments and scroll thresholds.
  • block-lottie: Poster image support with optional lazy loading via IntersectionObserver.
  • block-lottie: Player controls UI (play/pause, seekable progress bar, loop toggle) rendered via JavaScript.
  • block-lottie: Modular frontend JS architecture — view.js split into 7 modules (constants, canvas, controls, event-bridge, lottie-player, poster, scroll-playback).
  • block-lottie: Editor UI with SelectControl for play mode, ToggleControl for loading, HStack side-by-side dimensions, toolbar Replace button via MediaReplaceFlow, and smart auto-pause interdependency.
  • allow-lottie: New module that registers .json and .lottie MIME types for WordPress media uploads.
airfleet/airfleet-nexus-plugin

Release 0.29.0

View on GitHub

Changed

  • Updated documentation and skill terminology around frontend JavaScript architecture and modules/-based block structure.