Skip to content

Releases: litestar-org/litestar-vite

v0.16.4

07 Jan 21:14
7e5724c

Choose a tag to compare

What's Changed

  • fix: update path validation logic to reduce spurious warnings by @cofin in #175

Full Changelog: v0.16.3...v0.16.4

v0.16.3

06 Jan 04:03
84127f2

Choose a tag to compare

What's Changed

  • chore: remove outdated context files for Litestar, React, Svelte, Vue, Vite, and Testing by @cofin in #174

Full Changelog: v0.16.2...v0.16.3

v0.16.2

05 Jan 03:08
c4a18c9

Choose a tag to compare

Bug Fixes

  • pypi-publish: Configure PyPI publish to use dist/py/ directory (#173)

This release fixes the v0.16.1 Python package build failure where the PyPI publish action attempted to upload dist/js/ (JavaScript build output) as a Python package.

Changes

  • Build command now uses uv build -o dist/py (aligned with Makefile)
  • Added verification step to fail fast if artifacts missing
  • Added packages-dir: dist/py/ to scope PyPI publish

Previous Fixes in This Series

  • v0.16.1: Include package.json in sdist for build hook (#172)

v0.16.1

05 Jan 02:14
d8c6d57

Choose a tag to compare

Bug Fixes

  • sdist: Include package.json and package-lock.json in source distribution for build hook (#172)

This release fixes the v0.16.0 Python package build failure where the custom build hook could not find package.json when building from the sdist.

v0.16.0

05 Jan 00:28
59df9ba

Choose a tag to compare

What's Changed

  • feat: cleanup and updated console format by @cofin in #171

Full Changelog: v0.15.0...v0.16.0

v0.15.0

22 Dec 23:37
1036236

Choose a tag to compare

This is an extensive overhaul of the library. Be sure to check the migration guide and the updated documentation on how to use this with your favorite frontend framework.

What's Changed

  • feat!: single port vite integration by @cofin in #104
  • docs: overhaul docs by @cofin in #108
  • chore: updated readme by @cofin in #109
  • fix: correct an issue with index auto-detection and port proxying by @cofin in #110
  • fix: implement lazy initialization for ViteSPAHandler by @cofin in #111
  • chore: cleanup path info by @cofin in #112
  • fix: remove vite 5 support & production mode fixes by @cofin in #118
  • feat: e2e test for examples by @cofin in #119
  • feat: enhance type generation from OpenAPI schemas by @cofin in #120
  • fix: Inertia security & quality fixes by @cofin in #127
  • feat: add Inertia page props generation support by @cofin in #128
  • feat(docs): animated console gifs by @cofin in #130
  • feat(inertia): config and inertia improvements by @cofin in #131
  • fix: proxy handling by @cofin in #132
  • chore: remove temp file by @cofin in #137
  • fix(routes): correctly handle litestar routes by @cofin in #138
  • fix: favicon on vue-inertia by @Kumzy in #140
  • docs: add fullstack link by @Kumzy in #142
  • chore: bypass CI check for GIF generation by @cofin in #143
  • fix: prevent vite proxy from shadowing litestar routes by @cofin in #144
  • fix(inertia): improved pagination support by @cofin in #146
  • fix: cleanup external handler by @cofin in #148
  • feat: enhance body parameter detection for route handlers by @cofin in #149
  • feat: routing cleanup by @cofin in #151
  • feat: auto-install on build by @cofin in #152
  • feat: improve type generation by @cofin in #154
  • fix: detect inertia mode from 'hybrid' in .litestar.json by @cofin in #158
  • feat: restore route helpers for runtime navigation by @cofin in #159
  • fix: page props type resolution and deploy config by @cofin in #161
  • fix: deterministic build output and write-on-change by @cofin in #162
  • refactor: split large modules into packages by @cofin in #163
  • fix: session helpers return bool and flash fallback via query param by @cofin in #165
  • fix: add ProxyHeadersMiddleware for secure reverse proxy support by @cofin in #168
  • feat(inertia): precognition support by @cofin in #169

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.15.0-rc.5

21 Dec 21:50
fd579c0

Choose a tag to compare

v0.15.0-rc.5 Pre-release
Pre-release

What's Changed

  • fix: add ProxyHeadersMiddleware for secure reverse proxy support by @cofin in #168
  • feat(inertia): precognition support by @cofin in #169

Full Changelog: v0.15.0-rc.4...v0.15.0-rc.5

v0.15.0-rc.4

20 Dec 18:47
182920a

Choose a tag to compare

v0.15.0-rc.4 Pre-release
Pre-release

What's Changed

  • fix: session helpers return bool and flash fallback via query param by @cofin in #165

Full Changelog: v0.15.0-rc.3...v0.15.0-rc.4

v0.15.0-rc.3

19 Dec 18:38
5ccd1ba

Choose a tag to compare

v0.15.0-rc.3 Pre-release
Pre-release

What's Changed

  • fix: page props type resolution and deploy config by @cofin in #161
  • fix: deterministic build output and write-on-change by @cofin in #162
  • refactor: split large modules into packages by @cofin in #163

Full Changelog: v0.15.0-rc.2...v0.15.0-rc.3

v0.15.0-rc.2

16 Dec 18:02
eda9651

Choose a tag to compare

v0.15.0-rc.2 Pre-release
Pre-release

What's Changed

  • fix: detect inertia mode from 'hybrid' in .litestar.json by @cofin in #158
  • feat: restore route helpers for runtime navigation by @cofin in #159

Full Changelog: v0.15.0-rc.1...v0.15.0-rc.2