Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 1.44 KB

Unreleased

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)

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)