2023-12-16 09:41:30 +08:00
# @hono/react-renderer
2025-04-11 15:23:32 +08:00
## 1.0.1
### Patch Changes
- [#1122 ](https://github.com/honojs/middleware/pull/1122 ) [`944f1989f5fc14f62348427b8f26989bd17fd61c` ](https://github.com/honojs/middleware/commit/944f1989f5fc14f62348427b8f26989bd17fd61c ) Thanks [@yusukebe ](https://github.com/yusukebe )! - fix: tweak dynamic importing `renderToReadableStream`
2025-04-11 06:46:10 +08:00
## 1.0.0
### Major Changes
- [#1119 ](https://github.com/honojs/middleware/pull/1119 ) [`684ae9a21d2976ad0a42853fd30dc1494494da46` ](https://github.com/honojs/middleware/commit/684ae9a21d2976ad0a42853fd30dc1494494da46 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - feat: use React v19 and specify `react-dom/server.edge` for `renderToReadableStream`
2025-02-17 13:30:48 +08:00
## 0.3.0
### Minor Changes
- [#971 ](https://github.com/honojs/middleware/pull/971 ) [`be181bfff63298c656b230092fb0dfa700ad30a4` ](https://github.com/honojs/middleware/commit/be181bfff63298c656b230092fb0dfa700ad30a4 ) Thanks [@ghaaj ](https://github.com/ghaaj )! - The `doctype` option defaults to true
2024-07-31 22:04:52 +08:00
## 0.2.1
### Patch Changes
- [#668 ](https://github.com/honojs/middleware/pull/668 ) [`9c58014a7c5ebadc3345656fe17a83efd55b895b` ](https://github.com/honojs/middleware/commit/9c58014a7c5ebadc3345656fe17a83efd55b895b ) Thanks [@alexturpin ](https://github.com/alexturpin )! - Change renderer Props type to interface to allow merging
2024-04-16 20:39:25 +08:00
## 0.2.0
### Minor Changes
- [#449 ](https://github.com/honojs/middleware/pull/449 ) [`284904357fd147c5974a8ba3721985e21b2e4f97` ](https://github.com/honojs/middleware/commit/284904357fd147c5974a8ba3721985e21b2e4f97 ) Thanks [@yossydev ](https://github.com/yossydev )! - nested layout support for react-renderer
2024-03-17 09:43:37 +08:00
## 0.1.1
### Patch Changes
- [#419 ](https://github.com/honojs/middleware/pull/419 ) [`6eaf2a14cd3bdc1456903e3f9b34ca3964063f79` ](https://github.com/honojs/middleware/commit/6eaf2a14cd3bdc1456903e3f9b34ca3964063f79 ) Thanks [@yoshikouki ](https://github.com/yoshikouki )! - fix: overwriting headers when stream is enabled
2024-03-06 21:51:03 +08:00
## 0.1.0
### Minor Changes
- [#410 ](https://github.com/honojs/middleware/pull/410 ) [`bda918e286d5e656807b115a9f0aabadc17faa04` ](https://github.com/honojs/middleware/commit/bda918e286d5e656807b115a9f0aabadc17faa04 ) Thanks [@yoshikouki ](https://github.com/yoshikouki )! - Support renderToReadableStream options.
2023-12-17 20:55:10 +08:00
## 0.0.2
### Patch Changes
- [#318 ](https://github.com/honojs/middleware/pull/318 ) [`0c2dbee` ](https://github.com/honojs/middleware/commit/0c2dbee52a5deb1d5022c4964a229fd83c0da394 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - fix: dynamic import `renderToReadableStream`
2023-12-16 09:41:30 +08:00
## 0.0.1
### Patch Changes
- [#309 ](https://github.com/honojs/middleware/pull/309 ) [`9348fa2` ](https://github.com/honojs/middleware/commit/9348fa26635d97ee6f8ceca563488d77afb39889 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - feat: introduce React Renderer