Skip to content

v0.7.0

Compare
Choose a tag to compare
@harlan-zw harlan-zw released this 20 Aug 14:39
· 399 commits to main since this release

Nuxt Scripts Is Officially Released 🎉

Read the official announcement.

In version 0.7.0 we move from a public preview to a beta release candidate for Nuxt Scripts.

In this update, the underlying useScript API from Unhead has had several deprecations, for what we feel is a more robust, intuitive way of interacting with your scripts. If you'd like to learn more about these deprecations, please read the deprecate implicit proxy and $script and safer lifecycle hooks onLoaded, onError PRs or consult the updated documentation.

Additionally, some major improvements have been made to the Google Maps facade component.

With this version onwards, you can expect improved stability, active maintenance and documentation improvements until we get to a stable release. New scripts will be limited during this time, however, feel free to Request a new registry script.

⚠️ Breaking Changes

  • Requires Unhead 1.10.0: You may need to run nuxi cleanup --force to upgrade.
  • <ScriptGoogleMaps> has had a major rework, please see (#191)
  • <ScriptVimeo> has had internal API changes, please see (#204)

🩹 Fixes

  • Registry scripts bundling with scriptOptions.bundle (0c7906e)
  • vimeo: ⚠️ Broken player, refactor props (#204)

❤️ Contributors