@wordpress/interactivity-router 2.41.2-next.v.202603161435.0 → 2.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- ## 2.41.1-next.0 (2026-03-16)
5
+ ## 2.43.0 (2026-04-01)
6
+
7
+ ## 2.42.0 (2026-03-18)
6
8
 
7
9
  ### Bug Fixes
8
10
 
package/README.md CHANGED
@@ -7,7 +7,7 @@ The package defines an Interactivity API store with the `core/router` namespace,
7
7
  The `@wordpress/interactivity-router` package was [introduced in WordPress Core in v6.5](https://make.wordpress.org/core/2024/02/19/merge-announcement-interactivity-api/). This means this package is already bundled in Core in any version of WordPress higher than v6.5.
8
8
 
9
9
  <div class="callout callout-info">
10
- For a comprehensive guide on how client-side navigation works, including getting started, block compatibility, and advanced use cases, see the <a href="https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/core-concepts/client-side-navigation/">Client-Side Navigation guide</a>.
10
+ For a comprehensive guide on how client-side navigation works, including getting started, block compatibility, and advanced use cases, see the <a href="https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/core-concepts/client-side-navigation/">Client-Side Navigation guide</a>. To learn how to ensure your blocks are compatible with client-side navigation, see the <a href="https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/core-concepts/client-side-navigation-compatibility/">Client-Side Navigation Compatibility guide</a>.
11
11
  </div>
12
12
 
13
13
  <div class="callout callout-info">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/interactivity-router",
3
- "version": "2.41.2-next.v.202603161435.0+ab4981c4f",
3
+ "version": "2.43.0",
4
4
  "description": "Package that exposes state and actions from the `core/router` store, part of the Interactivity API.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -46,12 +46,12 @@
46
46
  },
47
47
  "types": "build-types",
48
48
  "dependencies": {
49
- "@wordpress/a11y": "^4.41.1-next.v.202603161435.0+ab4981c4f",
50
- "@wordpress/interactivity": "^6.41.2-next.v.202603161435.0+ab4981c4f",
49
+ "@wordpress/a11y": "^4.43.0",
50
+ "@wordpress/interactivity": "^6.43.0",
51
51
  "es-module-lexer": "^1.5.4"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "748f4e4564fcc0e6ae90200d90bb993a3cef5828"
56
+ "gitHead": "2cea90674d11aa521ec3f71652fb3a6a4c383969"
57
57
  }