Skip to content

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 12:14
· 98 commits to main since this release

Fixes

  • @hover-dev/next: plugin resolution in pnpm / turbo monorepos. Plugins passed to register() (e.g. @hover-dev/security) silently failed to load when the dev server ran with the monorepo root as its cwd. The resolver only walked up from process.cwd(), so it missed a plugin installed under <app>/node_modules, then swallowed the failure as a warning — and the widget showed no mode. It now also searches the call-stack frame directories (Next compiles instrumentation.ts into <app>/.next/server/), parses paths containing spaces correctly, and logs a loud, actionable error when a plugin truly can't be found. New vitest cases lock the behaviour in.

Site & docs

  • Landing site: the hero typewriter-generates real specs across login / cart / form scenes, the comparison gains a fact-checked per-step-guard row, and a new "On the roadmap" section lists the planned structured-spec-output work.
  • README trimmed from 755 to 435 lines, and an overstated getByTestId selector claim corrected.

Lockstep release: all 9 packages published at 0.14.1.

Full Changelog: v0.14.0...v0.14.1