Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

47 lines (26 loc) · 1.97 KB

Unreleased

Enhancements

  • Improve navigate() to render only the result of the last call when multiple happen simultaneously. (#54201)

2.2.0 (2023-08-31)

Enhancements

  • 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)

New Features

  • Add new directives that implement the Slot and Fill pattern: data-wp-slot-provider, data-wp-slot and data-wp-fill. (#53958)

2.1.0 (2023-08-16)

New Features

  • Allow passing optional afterLoad callbacks to store calls. (#53363)

Bug Fix

  • 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)

Enhancements

  • Add JSDoc comments to store() and directive() functions. (#52469)

2.0.0 (2023-08-10)

Breaking Change

  • Remove the wp-show directive until we figure out its final implementation. (#53240)

1.2.0 (2023-07-20)

New Features

  • Runtime support for the data-wp-style directive. (#52645)