Key Points
- SVG attribute normalization in JSX
- SSG atom+xml and rss+xml support
- Optional CORS origin parameter
Summary
Hono v4.12.17 is a patch release that includes bug fixes for JSX SVG attribute handling, SSG content type mappings, CORS configuration, and middleware type propagation.
Key Points
- JSX SVG Attributes: Fixed normalization of SVG attributes on root elements
- SSG Content Types: Added
atom+xmlandrss+xmlto the default extension map for static site generation - CORS Configuration: Made the
originparameter optional inCORSOptions - Middleware Types: Improved type propagation of middleware response types to
app.onoverloads
Contributors
This release includes contributions from kfly8, yuintei, truffle-dev, T4ko0522, and other community members.