@sveltejs/kit@2.52.0
📦 sveltekitView on GitHub →
✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
This release introduces a new `match` function for path mapping and fixes issues related to anchor navigation and type resolution based on trailing slash settings.
✨ New Features
- Added a new `match` function to map a path back to a route id and parameters.
🐛 Bug Fixes
- Ensured scroll-margin is respected when navigating to a URL-supplied anchor.
- The `resolve` function now narrows types to correctly follow trailing slash page settings.