@builder.io/qwik@1.19.0
📦 qwikView on GitHub →
✨ 1 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces an efficiency improvement to untrack() and resolves several bugs related to SSR preloading and bundle size optimization.
✨ New Features
- untrack() now accepts signals and stores directly, as well as accepting arguments when you pass a function, improving efficiency for retrieving values without subscribing.
🐛 Bug Fixes
- Prevented merging useVisibleTask$ code with other segments to avoid overpreloading when entry contains many transitive imports.
- Fixed duplicated preload bundles in SSR preload.
- Filtered out core.js and preloader.js references in q-manifest and bundle-graph for smaller outputs.