@sveltejs/kit@2.34.0
📦 sveltekitView on GitHub →
✨ 1 features🐛 3 fixes🔧 4 symbols
Summary
This release introduces dynamic environment variable access during prerendering and includes several bug fixes related to fetch response headers, load data serialization, and asset handling.
✨ New Features
- Allow dynamic env access during the prerendering process.
🐛 Bug Fixes
- Clone fetch responses to ensure headers remain mutable.
- Serialize server load data before passing it to universal load to prevent issues with mutations.
- Enable the asset(...) function to be used correctly with imported assets.
🔧 Affected Symbols
envfetchloadasset