December 15th, 2023
What's Changed
- fix(playground): block 1.3.0 by @wmertens in https://github.com/BuilderIO/qwik/pull/5538
- docs: show-updated-docs by @AmirSa12 in https://github.com/BuilderIO/qwik/pull/5516
- docs: (add list item) Add qwik-d3 to the library list by @gilf in https://github.com/BuilderIO/qwik/pull/5544
- docs: add qwik-storefront-ui library by @gioboa in https://github.com/BuilderIO/qwik/pull/5548
- docs: change image url by @gioboa in https://github.com/BuilderIO/qwik/pull/5549
- chore(starters): add type module to package.json by @nelsonprsousa in https://github.com/BuilderIO/qwik/pull/5553
- refactor(types): optimize, QRL props, PropsOf, track(Signal) type, ... by @wmertens in https://github.com/BuilderIO/qwik/pull/5550
- fix(repl): don't propose broken versions by @wmertens in https://github.com/BuilderIO/qwik/pull/5560
- fix: remove dependency on vitefu causing playground failures by @mhevery in https://github.com/BuilderIO/qwik/pull/5562
- fix: better deprecation notice on qwikevents by @wmertens in https://github.com/BuilderIO/qwik/pull/5568
- fix: use existing local .eslintrc configuration by @gioboa in https://github.com/BuilderIO/qwik/pull/5563
- test(lint): break up lint tests into separate files by @mhevery in https://github.com/BuilderIO/qwik/pull/5572
- refactor(qwik): add
__qwik_serializable__
brand to types by @mhevery in https://github.com/BuilderIO/qwik/pull/5576 - fix(lint): allow event methods to capture
PropFunction
by @mhevery in https://github.com/BuilderIO/qwik/pull/5578 - chore(eslint-plugin-qwik): add 'qwik/no-use-visible-task': 'warn' to strict by @maiieul in https://github.com/BuilderIO/qwik/pull/5575
- fix:
server$
and AbortSignal types by @mhevery in https://github.com/BuilderIO/qwik/pull/5581 - fix(qwik): restore bivarience hack by @mhevery in https://github.com/BuilderIO/qwik/pull/5587
- chore(insights): correct failing build by @mhevery in https://github.com/BuilderIO/qwik/pull/5586
- docs(usevisibletask$): reduce eslint noUseVisibleTask message + transfer to docs by @maiieul in https://github.com/BuilderIO/qwik/pull/5583
- docs: remove console warning by @gioboa in https://github.com/BuilderIO/qwik/pull/5590
- fix(qwik-city): Scroll Position doesn't reset to 0 when it was triggered by an Action. by @iamriajul in https://github.com/BuilderIO/qwik/pull/5588
- feat(qwik): Experimental support for synchronous QRL
sync$()
. by @mhevery in https://github.com/BuilderIO/qwik/pull/5545 - chore: 1.3.1 by @mhevery in https://github.com/BuilderIO/qwik/pull/5595
New Contributors
- @AmirSa12 made their first contribution in https://github.com/BuilderIO/qwik/pull/5516
- @iamriajul made their first contribution in https://github.com/BuilderIO/qwik/pull/5588
Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.3.0...v1.3.1