Releases: slidevjs/slidev
Releases · slidevjs/slidev
v0.50.0-beta.7
v0.50.0-beta.6
🐞 Bug Fixes
--download
option should affectgetDefine
- by @KermanX in #1937 (688e9)- Prevent view-transition in the same slide - by @KermanX in #1942 (8adc7)
- Do not override user-provided html files - by @KermanX in #1926 (feae4)
- ToC link in Presenter Mode - by @rajxsingh and @KermanX in #1936 (b5931)
- vscode: Navigating focused slides - by @KermanX in #1933 (ba32b)
View changes on GitHub
v0.50.0-beta.5
🐞 Bug Fixes
- Monaco editor context menu in build mode - by @KermanX in #1905 (5ba14)
- Vite error overlay style when side editor is not open - by @KermanX (9d15f)
- HMR on slide facades - by @KermanX in #1913 (5666d)
- Allow to omit region name in endregion tag in code snippets - by @KermanX in #1909 (06e0f)
- Allow to omit region name in endregion tag in code snippets - by @KermanX in #1908 (d5aa6)
🏎 Performance
View changes on GitHub
v0.50.0-beta.4
v0.50.0-beta.3
v0.50.0-beta.2
v0.50.0-beta.1
🚀 Features
- Support snapshoting overview - by @antfu and @KermanX in #1843 (e37a3)
- Create extendable sync states - by @tonai in #1854 (59973)
- Rename
SlidevSync
toBuiltinSync
- by @antfu (3a3cf) - Update deps, use jiti v2 - by @antfu (4a657)
🐞 Bug Fixes
- Allow
configs.contextMenu
to benull
- by @KermanX (99225) - Disable user select in quick overview - by @antfu (7f04c)
- Automatially register languages highlighted by Shiki to Monaco Editor - by @KermanX in #1858 (bb490)
- Chinese character counting error in overview page - by @HoshinoSuzumi in #1845 and #1846 (6c97d)
- Accessibility navigation - by @Goketech and @KermanX in #1857 (74479)
- Replace
execa
withtinyexec
- by @KermanX in #1849 (458c1)