v52.16.0
Added
- Load preparser also from theme
- Add overview preview mode to vscode extension
Changed
- Bump to pnpm 11, migrate shiki-magic-move to @shikijs/magic-move, update deps
Fixed
- Resolve snippets in magic move blocks
- Fix editing presenter notes on frontmatter-only slides
- Proxy virtual import globs through fs modules
- Use BASE_URL in getSlidePath for monorepo sub-directory deployments
- Handle browser open failures gracefully in cli
- Ignore nested katex tables for line highlights in client
- Hide goto dialog suggestions when dialog is closed in client
🚀 Features
- Load preparser also from theme - by @jgosmann in https://github.com/slidevjs/slidev/issues/2558 (6baeb)
- Bump to pnpm 11, migrate shiki-magic-move to @shikijs/magic-move, update deps - by @antfu in https://github.com/slidevjs/slidev/issues/2615 (9317d)
- vscode: Add overview preview mode - by @kermanx in https://github.com/slidevjs/slidev/issues/2601 (5dc7a)
🐞 Bug Fixes
- Resolve snippets in magic move blocks - by @cyphercodes in https://github.com/slidevjs/slidev/issues/2590 (6d1a8)
- Editing presenter notes on frontmatter-only slides - by @quinnypig in https://github.com/slidevjs/slidev/issues/2591 (39f52)
- Proxy virtual import globs through fs modules - by @kermanx in https://github.com/slidevjs/slidev/issues/2610 (aff98)
- Use BASE_URL in getSlidePath for monorepo sub-directory deployments - by @NgoQuocViet2001 in https://github.com/slidevjs/slidev/issues/2562 (a0c38)
- cli:
- Handle browser open failures gracefully - by @kermanx in https://github.com/slidevjs/slidev/issues/2600 (6dec3)
- client:
- Ignore nested katex tables for line highlights - by @cyphercodes, cyphercodes and @kermanx in https://github.com/slidevjs/slidev/issues/2579 (c035c)
- Hide goto dialog suggestions when dialog is closed - by @SkorbezhArtem in https://github.com/slidevjs/slidev/issues/2597 (46bce)