fuxt
fuxt copied to clipboard
A complete Headless WordPress tech stack built on Nuxt.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Currently WordPress is saving Blur Hash's with every image as an ACF field. What is a Blur Hash? https://github.com/woltapp/blurhash We just need to use that Blur Hash in the wp-image...
The `100dvh` unit should solve the 100vh issue on mobile. https://caniuse.com/viewport-unit-variants https://www.bram.us/2021/07/08/the-large-small-and-dynamic-viewports/
Let's replace this sort of code: ```const pages = _get(data, "creators.children.nodes", []) || []``` With this: ```const pages = data?.creators?.children?.nodes || []```
Would be nice to have better examples of pages/templates and the GQL that goes with them.
Swap out WebFontLoader for this I think: https://github.com/danielroe/nuxt-font-metrics
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Update WP-Image component to show featured thumbnail still image on mobile if device is in low-power mode (so that users don't see the play icon for the video).