github QwikDev/qwik @qwik.dev/router@2.0.0-beta.6

latest releases: @qwik.dev/core@2.0.0-beta.8, @qwik.dev/router@2.0.0-beta.8, @qwik.dev/react@2.0.0-beta.8...
pre-releaseone month ago

Minor Changes

  • ✨ qwikRouter middleware no longer needs qwikRouterConfig, it handles it internally (by @wmertens in #7748)

  • 🐞🩹 the SSR internal build imports @qwik-router-not-found-paths and @qwik-router-static-paths are no longer used. Instead, the data is embedded directly. This might be a breaking change for some users that forked an adapter, in that case just remove the imports. (by @wmertens in #7755)

Patch Changes

  • Bugfix - rename the view transition type in CSS to prevent default view transition on SPA navigation (by @GrandSchtroumpf in #7713)

  • 🐞🩹 getting invoke context for loaders in production (by @Varixo in #7730)

  • ✨ Server output chunk files are now under their own build/ subdir, like the client build. This makes it easier to override the chunk filenames. This is possible because the Router metadata files are now an earlier part of the build process. (by @wmertens in #7748)

Don't miss a new qwik release

NewReleases is sending notifications on new releases.