- Added keep-alive prop for <nuxt/> and <nuxt-child/>, optional build.maxChunkSize, .jsx file support, options.ignore, and ability to inject <noscript> tags via head.
- Fixed numerous issues: external URL redirects in generate, ssrContext.error handling, postcss import aliasing, plugin error handling, multiple components per route, exact route resolution, middleware redirect behavior, and improved 404 e...
- Added new example projects showcasing keep-alive, custom scroll behavior, and watchQuery usage.