Skip to content

1.3.0

Choose a tag to compare

@SupremeTechnopriest SupremeTechnopriest released this 04 Sep 00:18
· 4 commits to master since this release

⚡️ Features

  • Static Prerenderer: Added static site pre-rendering. When a bot or crawler requests your site, they will be served a pre-rendered (Google style Dynamic Rendering). This will allow your dynamic/client-side websites to be indexed more often and also boosts your Lighthouse score.

  • Dynamic Fragments: Added the ability to isolate dynamic HTML from the rest of your static content. This allows your page's HTML to be cached while preserving dynamic features by automatically moving the request to the client-side. See the docs.

✨ Enhancements

  • Improved Shopify Redirect. It's now easier to set up the Shopify redirect. See the docs.
  • Added support for rewriting of URLs with an inferred protocol. (Eg. //cdn.shopify.com/files/cat.png).
  • Improved asset tagging to enable purging of off-origin assets.

🐞 Bugfixes

  • Fixed a bug where the /checkout shortcut on Shopify would redirect you to the cart page.
  • Fixed a bug that prevented fonts imported by CSS with relative URLs from loading.