Qwik Versions Save

Instant-loading web apps, without effort

v1.4.1

4 months ago

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: https://github.com/BuilderIO/qwik/compare/v1.4.0...v1.4.1

v1.4.0

4 months ago

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: https://github.com/BuilderIO/qwik/compare/v1.3.5...v1.4.0

v1.3.5

4 months ago

What's Changed

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.3.4...v1.3.5

v1.3.4

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.3.3...v1.3.4

v1.3.3

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.3.2...v1.3.3

v1.3.2

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.3.1...v1.3.2

v1.3.1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.3.0...v1.3.1

v1.3.0

5 months ago

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: https://github.com/BuilderIO/qwik/compare/v1.2.19...v1.3.0

v1.2.19

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.2.18...v1.2.19

v1.2.18

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.2.17...v1.2.18