# @hono/react-renderer ## 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 ## 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 ## 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. ## 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` ## 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