January 4th, 2023
Breaking change
Install undici: https://github.com/nodejs/undici
Undici is the official polyfill of the Fetch APIs in Node, starting with Node 18, it will not be required, in the meantime, it needs to be installed:
npm install undici
yarn add undici
pnpm add undici
What's Changed
- docs: replace the entire parent value to update the store by @Pika-Pool in https://github.com/BuilderIO/qwik/pull/2463
- chore: update docs to beta by @manucorporat in https://github.com/BuilderIO/qwik/pull/2460
- docs: fix example passing number as value for
onClick$
by @Pika-Pool in https://github.com/BuilderIO/qwik/pull/2471 - docs: replace
useMount$
,useClientMount$
,useServerMount$
anduseWatch$
withuseTask$
on docs by @zanettin in https://github.com/BuilderIO/qwik/pull/2467 - Update index.mdx by @pnilssson in https://github.com/BuilderIO/qwik/pull/2448
- fix(azure): change directory layout for Azure SWA to make tooling work by @derkoe in https://github.com/BuilderIO/qwik/pull/2469
- refactor: deprecate top layout feature by @adamdbradley in https://github.com/BuilderIO/qwik/pull/2472
- docs: fix link and typo by @forresst in https://github.com/BuilderIO/qwik/pull/2449
- fix: server symbols should be stripped in the transform for clients by @jwickers in https://github.com/BuilderIO/qwik/pull/2404
- Add useId() to support SSR id generation by @n8sabes in https://github.com/BuilderIO/qwik/pull/2466
- docs: remove top layout feature link by @zanettin in https://github.com/BuilderIO/qwik/pull/2474
- docs: fix path to CF env variables by @zanettin in https://github.com/BuilderIO/qwik/pull/2476
- fix: cleanse ssr attribute name and class value by @adamdbradley in https://github.com/BuilderIO/qwik/pull/2475
- feat: ability to disable ssg from server by @adamdbradley in https://github.com/BuilderIO/qwik/pull/2481
- feat: cookies.getAll() by @adamdbradley in https://github.com/BuilderIO/qwik/pull/2482
- docs: typo fix to quik city overview by @willbuck in https://github.com/BuilderIO/qwik/pull/2484
- release: qwik-city 0.1.0-beta5 by @adamdbradley in https://github.com/BuilderIO/qwik/pull/2486
- docs: add builder.io OSS header bar by @mhevery in https://github.com/BuilderIO/qwik/pull/2440
- docs: remove duplicate builder bar by @mhevery in https://github.com/BuilderIO/qwik/pull/2489
- docs(media):
Qwik: The Lightest, Fastest Way to Build Web Apps
by @mhevery in https://github.com/BuilderIO/qwik/pull/2498 - docs: Move Deployments / Integration section into a seperate top level by @reemardelarosa in https://github.com/BuilderIO/qwik/pull/2497
- docs: added cheatsheet for best practices by @reemardelarosa in https://github.com/BuilderIO/qwik/pull/2266
- docs: update builder content site and margin by @mhevery in https://github.com/BuilderIO/qwik/pull/2502
- remove unwanted extra parenthesis by @MasterMousa in https://github.com/BuilderIO/qwik/pull/2508
- docs: mobile sidebar fix by @zanettin in https://github.com/BuilderIO/qwik/pull/2503
- modify the docs link by @ColynYu in https://github.com/BuilderIO/qwik/pull/2500
- fix: qwik-city build, render stream by @adamdbradley in https://github.com/BuilderIO/qwik/pull/2488
- release: qwik-city 0.1.0-beta6 by @adamdbradley in https://github.com/BuilderIO/qwik/pull/2511
- docs: several improvements by @zanettin in https://github.com/BuilderIO/qwik/pull/2512
- docs: added ref attrib to component docs by @zanettin in https://github.com/BuilderIO/qwik/pull/2504
- docs: added playwright integration section by @zanettin in https://github.com/BuilderIO/qwik/pull/2513
- fix: treeshake isServer/isBrowser correctly by @manucorporat in https://github.com/BuilderIO/qwik/pull/2527
- docs: add playwright and styled-vanilla-extract in the menu by @forresst in https://github.com/BuilderIO/qwik/pull/2526
- Update styled-vanilla-extract Integration Script's Version by @Kesmek in https://github.com/BuilderIO/qwik/pull/2516
- docs: change links by @pamenary in https://github.com/BuilderIO/qwik/pull/2530
- docs: remove extra code (Partytown) by @pamenary in https://github.com/BuilderIO/qwik/pull/2529
- ⚡️ add my personal site to the showcase by @shaunchander in https://github.com/BuilderIO/qwik/pull/2424
- docs: add Vercel Edge integration to adaptors by @ahashem95 in https://github.com/BuilderIO/qwik/pull/2522
- fix(eslint): allow any as $ attribute by @manucorporat in https://github.com/BuilderIO/qwik/pull/2534
- fix: exception when form autocompletes and key is undefined by @jwickers in https://github.com/BuilderIO/qwik/pull/2407
- Fix Qwik-City hang & enable vite server proxies by @n8sabes in https://github.com/BuilderIO/qwik/pull/2542
- chore(starter): add eslint rule for consistent type imports by @DNI9 in https://github.com/BuilderIO/qwik/pull/2494
- fix: link to Vercel adaptor README by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/2537
- perf: optimize props destructuring by @manucorporat in https://github.com/BuilderIO/qwik/pull/2545
- fix: dev server node streaming apis by @manucorporat in https://github.com/BuilderIO/qwik/pull/2547
- fix: undici as peerDependency by @manucorporat in https://github.com/BuilderIO/qwik/pull/2548
- feat: useRender() by @manucorporat in https://github.com/BuilderIO/qwik/pull/2550
- Fix plugin scoping for namespaced packages by @JanJakes in https://github.com/BuilderIO/qwik/pull/2521
- Release 16 2 by @manucorporat in https://github.com/BuilderIO/qwik/pull/2552
New Contributors
- @Pika-Pool made their first contribution in https://github.com/BuilderIO/qwik/pull/2463
- @pnilssson made their first contribution in https://github.com/BuilderIO/qwik/pull/2448
- @n8sabes made their first contribution in https://github.com/BuilderIO/qwik/pull/2466
- @willbuck made their first contribution in https://github.com/BuilderIO/qwik/pull/2484
- @ColynYu made their first contribution in https://github.com/BuilderIO/qwik/pull/2500
- @pamenary made their first contribution in https://github.com/BuilderIO/qwik/pull/2530
- @shaunchander made their first contribution in https://github.com/BuilderIO/qwik/pull/2424
- @DNI9 made their first contribution in https://github.com/BuilderIO/qwik/pull/2494
- @hamatoyogi made their first contribution in https://github.com/BuilderIO/qwik/pull/2537
- @JanJakes made their first contribution in https://github.com/BuilderIO/qwik/pull/2521
Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.16.1...v0.16.2