-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactivity API: new store() API docs #56764
Conversation
Flaky tests detected in a60bd69. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7103564045
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We made some changes and this looks great to me 🙂
@vcanales can we include this PR into 17.2? Thanks in advance! |
* New store() API docs * Update interactivity API diagram * Small fixes to the docs * Update interactivity docs assets * Update `data-wp-interactive` in getting started * Add docs for private stores * Slightly improve `wp-class` example * Clarify `store()` returns the same references * Mention how to read props from other ns --------- Co-authored-by: Mario Santos <[email protected]> Co-authored-by: David Arenas <[email protected]>
Backported to 17.2 RC |
* New store() API docs * Update interactivity API diagram * Small fixes to the docs * Update interactivity docs assets * Update `data-wp-interactive` in getting started * Add docs for private stores * Slightly improve `wp-class` example * Clarify `store()` returns the same references * Mention how to read props from other ns --------- Co-authored-by: Mario Santos <[email protected]> Co-authored-by: David Arenas <[email protected]>
What?
Update the Interactivity API docs to accommodate the changes introduced in:
store()
API #55459Fixes #56640
Tracking Issues:
store()
API #53740Why?
Because we merged that PR without a documentation update.
How?
By working on the API reference document.
I did this pretty fast, so I've probably missed some things. It needs a thorough review.