Skip to content

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

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Mar 19:33
· 42 commits to main since this release
7fc6984

Minor Changes

  • ✨ The optimizer now hoists QRLs without captures to the module scope. This means that only one instance of the QRL will be created. (by @wmertens in #8388)

  • ✨ The optimizer will now extract captures from QRL event handlers and move them to their string tag. This allows moving the QRL to the module scope, giving better performance. (by @wmertens in #8388)

  • ✨ The optimizer can now handle self-references. This means that e.g. an AsyncSignal can write to itself. (by @wmertens in #8388)