Skip to content

Releases: QwikDev/qwik

v1.4.1

25 Jan 14:05
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

18 Jan 17:57
Compare
Choose a tag to compare

What's Changed

  • Types have changed a bit, now JSX components output JSXOutput instead of JSXNode, which captures the existing possibility to return strings, booleans, arrays etc.
  • The Link component now automatically prefetches the JS needed
  • When SPA routing fails, it will now use MPA routing as a fallback
  • Various bugfixes

PRs merged

New Contributors

Full Changelog: v1.3.5...v1.4.0

v1.3.5

12 Jan 10:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4

11 Jan 17:54
c07e555
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.3.4

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