- Improve
navigate()
to render only the result of the last call when multiple happen simultaneously. (#54201)
- 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)
- Improve
data-wp-bind
hydration to match Preact's logic. (#54003)
- Add new directives that implement the Slot and Fill pattern:
data-wp-slot-provider
,data-wp-slot
anddata-wp-fill
. (#53958)
- 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)