From c72b8b768f3bd3dd13b6647044646fcd456a8a02 Mon Sep 17 00:00:00 2001 From: Luis Herranz Date: Wed, 14 Aug 2024 16:27:33 +0200 Subject: [PATCH] Add missing changes to the changelog for the PR #62734 --- packages/interactivity/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/interactivity/CHANGELOG.md b/packages/interactivity/CHANGELOG.md index 6eb664984e1e53..52707b70ba5a7b 100644 --- a/packages/interactivity/CHANGELOG.md +++ b/packages/interactivity/CHANGELOG.md @@ -4,14 +4,24 @@ ## 6.5.0 (2024-08-07) +### Enhancements + +- Refactor internal proxy and signals system ([#62734](https://github.com/WordPress/gutenberg/pull/62734)). + +### Bug Fixes + +- Prevent overriding of existing properties on state and context after a client-side navigation ([#62734](https://github.com/WordPress/gutenberg/pull/62734)). + ## 6.4.0 (2024-07-24) ## 6.3.0 (2024-07-10) ## 6.2.0 (2024-06-26) + ### Enhancements - Export `splitTask` function from `@wordpress/interactivity` package to facilitate yielding to the main thread. See example in [async actions](https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/interactivity-api/api-reference.md#async-actions) documentation. ([#62665](https://github.com/WordPress/gutenberg/pull/62665)) + ## 6.1.0 (2024-06-15) ## 6.0.0 (2024-05-31)