Skip to content

Releases: QwikDev/qwik

v1.3.3

10 Jan 18:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

01 Jan 22:09
3800e1c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

15 Dec 21:37
08a93f3
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

06 Dec 22:34
eda6ffd
Compare
Choose a tag to compare

Breaking Changes

  • When passing a Signal into track() directly (instead of passing a function), it returns the signal value instead of the signal itself. This behavior was already present when running inside a useResource$ callback, and now it is consistent across all Tasks.

What's Changed

New Contributors

Full Changelog: v1.2.19...v1.3.0

v1.2.19

22 Nov 03:49
9ed5e77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.18...v1.2.19

v1.2.18

16 Nov 17:10
fb1e745
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.17...v1.2.18

v1.2.17

03 Nov 19:51
1e36f23
Compare
Choose a tag to compare

What's Changed

  • fix(labs): Better handling and visibility of q-insights.json by @mhevery in #5384
  • feat(insights): Add new route visibility by @mhevery in #5385
  • fix(vite): resolution of nested dependencies by @wmertens in #5383
  • docs: fix incorrect escaping in URL by @mhevery in #5387
  • fix(insights): improve files per cluster by @mhevery in #5388
  • fix(qwik): Improve logging of vite plugin by @mhevery in #5389
  • fix(core): parent component lookup during pause by @wmertens in #5390
  • chore: clean up docs site build warnings by @mhevery in #5391
  • docs: explain custom event props and detail when PropFunction is needed by @maiieul in #5386
  • docs: don't index demos; don't duplicate meta descriptions by @mhevery in #5392
  • docs: add custom 404 page by @mhevery in #5393
  • chore(docs): small improvements to routing/index.mdx by @wmertens in #5395
  • refactor(package.json): add docs.dev & docs.preview by @maiieul in #5396
  • chore: 1.2.17 by @mhevery in #5397

Full Changelog: v1.2.16...v1.2.17

v1.2.16

01 Nov 16:39
cf50740
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.15...v1.2.16

v1.2.15

26 Oct 13:04
ac7b6f3
Compare
Choose a tag to compare

What's Changed

  • fix(vercel): [vercel-edge adapter] allow to use the node target by @Schniz in #4361
  • refactor(optimizer): remove using resolvePackageData API from Vite by @bluwy in #5312
  • feat: add outDir support to qwikInsights by @intellix in #5335
  • fix(cli): set args on interactive cli by @mpeg in #5334
  • chore: ts-ignore vite 5 types issue by @bluwy in #5341
  • chore(docs): remove warnings by @gioboa in #5345
  • style(eslint): convey a stricter restriction from just to only (examples) by @uceumice in #5340
  • feat(vite): allow disabling dev SSR server in vite by @mhevery in #5347
  • chore(docs): Small fix of file to edit by @nelsonprsousa in #5348
  • docs: Update index.mdx by @runarj in #5351
  • fix: action redirect accidentally stripped searchparams by @mhevery in #5349
  • fix: remove cf pages stream polyfill by @mpeg in #5352
  • chore: updated twitter logo to X by @Kaushik080 in #5357
  • docs: update React cheat sheet title by @mhevery in #5358
  • chore: 1.2.15 by @mhevery in #5359

New Contributors

Full Changelog: v1.2.14...v1.2.15

v1.2.14

19 Oct 17:24
e899cf2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.13...v1.2.14