v52.17.0
Added
- Add memory router mode
- Add offline support via opt-in PWA precaching
- Add built-in MCP server to CLI
- Power AutoFitText with fitty
- Expose preloadProgress and preloadComplete from the image preloader
Fixed
- Fix runtime image preloader never receiving slide.images
- Pre-bundle @fix-webm-duration/fix for dev recording import
- Use Node.js 24 on Netlify
- Keep slide paths relative to router base
- Retry failed image preloads instead of giving up silently
🚀 Features
- Add
memoryrouter mode - by @quinnypig in https://github.com/slidevjs/slidev/issues/2660 (657a4) - Offline support via opt-in PWA precaching - by @quinnypig and @antfubot in https://github.com/slidevjs/slidev/issues/2651 (5cd76)
- cli:
- Built-in MCP server - by @antfubot in https://github.com/slidevjs/slidev/issues/2661 (04a9e)
- client:
- Power AutoFitText with fitty - by @antfubot in https://github.com/slidevjs/slidev/issues/2658 (351b2)
- Expose preloadProgress / preloadComplete from the image preloader - by @quinnypig in https://github.com/slidevjs/slidev/issues/2650 (d437d)
🐞 Bug Fixes
- Runtime image preloader never received slide.images - by @quinnypig in https://github.com/slidevjs/slidev/issues/2648 (a0bd1)
- Pre-bundle @fix-webm-duration/fix for dev recording import - by @lazerg in https://github.com/slidevjs/slidev/issues/2657 (6b4b1)
- Use Node.js 24 on Netlify - by @serhalp in https://github.com/slidevjs/slidev/issues/2654 (5a2a7)
- Keep slide paths relative to router base - by @inaku-Gyan and @antfubot in https://github.com/slidevjs/slidev/issues/2630 (c63cb)
- client: Retry failed image preloads instead of giving up silently - by @quinnypig in https://github.com/slidevjs/slidev/issues/2649 (ecf9b)