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.
Send a X-Frontity-Dev header when Frontity is run in development mode. Useful to know what type of error should be shown in the Embedded mode plugin. #798
Prevent inifinite scroll from loading the same post twice if the post’s link contains a query string. #804
Fix the Post component in mars-theme and twentytwenty-theme to render attachment pages properly. #799
Update image links in mars-theme and twentytwenty-theme README.md files. #797
Remove a negative lookbehind in the verboseRegExp function. #810
Packages Changelog
@frontity/core@1.13.0
Minor Changes
8d6dbd5e#798 Thanks @luisherranz! - Send a X-Frontity-Dev header when Frontity is run in development mode. Useful to know what type of error should be shown in the Embedded mode plugin.
@frontity/hooks@2.2.2
Patch Changes
c4d7ef9f#804 Thanks @michalczaplinski! - Prevent inifinite scroll from loading the same post twice if the post’s link contains a query string.
3108535b#810 Thanks @DAreRodz! - Remove a negative lookbehind in the verboseRegExp function.
df7d6c42#806 Thanks @michalczaplinski! - Fix an incorrect regular expression which matches the link with internal redirections when a homepage is defined in state.source.