Skip to content

v1.1.7

Choose a tag to compare

@joshcirre joshcirre released this 12 Mar 23:51
· 18 commits to main since this release

What's Changed

Install Flow

  • Boost and Instruckt are now configured automatically during fission:install, ensuring both composer create-project and composer setup flows get full agent tooling — including skills for optional packages like Nightwatch.
  • Removed redundant boost:update from the composer setup script (now handled inside the install command).

Instruckt Vite Plugin

  • Upgraded instruckt npm package from 0.4.24^0.4.28
  • Switched from legacy dynamic import to the Vite plugin approach (instruckt/vite + virtual:instruckt), which is the preferred Tier 1 integration
  • Added build stub plugin so production builds resolve virtual:instruckt to empty (zero bytes in production)

Dependency Updates

  • Laravel Framework v12.53 → v12.54.1
  • Livewire Blaze v1.0.4 → v1.0.7 (fixes ensureCompiled() test failures)
  • Laravel Boost v2.2.3 → v2.3.1
  • Laravel MCP v0.6.0 → v0.6.2
  • Instruckt Laravel v0.4.20 → v0.4.25
  • Pest v4.4.1 → v4.4.2
  • Laravel Pint v1.27.1 → v1.29.0