Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 1.28 KB

@builder.io/qwik-city

1.7.2

Patch Changes

    • built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by @wmertens in #6715) If you have trouble with Typescript, ensure that you use moduleResolution: "Bundler" in your tsconfig.json.
    • @builder.io/qwik no longer depends on undici
  • During dev mode, qwik-city will no longer serve files from dist/, which are very likely to be stale/incorrect. Furthermore, query parameters are taken into account when serving files (like production servers would do). (by @wmertens in #6694)

  • qwik-city is now more careful about redirects after requesting routeLoader data (by @wmertens in #6740)

  • strip internal search parameters in canonical URLs (by @wmertens in #6694)

  • Support entry.ts routes in dev mode now that dist/ is no longer served, and special-case repl-sw.js in the docs. (by @wmertens in #6706)