Skip to content

@qwik.dev/core@2.0.0-beta.37

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 17:17
· 21 commits to main since this release
82dc74d

Minor Changes

  • ✨ reject server-only modules from client builds (by @Varixo in #8605)

Patch Changes

  • 🐞🩹 prevent streamed event handlers from resuming before container state is ready (by @Varixo in #8689)

  • 🐞🩹 When a component$ wasn't loaded yet, it would use stale props by the time it resolved and executed. (by @wmertens in #8501)

  • 🐞🩹 make repeated HMR JSX remove and restore updates reload QRLs before rerendering (by @thejackshelton-kunaico in #8695)