Skip to content

Releases: QwikDev/qwik

[email protected]

18 Jun 08:35
3ddc6c7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]

[email protected]

18 Jun 08:35
3ddc6c7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]

@qwik.dev/[email protected]

18 Jun 08:35
3ddc6c7
Compare
Choose a tag to compare
Pre-release
@qwik.dev/[email protected]

@qwik.dev/[email protected]

18 Jun 08:36
3ddc6c7
Compare
Choose a tag to compare
Pre-release

Patch Changes

@qwik.dev/[email protected]

18 Jun 08:36
3ddc6c7
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 🐞🩹 correctly serialize vnode props in production mode (by @Varixo in #7666)

[email protected]

04 Jun 21:12
495e8d9
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]

[email protected]

04 Jun 21:12
495e8d9
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]

@qwik.dev/[email protected]

04 Jun 21:12
495e8d9
Compare
Choose a tag to compare
Pre-release

Patch Changes

@qwik.dev/[email protected]

04 Jun 21:12
495e8d9
Compare
Choose a tag to compare
Pre-release

Patch Changes

@qwik.dev/[email protected]

04 Jun 21:12
495e8d9
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • ✨ new hook - useAsyncComputed$ in replacement of useComputed$ with async operations (by @Varixo in #7589)

Patch Changes

  • 🐞🩹 proper empty props diffing (by @Varixo in #7633)

  • 🐞🩹 serialize less vnode data (by @Varixo in #7636)

  • 🐞🩹 don't wrap static objects with signal (by @Varixo in #7637)

  • 🐞🩹 ensure components are only rendered when necessary (by @Varixo in #7631)

  • 🐞🩹 skip serialize functions wrapped with the noSerialize (by @Varixo in #7621)

  • 🐞🩹 reactivity for type-asserted variables in templates (by @Varixo in #7619)

  • 🐞🩹 reactivity for logical expressions in templates (by @Varixo in #7619)

  • ✨ When an error occurs during SSR due to using the browser APIs, show an explanation. (by @JerryWu1234 in #7571)