October 26th, 2023
What's Changed
- fix(vercel): [vercel-edge adapter] allow to use the
node
target by @Schniz in https://github.com/BuilderIO/qwik/pull/4361 - refactor(optimizer): remove using resolvePackageData API from Vite by @bluwy in https://github.com/BuilderIO/qwik/pull/5312
- feat: add outDir support to qwikInsights by @intellix in https://github.com/BuilderIO/qwik/pull/5335
- fix(cli): set args on interactive cli by @mpeg in https://github.com/BuilderIO/qwik/pull/5334
- chore: ts-ignore vite 5 types issue by @bluwy in https://github.com/BuilderIO/qwik/pull/5341
- chore(docs): remove warnings by @gioboa in https://github.com/BuilderIO/qwik/pull/5345
- style(eslint): convey a stricter restriction from
just
toonly
(examples) by @uceumice in https://github.com/BuilderIO/qwik/pull/5340 - feat(vite): allow disabling dev SSR server in vite by @mhevery in https://github.com/BuilderIO/qwik/pull/5347
- chore(docs): Small fix of file to edit by @nelsonprsousa in https://github.com/BuilderIO/qwik/pull/5348
- docs: Update index.mdx by @runarj in https://github.com/BuilderIO/qwik/pull/5351
- fix: action redirect accidentally stripped searchparams by @mhevery in https://github.com/BuilderIO/qwik/pull/5349
- fix: remove cf pages stream polyfill by @mpeg in https://github.com/BuilderIO/qwik/pull/5352
- chore: updated twitter logo to X by @Kaushik080 in https://github.com/BuilderIO/qwik/pull/5357
- docs: update React cheat sheet title by @mhevery in https://github.com/BuilderIO/qwik/pull/5358
- chore: 1.2.15 by @mhevery in https://github.com/BuilderIO/qwik/pull/5359
New Contributors
- @Schniz made their first contribution in https://github.com/BuilderIO/qwik/pull/4361
- @bluwy made their first contribution in https://github.com/BuilderIO/qwik/pull/5312
- @intellix made their first contribution in https://github.com/BuilderIO/qwik/pull/5335
- @nelsonprsousa made their first contribution in https://github.com/BuilderIO/qwik/pull/5348
- @Kaushik080 made their first contribution in https://github.com/BuilderIO/qwik/pull/5357
Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.2.14...v1.2.15