January 25th, 2024
Overview
- Try harder to prevent dirty tasks on SSR
- AWS middleware in
qwik-city
- File filter option to make Qwik work better with Astro
qwik-auth
can now handle multiple cookies- Node adapters in
qwik-city
now read .env files - Bugfixes in various service workers, starter CSS build, etc
- Dependency updates
Thanks to all contributors!
Commits
- chore(starters): update 🐼 PandaCSS integration dev dependency by @mrhoodz in https://github.com/BuilderIO/qwik/pull/5739
- docs: add Valibot website to showcases by @fabian-hiller in https://github.com/BuilderIO/qwik/pull/5740
- fix: multiple cookies in qwik-auth by @ksjogo in https://github.com/BuilderIO/qwik/pull/5602
- feat(qwik-city): AWS adapter middleware by @leifermendez in https://github.com/BuilderIO/qwik/pull/5732
- docs: fix code highlight by downgrading rehype-pretty-code by @Balastrong in https://github.com/BuilderIO/qwik/pull/5742
- feat(starters): add dotenv in node adapters by @hassanzohdy in https://github.com/BuilderIO/qwik/pull/5749
- fix(docs): Validate origin on postmessage by @STRd6 in https://github.com/BuilderIO/qwik/pull/5751
- feat(vite): new file filter option by @thejackshelton in https://github.com/BuilderIO/qwik/pull/5752
- fix(ssr): dirty tasks by @wmertens in https://github.com/BuilderIO/qwik/pull/5741
- fix(qwik): ensure that SW cache is properly opened by @mhevery in https://github.com/BuilderIO/qwik/pull/5748
- fix: insights error handling and qwik-city json imports by @wmertens in https://github.com/BuilderIO/qwik/pull/5754
- fix(prefetch-sw): await cache opening by @wmertens in https://github.com/BuilderIO/qwik/pull/5759
- chore: updates by @wmertens in https://github.com/BuilderIO/qwik/pull/5760
- fix(sw-prefetch): prevent uninitialized cache use by @wmertens in https://github.com/BuilderIO/qwik/pull/5761
- fix(sw-prefetch): cache handling by @wmertens in https://github.com/BuilderIO/qwik/pull/5764
- fix: duplicated css code in global.css in starter template by @linkfang in https://github.com/BuilderIO/qwik/pull/5763
- feat(repl): use bundled qwik and prettier versions by @wmertens in https://github.com/BuilderIO/qwik/pull/5755
- fix(sw-prefetch): clone on reuse by @wmertens in https://github.com/BuilderIO/qwik/pull/5765
- chore: 1.4.1 by @wmertens in https://github.com/BuilderIO/qwik/pull/5766
New Contributors
- @STRd6 made their first contribution in https://github.com/BuilderIO/qwik/pull/5751
Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.0...v1.4.1