Skip to content

v0.1.6

Choose a tag to compare

@asolopovas asolopovas released this 10 Jun 15:54
· 2 commits to main since this release

Fixed

  • Dev server no longer leaves stale hot / VITE_MODE files after a Vite restart — the hot-file and env-mode plugins track server epochs and clean up the right instance.
  • Block-entry HMR detection matches project-relative ids, so entries resolve regardless of absolute path.

Changed

  • Editor stylesheet is now configurable via the editorCss option (previously hard-coded); block HMR injection template simplified.

Internal

  • Consolidated src/ modules to cut file fragmentation (no behavior change).
  • e2e runs against the installed Chrome channel instead of the bundled headless shell.
  • Release tooling gained curated notes via NOTES / NOTES_FILE.