v52.14.2
- Improve slidev skill - by @popey in https://github.com/slidevjs/slidev/issues/2479 (d7685)
- Make useIsSlideActive() based on useSlideContext().$nav.currentSlideNo instead of useNav().currentSlideNo - by @maxkurze1 in https://github.com/slidevjs/slidev/issues/2508 (6672c)
- Fuse.js search when pattern is empty - by @kermanx in https://github.com/slidevjs/slidev/issues/2520 (ce1f0)
- cli: Skip keyboard shortcut binding when stdin is not a TTY - by @sor4chi in https://github.com/slidevjs/slidev/issues/2498 (89411)
v52.14.1
- Add Mermaid renderer plugin - by @ysknsid25 in https://github.com/slidevjs/slidev/issues/2465 (29b3e)
- Respect
monacoRunAdditionalDeps, update docs and minor updates to code-runners - by @kermanx in https://github.com/slidevjs/slidev/issues/2473 (7077a) - vscode: Add missing
vscode-uridependency - by @kermanx in https://github.com/slidevjs/slidev/issues/2474 (34348)
v52.14.0
- Rename
mdcreference tocomark- by @antfu (cbb8c) - Add resizable borders to presenter mode - by @DEmmaRL, Diego Rivera and @antfu in https://github.com/slidevjs/slidev/issues/2466 (6774d)
v52.13.0
- Switch to
markdown-exit- by @antfu in https://github.com/slidevjs/slidev/issues/2468 (0d9ff)
- Race condition in concurrent slidev export - by @moreal and @kermanx in https://github.com/slidevjs/slidev/issues/2461 (807ca)
v52.12.0
- Smart image preloading with build-time extraction and runtime scheduling - by @troshab and @antfu in https://github.com/slidevjs/slidev/issues/2459 (f175d)
- Import order with import.meta.glob - by @kermanx in https://github.com/slidevjs/slidev/issues/2457 (f8396)
v52.11.4
- Add official skills - by @antfu in https://github.com/slidevjs/slidev/issues/2447 (a31ee)
- cli: Keyboard shortcuts stop working after server restart - by @ekroon in https://github.com/slidevjs/slidev/issues/2444 (d2703)
- client: Prevent word breaking in ShikiEditor - by @maximou4391 and mandre in https://github.com/slidevjs/slidev/issues/2448 (645b2)
- webfonts: Exclude
localfonts from webfonts to fetch - by @aymkx in https://github.com/slidevjs/slidev/issues/2449 (3a835)
v52.11.3
two-collayout should acceptleftslot for consistency - by @kermanx in https://github.com/slidevjs/slidev/issues/2420 (66b84)
v52.11.2
- Remove miliseconds from timer - by @Antonytm in https://github.com/slidevjs/slidev/issues/2424 (afc13)
- Should pre-bundle
ansis- by @kermanx in https://github.com/slidevjs/slidev/issues/2423 (c629d) - Prevent square brackets in code from being parsed as title - by @h-kono-it in https://github.com/slidevjs/slidev/issues/2419 (719e6)
- Twoslash code block parsing - by @antfu (89f05)
- Code block parsing - by @antfu (bfe27)
- Codeblock wrapper - by @antfu (0d17b)
- vscode: Fix line number decorations, upgrade reactive-vscode - by @kermanx and Copilot in https://github.com/slidevjs/slidev/issues/2418 (aef78)
v52.11.1
<style>tag HMR - by @kermanx in https://github.com/slidevjs/slidev/issues/2404 (9a4bd)- Reorder color conditions - by @toreis-up in https://github.com/slidevjs/slidev/issues/2411 (ca2c5)
- Stop the timerbar when timer paused - by @toreis-up in https://github.com/slidevjs/slidev/issues/2410 (8b1a1)