@qwik.dev/core@2.0.0-beta.25
📦 qwikView on GitHub →
✨ 1 features🐛 4 fixes
Summary
This release focuses on performance improvements, reducing serialized state size by up to 30%, and fixing several bugs related to event handling, qrl capturing, and binding directives.
✨ New Features
- Serialized state size reduced by up to 30%.
🐛 Bug Fixes
- Event calls for disconnected elements are now ignored.
- Block scoped variables in a loop are now correctly captured by qrls.
- Resuming vnodes with non-qwik elements in the middle is fixed.
- bind:value and bind:checked conversions are corrected in some edge cases.