v4.9.2
honojs/honov4.9.2Aug 15, 2025by yusukebe
AI Summary
This is a minor patch release (v4.9.2) focused on bug fixes. It includes a fix for the JSX 'plaintext-only' value support in the contenteditable attribute and resolves an issue with handling query parameters in the client's `removeIndexString` function.
Key Highlights
- Fixed JSX support for 'plaintext-only' value in contenteditable attribute
- Fixed query parameter handling in client's `removeIndexString` function
- New contributor @object1037 made their first contribution
Full Release Notes
## What's Changed * fix(jsx): 'plaintext-only' value for contenteditable attribute by @object1037 in https://github.com/honojs/hono/pull/4349 * fix(client): handle query parameters in `removeIndexString` by @yusukebe in https://github.com/honojs/hono/pull/4352 ## New Contributors * @object1037 made their first contribution in https://github.com/honojs/hono/pull/4349 **Full Changelog**: https://github.com/honojs/hono/compare/v4.9.1...v4.9.2