Rocket has been taken out of Datastar Pro, and is now available as a free bundle.
Watch the announcement and the overview of Datastar Core → Datastar → Rocket.
- Added the
@query()action for sendingQUERYrequests with signals in the request body. - Added support for aliased nonce attributes in CSP mode.
- Extracted some stray inline error messages into error codes and accompanying pages.
- Fixed action calls being rewritten inside string and template literals in expressions.
- Fixed a race condition in which responses using
requestCancellation: 'cleanup'could dispatch after the initiating element was removed (#1205). - Fixed a race condition in which a superseded request could remove the cleanup for the request that replaced it (#1205).
- Fixed reactivity after deleting a key from an object-shaped signal (#1145).
- Fixed signal patches generated when truncating arrays by setting their length.
- Fixed
data-json-signalsdisplaying nested signal objects in reverse insertion order. - Fixed clamped interpolation of descending and reversed ranges in
data-animateand@fit().