Skip to content

Releases: HarperFast/vite

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 27 Jul 17:12

1.1.6 (2026-07-27)

Bug Fixes

  • release: pin conventionalcommits preset to v9 and align release-note sections (16ed199)

Refactoring

  • extract scheduleNext() helper in the heartbeat (2e4b1bc)

Dependency Updates

  • deps: update actions/setup-node action to v7 (6c945bc)
  • deps: update all non-major dependencies (5221baa)
  • deps: update dependency @harperfast/integration-testing to ^0.7.0 (ceda960)
  • deps: update dependency @semantic-release/git to v11 (6a0bb2a)

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 23 Jul 18:20

1.1.5 (2026-07-23)

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 23 Jul 18:18

1.1.4 (2026-07-23)

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:20

1.1.3 (2026-07-20)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:50

1.1.2 (2026-06-24)

Bug Fixes

Dependency Updates

  • deps: update all non-major dependencies (7e4acc9)
  • deps: update commitlint monorepo to v21 (847930d)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 18:10

1.1.1 (2026-06-17)

Bug Fixes

  • Update package-lock.json with releases too (6906e10)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 17:35

1.1.0 (2026-06-17)

Features

  • Support SSR, SSG and HMR (770a31c)

Documentation

  • Remove confusing line about vite-plugin (dd9d965)

Bug Fixes

  • authorize loopback on the HTTP gate, not just the HMR WebSocket (f566c85)
  • await dev server disposal on shutdown so the worker tears down cleanly (6720fda)
  • Clean up middleware (f618400)
  • Correctly import the HMR path into the integration test (1fbd018)
  • Don’t rm rf dist (db8ccdf)
  • Protect the HMR websocket too (729884c)

Test Improvements

  • Switch to integration testing package (315c14f)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Mar 17:01

0.2.1 (2026-03-20)

Bug Fixes

  • Close vite HMR on shutdown message (fb964de)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 21:38

0.2.0 (2026-03-19)

Features

  • Add automated releases and tests (a63ff9a)

Bug Fixes

  • Close viteInstance on scope close (a895202)