@sveltejs/kit@2.48.5
Breaking Changes📦 sveltekit
⚠ 1 breaking🐛 3 fixes🔧 3 symbols
Summary
This patch release focuses on stability fixes for initialization and preloading, alongside a breaking change to the RemoteFormIssue type structure.
⚠️ Breaking Changes
- The RemoteFormAllIssue type has been deleted. Use RemoteFormIssue instead, which now includes a path property.
Migration Steps
- Replace any references to RemoteFormAllIssue with RemoteFormIssue and update logic to utilize the new path property.
🐛 Bug Fixes
- Added a microtask delay in development mode before calling $_init_$ to ensure proper initialization.
- Ensured preload forks are discarded before new ones are created to prevent resource leaks or race conditions.
- Updated RemoteFormIssue to include the missing path property.
🔧 Affected Symbols
$_init_$RemoteFormAllIssueRemoteFormIssue