Releases: slidevjs/slidev
Releases · slidevjs/slidev
v0.49.18
🚀 Features
- Allow to customize markdown transformers - by @kermanx and autofix-ci[bot] in #1767 (6293e)
- vscode: Add Slidev language server - by @johnsoncodehk, @kermanx, autofix-ci[bot] and @antfu in #1743 (73f5b)
View changes on GitHub
v0.49.17
✨ Highlights
- Visit our brand new docs at https://sli.dev! It has a huge improvement in readability.
- Relative path inside slides content like

is now supported.
🚀 Features
- Support relative import inside slides - by @kermanx in #1744 (42d56)
- Allow Mermaid setup function to be async - by @kermanx in #1741 (82af1)
🐞 Bug Fixes
- Non-arrow drag controls - by @kermanx in #1740 (29576)
- Code block regex - by @kermanx in #1755 (4982e)
- Hmr experience - by @kermanx and autofix-ci[bot] in #1708 (d7f41)
View changes on GitHub
v0.49.16
v0.49.15
No significant changes
View changes on GitHub
v0.49.14
v0.49.13
🚀 Features
- Limit
vite-error-overlay
in the slides area - by @kermanx in #1709 (25cf5) - Handle loader error - by @kermanx in #1718 (20e4c)
🐞 Bug Fixes
- ShikiEditor's caret color in light mode - by @kermanx (bfd6d)
- Side editor styles and interacation - by @kermanx in #1710 (0c1e2)
View changes on GitHub
v0.49.12
🚀 Features
- Add
--wait-until
option for exporting - by @kermanx in #1687 (ac65d) - Support async output in code runner - by @kermanx in #1685 (9f0aa)
- Add slide lifetime hooks - by @kermanx in #1688 (3bb99)
- Add
PoweredBySlidev
component andi-slidev-logo
- by @kermanx (65171) - Replace CodeMirror in side editor with Shiki-based textarea - by @kermanx in #1698 (e8bb7)
🐞 Bug Fixes
- Remove filepaths when building - by @kermanx in #1692 (ebe5e)
- Notes highlighting algorithm - by @kermanx in #1683 (4f62e)
- Introduce
isMounted
state for clicks context - by @kermanx in #1682 (3a4bd)
View changes on GitHub
v0.49.11
🚀 Features
🐞 Bug Fixes
- Regex matching options - by @kermanx in #1651 (fff07)
- Do not duplicate Vite config - by @jgosmann in #1646 (e1614)
title
option in headmatter not working - by @kermanx in #1664 (57efa)- Do not run
resolveConfig
to get Vite configs in user root - by @kermanx in #1670 (56b44) - Update magic-move step index after page reload - by @kermanx in #1666 (e48a2)
- Drawings should appear after build - by @kermanx and @prk3 in #1665 (60099)
- Layout loading priority - by @kermanx in #1674 (4566b)
- vscode: Should pass entry file name to CLI - by @ras0q, ras0q and @kermanx in #1677 (1142d)
🏎 Performance
- Remove
importChain
when loading slide modules - by @jakobkordez and @kermanx in #1652 (bd5fd)