- Added a
viewTransitionSelectordata line to SSE responses that specifies the CSS selector for the element to use for view transitions when patching elements. (#1154) - Changed the fetch abort controller to cancel in-flight requests with the same method and URL, regardless of the element that initiated the request. (#1166)
- Changed the default event for checkbox and radio inputs using
data-bindtoinputfor more immediate updates. - Optimized patch element handling for improved performance when only a single target is involved. (#1155)
- Fixed a bug in which the
data-bindattribute with a modifier was not working correctly for checkboxes with the signal set to an array. (#1159) - Fixed retry options for fetch actions to ensure that retries are attempted correctly when a request fails with a 5xx response. (#1161)