Skip to content

Latest commit

 

History

History
674 lines (250 loc) · 23.7 KB

File metadata and controls

674 lines (250 loc) · 23.7 KB

0.4.16 (2026-03-04)

Bug Fixes

  • export RenderToStreamOptions (ed955b8)

0.4.15 (2025-12-15)

Bug Fixes

0.4.14 (2025-12-11)

Bug Fixes

  • update getBetterError() impl (b8565c1)

0.4.13 (2025-12-04)

Bug Fixes

  • further swallow errors in <Suspense> boundaries (#52) (842acd8)

0.4.12 (2025-11-09)

Bug Fixes

0.4.11 (2025-10-21)

Bug Fixes

MINOR BREAKING CHANGES

Note

We recommend ignoring MINOR BREAKING CHANGES unless this version breaks your app, see Vike Versioning.

  • If your app is CJS then update Node.js to v23 or above (or v22 with the --experimental-require-module flag) in order to be able to require(esm). If your app is ESM then you can keep using older Node.js versions.

0.4.10 (2025-10-10)

Bug Fixes

  • further improve key generation (b6a4f38)

0.4.9 (2025-10-10)

Bug Fixes

  • improve compnent stack injection (a6ef2f4)
  • improve component stack injection (818c24a)
  • try new key generation to support react@19.2.0 (d29518f)

0.4.8 (2025-10-07)

Bug Fixes

  • revert "minor promise chaining improvement" (48b981f)

0.4.7 (2025-10-06)

Bug Fixes

  • minor promise chaining improvement (0a92721)

0.4.6 (2025-10-06)

Features

  • expose streamEnd to useStream() (49aa208)

0.4.5 (2025-10-01)

Bug Fixes

  • inject component stack to stack traces (02f31a2)

0.4.4 (2025-09-16)

Bug Fixes

  • add component trace over prettifyThisError (51b3838)

0.4.3 (2025-07-18)

Bug Fixes

  • add workerd to package.json#exports (c80ca2f)

0.4.2 (2025-03-11)

Bug Fixes

  • fix multiple versions warning (second fix) (ca9d1e0)

0.4.1 (2025-03-11)

Bug Fixes

  • fix multiple versions warning (2bbf595)

0.4.0 (2025-03-11)

Bug Fixes

  • use react-dom/server.edge instead of react-dom/server.browser (#48) (44802d2)

BREAKING CHANGES

  • update React to 19.0.0 or above.

0.3.49 (2025-03-11)

Bug Fixes

  • make multiple version mismatch a warning (b889ad8)

0.3.48 (2025-02-16)

Bug Fixes

Features

0.3.47 (2025-01-22)

Bug Fixes

  • prevent Node.js exiting only if required (ddd3c25)

0.3.46 (2024-12-26)

Bug Fixes

  • fix regression introduce in last version (68a1f5c)

0.3.45 (2024-12-26)

Bug Fixes

  • further support multiple react-streaming instances (2bef3bd)

0.3.44 (2024-12-03)

Bug Fixes

  • [revert] make default condition last again (a2ab5f7)
  • always add worker condition and as first condition (98e3731)
  • improve different versions error message (528b11a)
  • improve exports (fix #46) (af1be3b)
  • make condition types last (c6665d4)

0.3.43 (2024-08-02)

Bug Fixes

  • improve name of return type (08e7452)

0.3.42 (2024-07-08)

Bug Fixes

  • delay user writes until after first react writes (1559c69)

0.3.41 (2024-07-06)

Bug Fixes

0.3.40 (2024-07-04)

Bug Fixes

0.3.39 (2024-07-04)

Bug Fixes

0.3.38 (2024-07-04)

Bug Fixes

  • further make sure to respect injection rule 1 (099dd8a)
  • remove superflous write delay (167ee59)

0.3.37 (2024-07-03)

Bug Fixes

  • further avoid inject between two React synchronous writes (c14483f)

0.3.36 (2024-07-03)

Features

0.3.35 (2024-07-03)

Features

  • support chunk promises for injectToStream() (closes #40) (#42) (300308e)

0.3.34 (2024-07-03)

Bug Fixes

  • also expose hasStreamEnded() to useStream() hook (9add5f6)
  • assume chunk to be a string for now (1853660)
  • fix injectToStream before stream start (d7ba375)
  • fix wrong usage error upon inject after stream ended (460581c)
  • prevent debug flags to crash cloudflare workers (7a28e94)
  • re-apply workaround for injectToStream() at stream end race condition (#40) (f43bd9b)
  • refactor writePermission logic (485ed46)
  • remove unused tolerateStreamEnded option (2f5bf27)

0.3.33 (2024-06-28)

Bug Fixes

0.3.32 (2024-06-28)

Bug Fixes

  • rename expectStreamEnd => tolerateStreamEnded (74e93df)

Features

0.3.31 (2024-06-27)

Bug Fixes

0.3.30 (2024-06-27)

Bug Fixes

Features

0.3.29 (2024-06-27)

Bug Fixes

  • update vike-react error message (12b4001)

0.3.28 (2024-04-19)

Bug Fixes

0.3.27 (2024-04-18)

Bug Fixes

  • further improve error messages (5234427)

0.3.26 (2024-04-17)

Bug Fixes

0.3.25 (2024-04-16)

Bug Fixes

  • improve error messages for vike-react users (70c168d)

0.3.24 (2024-03-08)

Bug Fixes

0.3.23 (2024-02-24)

Bug Fixes

Features

0.3.22 (2024-02-10)

Bug Fixes

0.3.21 (2024-02-10)

Bug Fixes

0.3.20 (2024-02-01)

Bug Fixes

  • use package.json exports instead of dynamic import() (f4da7fc)

0.3.19 (2024-01-06)

Bug Fixes

0.3.18 (2023-12-11)

Bug Fixes

0.3.17 (2023-12-07)

Bug Fixes

  • ensure StreamContext is a singltone (b2172d7)

0.3.16 (2023-11-15)

Bug Fixes

0.3.15 (2023-10-16)

Bug Fixes

  • make react-streaming/server browser entry a poison pill (854011b)

0.3.14 (2023-06-04)

Bug Fixes

  • avoid 'react-dom/server.node' to be bundled (02449a7)
  • improve error message (4eed291)

0.3.13 (2023-06-03)

Bug Fixes

  • improve assertUsage message (5e94949)
  • improve import renderToReadableStream() in Node.js (22494a1)

0.3.12 (2023-06-02)

Bug Fixes

  • improve assertion that server files aren't loaded in browser (fix #22) (794dd95)

0.3.11 (2023-05-19)

Bug Fixes

  • disable write after stream destoryed (660d252)
  • writableForReact destory if writableFromUser not available (68a4d65)

0.3.10 (2023-05-05)

Bug Fixes

  • re-export useStream() for the client-side as well (c754a78)

0.3.9 (2023-04-20)

Bug Fixes

  • ensure wrangler doesn't resolve browser entry (a175d56)

0.3.8 (2023-04-20)

Bug Fixes

  • fix export for worker and deno (8534637)

0.3.7 (2023-03-21)

Bug Fixes

0.3.6 (2023-03-21)

Bug Fixes

0.3.5 (2022-10-07)

Bug Fixes

  • align chunk TypeScript type (0ef0c37)
  • improve DX upon wrong useAsync() usage (0afba57)

0.3.4 (2022-10-06)

Features

  • add flush option to injectToStream() (e677039)

0.3.3 (2022-09-14)

Bug Fixes

  • also handle promise rejections (228013e)

0.3.2 (2022-09-07)

Bug Fixes

  • ensure suspense state is updated before promise resolves (9d7c554)
  • gracefully handle infinite loops (52f997e)

0.3.1 (2022-09-07)

Bug Fixes

  • useAsync(): tolerate functions that don't return a promise (70b2e86)
  • add version to assertion messages (7e020c1)

0.3.0 (2022-09-06)

Bug Fixes

  • improve error handling upon wrong installation (8802e67)
  • tolerate earlier injectStream call (47b35b0)
  • workaround React swallowing errors (ba4245f)

Features

BREAKING CHANGES

  • hooks useAsync() and useSsrData() consolidated into a single new hook useAsync() with a new interface. See README.md.