Releases: marp-team/marp-vscode
Releases · marp-team/marp-vscode
v1.0.0
Breaking
- VS Code >= 1.56 is now required (#231)
- Renamed command
markdown.marp.toggleMarpPreview
tomarkdown.marp.toggleMarpFeature
(#235)
Added
- IntelliSense for Marp directives (#158, #235)
- Auto completion for directive keys and some values
- Syntax highlight for recognized directive keys
- Hover help for recognized directives
overloading-global-directive
diagnostic: Mark overloaded global directive in the subsequent definition (#232)unknown-theme
diagnostic: Mark if the specified theme name is not recognized by the extension (#236)
Changed
v0.19.1
v0.19.0
v0.18.0
v0.17.3
v0.17.2
Fixed
Changed
- Upgrade to Marp Core v1.4.3 and Marp CLI v0.23.2 (#201)
- Upgrade dependent packages to the latest version (#201)
v0.17.1
Fixed
- VS Code for Web makes broken slide preview on Safari (#192, #197)
- Prevent leaking defined MathJax macros into other Markdown preview (#195)
Changed
- Upgrade to Marp Core v1.4.2 and Marp CLI v0.23.1 (#195, #197)
- Upgrade dependent packages to the latest version (#195)
- Make icons for editor action monochrome, to follow VS Code extension guideline (#193, #196)
- Rename
master
branch tomain
(#198)
v0.17.0
Added
Changed
- Upgrade to Marp Core v1.4.0 (#186)
- Stopped the confusable auto-detection of syntax highlight for code block
- Added support for more emoji shorthands
- Upgrade to Marp CLI v0.23.0 (#186)
- Export into PDF/image is working with Apple Silicon
- Auto-detection of Chromium browser for export has supported Microsoft Edge for Linux
- No longer required restarting VS Code after changing
markdown.marp.chromePath
configuration
- Upgrade development Node LTS to 14 (#186)
- Upgrade dependent packages to the latest version (#186)
- Switch package manager from yarn to npm (#187)
v0.16.0
Fixed
- Fix broken background images caused by regression in Chrome >= 85, by updated Marp CLI v0.22.0 (#175, #176)
Added
- Support for export through installed Microsoft Edge, by updated Marp CLI v0.22.0 (#176)
Changed
- Upgrade to Marp CLI v0.22.0 (#176)
- Upgrade dependent packages to the latest version (#177)
v0.15.1
Fixed
- Fix failure of export with Snap Chromium in Linux, by updated Marp CLI v0.21.1 (#166, #167)
NOTE: We've known to fail the export command if both of VS Code and Chromium have installed by snap: marp-team/marp-cli#287. It's probably insecure but setting custom Chrome path to the raw binary of snap Chromium may help you as a workaround.
Changed
- Upgrade to Marp Core v1.3.0 and Marp CLI v0.21.1 (#167)
- Upgrade dependent packages to the latest version (#167)