👉 Changelog
🚀 Enhancements
- Pass nuxt instance to
getCachedData
(#1156) - Port upstream
useLazyFetch
(#1137) - Add option not to use
@vitejs/plugin-legacy
(#1164) - Support async
transform
inuseAsyncData
(#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
andfrom
inbeforeEach
(#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
- Ryota Watanabe (@wattanx)
- Danila Rodichkin (@daniluk4000)
- Daniel Roe (@danielroe)