Releases: nksaraf/vinxi
Releases · nksaraf/vinxi
[email protected]
Patch Changes
- 2f6e51c: fix: https type def
- 0afc6ee: fix: style order in dev mode
- 35259d3: Fix react ssr effect waring
- 7b590e0: Vinxi now always runs Vite vanilla css hot updates, after Vinxis custom update logic. In particular this fixes hot updates for css files imported via
?url
. - 635df64: Swapped all virtual #vinxi references to $vinxi to be compatible with node imports
- 3b0e0d5: fix: css module hmr update
- 16d8949: fix: solidjs/solid-start#1401, css ref counting in dev
- 23edbdd: Replaced stylesheet
precendence
attribute withfetchpriority
. - dc786b2: Add ./dist/types exports to package.json
- 49fefb8: chore(vinxi): ensure installing vinxi only install one esbuild version
- 0d6b09b: server functions: allow get requests
@vinxi/[email protected]
Patch Changes
- 0d6b09b: server functions: allow get requests
- Updated dependencies [2f6e51c]
- Updated dependencies [0afc6ee]
- Updated dependencies [35259d3]
- Updated dependencies [7b590e0]
- Updated dependencies [635df64]
- Updated dependencies [3b0e0d5]
- Updated dependencies [16d8949]
- Updated dependencies [23edbdd]
- Updated dependencies [dc786b2]
- Updated dependencies [49fefb8]
- Updated dependencies [0d6b09b]
@vinxi/[email protected]
Patch Changes
- Updated dependencies [2f6e51c]
- Updated dependencies [0afc6ee]
- Updated dependencies [35259d3]
- Updated dependencies [7b590e0]
- Updated dependencies [635df64]
- Updated dependencies [3b0e0d5]
- Updated dependencies [16d8949]
- Updated dependencies [23edbdd]
- Updated dependencies [dc786b2]
- Updated dependencies [49fefb8]
- Updated dependencies [0d6b09b]
@vinxi/[email protected]
Patch Changes
- 35259d3: Fix react ssr effect waring
@vinxi/[email protected]
Patch Changes
- 635df64: Swapped all virtual #vinxi references to $vinxi to be compatible with node imports
- Updated dependencies [35259d3]
- Updated dependencies [0d6b09b]
- @vinxi/[email protected]
- @vinxi/[email protected]
[email protected]
Patch Changes
- 104613d: fix: remove boxen dependency (cjs), fixes cloudflare_pages deployment
- 3a3d23f: fix: transpile deps that begin with @vinxi/*
- e6f9faf: fix: allow serving resource files from monorepo in dev server
- 1c67f7f: feat: don't crawl for styles in node_modules
- f849ff3: fix: loadApp refactor, better types, remove stacks for now
@vinxi/[email protected]
[email protected]
Patch Changes
- 4caab63: fix: rsc ssr example, remove vinxi devtools for now