Carlos Bravo
Carlos Bravo
## What? Add getElement and getContext functions to the API Reference in Interactivity API. ## Why? Those functions will be widely used. In special getContext(). Should be added to the...
Trac ticket: https://core.trac.wordpress.org/ticket/61044 This PR aims to improve the developer experience of the Interactivity API server directives processing. Right now, the SSR won't work if there is any directive inside...
## What? Similar to #61249, the Interactivity API throws an error in these two cases: - If the namespace is an empty string. - If the namespace defined on `data-wp-interactive`...
This section could probably use some comments about how strings are being split up and what we expect to find in each part. We've even got a constant `wp` that's...
## What? This PR adds the capability of connecting attributes with custom fields via block bindings. Previously, the only way to do it was by updating the post content via...
## What Remove jQuery from `user-notes.js` ## Why jQuery is known to inflate the bundle size of packages, and in most cases, it can be replaced with native language functionality.
## What The PR fixes a bug, that was previously pointing to a null element `$( '#comments' )`. It also removes jQuery to use plain JS. https://github.com/user-attachments/assets/cfe92f74-95ab-4e30-94e3-2b97cd4fa0e5
## What Remove jQuery from `user-notes-preview.js` ## Why jQuery is known to inflate the bundle size of packages, and in most cases, it can be replaced with native language functionality.
Before block bindings, all the movies and actors data were coming from post-meta in form of custom blocks. This PR replaces them with block bindings. We want this project to...
## What? Initial draft for Block Bindings ## Why? Documentation is necessary.