Releases: litestar-org/litestar-vite
Releases · litestar-org/litestar-vite
v0.16.4
v0.16.3
v0.16.2
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.jsonin sdist for build hook (#172)
v0.16.1
v0.16.0
v0.15.0
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
viteintegration 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
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
What's Changed
Full Changelog: v0.15.0-rc.3...v0.15.0-rc.4
v0.15.0-rc.3
v0.15.0-rc.2
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