David Arenas
David Arenas
Hi! I've been testing the library for SSR and it seems that is not working, in case you could check that.
**What**: Get middlewares exposed by Frontity packages in the `server` property and register them into the Koa server. Co-authored-by: @cristianbote **Why**: To close #696 **Tasks**: - [ ] Code -...
**What**: Render an `` tag for each slot configured in settings. **Why**: To close #714 **How**: Creating an `AmpAd` component that would be rendered if `frontity.mode` is `amp`. **Tasks**: -...
**_Bug report_** - I've updated both my project and my packages to the latest Frontity versions: https://docs.frontity.org/guides/keep-frontity-updated - I've searched for existing issues. - I've checked the documentation: https://docs.frontity.org -...
**What**: Fix `Processor` return type. **Why**: Right now, TypeScript complains when a processor returns `null`, which is how nodes are removed. There is an example in the [`@frontity/html2react` docs](https://github.com/frontity/frontity/pull/448), but...
It would be nice that Himalaya handles weird cases like browsers do, e.g. the following code: ```html ``` In Himalaya, the resulting JSON is an element `` wrapping an element...
## What? This is a simple reimplementation of the Price Filter block using the Interactivity API to filter a list of products by price. Supersedes https://github.com/woocommerce/woocommerce-blocks/pull/8221 Tracking issue: https://github.com/woocommerce/woocommerce/issues/42486 ##...
## What? Epic: https://github.com/WordPress/gutenberg/issues/56803 Related discussion: https://github.com/WordPress/gutenberg/discussions/53056 WIP ## Why? ## How? ## Testing Instructions ### Testing Instructions for Keyboard ## Screenshots or screencast
- Part of https://github.com/WordPress/gutenberg/issues/41236. --- We completed everything for the [first public release of the Interactivity API](https://github.com/WordPress/gutenberg/issues/56803) in WordPress 6.5. Now, during the next iteration―which is going to be shorter―,...
Syncs the changes from the following PR: - https://github.com/WordPress/gutenberg/pull/60514 Enqueues a different Interactivity API runtime version with `preact/debug` when `SCRIPT_DEBUG` is enabled. Trac ticket: https://core.trac.wordpress.org/ticket/61171 --- **This Pull Request is...