Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

v3.0.0-rc.3

Compare
Choose a tag to compare
@pi0 pi0 released this 10 May 09:02
· 1729 commits to main since this release
36512d0

πŸš€ Enhancements

Nuxt, Kit

  • #4850 Support serverHandlers/devServerHandlers shortcuts to register custom handlers

Nuxt

  • ⚠️ #4837 Upgrade nitropack to 0.4.x
  • #4834 Custom include option

🩹 Fixes

Nuxt

  • #4770 Use router.resolve to resolve initial url
  • #4781 Ensure url is not empty string
  • #4839 Clear errors after navigation
  • #4842 Check if default slot is provided before calling it
  • #4841 Normalize window location for universal router
  • #4791 Await asyncData if ssr: false
  • #4851 Add missing import to client only wrapper
  • #4857 Avoid redirect with different encoding and trailing slash

Schema

  • #4772 Exclude vite from DeepPartial
  • #4849 Add back PublicRuntimeConfig interface for augmentation

Vite

  • #4844 Use buildAssetsURL for dynamic imports
  • #4822 Ignore virtual imports that aren't in vfs

πŸ’… Refactors

Nuxt

  • #4853 Cleanup renderer entry

πŸ“– Documentation

Data-fetching

  • #4824 Fix and improve data-fetching example

API

  • #4776 Document useRoute composable
  • #4870 Fix api examples

General

  • #4831 Fix example syntax for runtime hook plugin

❀️ New Contributors