Skip to content

v3.2.0

Compare
Choose a tag to compare
@danielroe danielroe released this 22 Apr 21:40
· 11 commits to main since this release
07ef19e

👉 Changelog

compare changes

🚀 Enhancements

  • Pass nuxt instance to getCachedData (#1156)
  • Port upstream useLazyFetch (#1137)
  • Add option not to use @vitejs/plugin-legacy (#1164)
  • Support async transform in useAsyncData (#1173)
  • Add opts param to useRequestURL (#1182)

🔥 Performance

  • Unsubscribe from watch when scope is disposed (#1172)
  • nuxt: Unsubscribe from asyncData watch when unmounting (#1185)

🩹 Fixes

  • Handle failure creating BroadcastChannel (#1155)
  • Watch custom cookieRef values deeply (#1162)
  • Use route and from in beforeEach (#1166)

📖 Documentation

  • Add deprecated to pending (#1184)

🏡 Chore

  • Remove base prepack script (aafa250)

✅ Tests

  • Unbreak test:fixtures:webpack (f0b2ea4)

🤖 CI

  • Enable browser option (#1141)

❤️ Contributors