Releases: marp-team/marp-vscode
Releases · marp-team/marp-vscode
v0.4.1
Fixed
- Improve activation performance of extension by lazy-loaded Marp CLI (#37)
v0.4.0
Added
- Add toolbar button for quick pick of Marp commands (#33, #36)
v0.3.2
Removed
- Remove
vsce
from devDependencies to fix incorrect packaging about tmp
(#35)
v0.3.1
Fixed
- Fix prevented activation of extension (#34)
v0.3.0
Added
- Add command to export PDF, HTML, and images via Marp CLI integration (
markdown.marp.export
) (#4, #30)
- Add contributing guideline (#31)
- Automate GitHub release (#32)
Changed
- Upgrade Marp Core to v0.9.0 (#29)
- Upgrade dependent packages to the latest version (#29, #32)
v0.2.1
Fixed
- Improve scroll sync by re-implemented line number mapping to each page (#25)
- Improve engine compatibility with VS Code (#27)
v0.2.0
Added
- A separated breaks option
markdown.marp.breaks
for Marp Markdown (#16, #22)
- Outline view support for each slide (#23)
- Make each slide be foldable in editor (#23)
Fixed
- Refresh Markdown preview on updating configuration (for VS Code >= 1.34) (#20)
- Use Marp Core options when rendering by Marp (#21)
Changed
- Upgrade Marp Core to v0.8.0 (#23)
- Upgrade dependent packages to the latest version (#24)
v0.1.0
Breaking
- Marp renderer can no longer extend by VS Code extensions (#17)
Changed
- Simplify Marp integration by using independent instance (#17)
- Upgrade dependent packages to the latest (#19)
Fixed
- Fix misdetection of front-matter in code block (#18)
- Take into account a zoom level when scaling slide via polyfill (#8, #19)
v0.0.5
Fixed
Changed
- Upgrade dependent packages to the latest (#11)