Releases: slidevjs/slidev
Releases · slidevjs/slidev
v0.49.21
🐞 Bug Fixes
View changes on GitHub
v0.49.20
🐞 Bug Fixes
View changes on GitHub
v0.49.19
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
![alt](./assets/img.png)
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)