The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
Initialize a git repository in the project folder when starting a new project with frontity create. Additionally, add a --no-git option to the CLI which skips the initialization. Thanks @orballo for the contribution in the Pull Request !
Bug fixes
Script component should not define the children prop when using the src attribute. #823
Remove the internal utility verboseRegExp as comment for verbose regexp were leaking into the bundle without being deleted. Verbose regexps are documented now with TSDocs. #819
Fix a problem that prevented Frontity packages containing “webpack” in the name from being transpiled. #830
Packages Changelog
@frontity/components@1.7.3
Patch Changes
a5e08a36#823 Thanks @cristianbote! - Script component should not define the children prop when using the src attribute.
4d652ea2#788 Thanks @orballo! - Initialize a git repository in the project folder when starting a new project with frontity create. Additionally, add a --no-git option to the CLI which skips the initialization.
@frontity/wp-source@1.11.5
Patch Changes
0abc237f#819 Thanks @DAreRodz! - Remove the internal utility verboseRegExp as comment for verbose regexp were leaking into the bundle without being deleted. Verbose regexps are documented now with TSDocs.