Daniel Roe
Daniel Roe
We are planning to move to [emitting absolute paths in `builder:watch` in Nuxt v4](https://github.com/nuxt/nuxt/issues/25339). You can see a little more about the history in the PR linked in that issue....
This is a very early PR to make this module compatible with [changes we expect to release in Nuxt v5](https://github.com/nuxt/nuxt/issues/25323). In [Nuxt v3.7.0](https://github.com/nuxt/nuxt/releases/tag/v3.7.0) we added support for `import.meta.*` (see [original...
This is a very early PR to make this app compatible with [changes we expect to release in Nuxt v5](https://github.com/nuxt/nuxt/issues/25323). In [Nuxt v3.7.0](https://github.com/nuxt/nuxt/releases/tag/v3.7.0) we added support for `import.meta.*` (see [original...
particularly when navigating into a movie + out again, could be nice to use Shared Element Transition API to make it smooth and beautiful
### 🔗 Linked issue ### 📚 Description This tests the upcoming Vue 3.5 release against Nuxt.
- ability to prefetch on hover (or other event) - ability to reactively enable prefetching (by setting prop `prefetch` to true later on) - [x] ~~expose composable to trigger a...
With the v4 release, we have an opportunity to simplify our current list of 'experimental' features: - [ ] remove `treeshakeClientOnly` experimental option (enabled by default since v3.0.0) - [...
- [x] set `compatibilityVersion: 4` by default - [x] https://github.com/nuxt/nuxt/issues/25333 - [x] https://github.com/nuxt/nuxt.com/pull/1919 - [ ] migrate core modules to support v4 - [ ] module migration guide - [...
At the moment runtimeConfig is resolved by Nitro which means that Nuxt modules can't access the resolved config from environment. We can resolve this in Nuxt directly to improve module...