Skip to content

Latest commit

 

History

History
139 lines (88 loc) · 5.14 KB

CHANGELOG.md

File metadata and controls

139 lines (88 loc) · 5.14 KB

@ssrx/vite

0.7.2

Patch Changes

0.7.1

Patch Changes

0.7.0

Minor Changes

  • 162432d Thanks @marbemac! - Update module resolution strategy. Update tanstack router plugin and example to the latest router version.

0.6.1

Patch Changes

0.6.0

Minor Changes

  • 91042c2 Thanks @marbemac! - - New packages: @ssrx/streaming and @ssrx/plugin-tanstack-router
    • New example: tanstack-router-simple, re-organize kitchen sink examples
    • Minimum required solid-router version is now 0.10
    • Fix a number of edge cases around lazy route detection
    • Update RenderPlugin plugin signature

0.5.0

Minor Changes

Patch Changes

  • b9b25b3 Thanks @marbemac! - Fixed ssr build issue due to Vite v5 breaking change from rc -> stable

  • dc4b723 Thanks @marbemac! - Response base resolve conditions in ssr conditions during builds. Fixes an issue with solidjs.

0.4.0

Minor Changes

  • 040ee48 Thanks @marbemac! - Update deps, split trpc-react out into its own package.

Patch Changes

0.3.0

Minor Changes

  • 443b535 Thanks @marbemac! - - Refactor stream injector in @ssrx/renderer
    • Add @ssrx/remix and remix-vite example
    • Switch to rollup for the build process on most packages
    • Pass the req.signal to renderToReadableStream in the react/remix renderers
    • Decouple @ssrx/renderer from @ssrx/vite

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 8bc2654 Thanks @marbemac! - Generate routes and headers for cf pages runtime target

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

  • 7cd40d7 Thanks @marbemac! - Make sure to process @ssrx packages with the Vite pipeline

0.1.0

Minor Changes

  • #5 63cde46 Thanks @marbemac! - - Bump deps
    • Support basepath in the vite and react-router plugins