- Support keys using
data-wp-key
. (#53844) - Merge new server-side rendered context on client-side navigation. (#53853)
- Support region-based client-side navigation. (#53733)
- Allow passing optional
afterLoad
callbacks tostore
calls. (#53363)
- Add support for underscores and leading dashes in the suffix part of the directive. (#53337)
- Add an asynchronous short circuit to
useSignalEffect
to avoid infinite loops. (#53358)
- Add JSDoc comments to
store()
anddirective()
functions. (#52469)
- Remove the
wp-show
directive until we figure out its final implementation. (#53240)
- Runtime support for the
data-wp-style
directive. (#52645)