Skip to content

Releases: marp-team/marp-vscode

v1.4.4

11 Nov 17:03
Compare
Choose a tag to compare

Changed

  • Make compatible to upcoming new Markdown preview in VS Code v1.63 (#307)
  • Upgrade Marp Core to v2.2.0 (#309)
  • Upgrade Marp CLI to v1.4.2 (#309)
  • Upgrade develolpment Node and dependencies to the latest (#309)

v1.4.3

06 Oct 12:09
Compare
Choose a tag to compare

Fixed

  • Fix regression about export with local custom theme (#302, #303)

v1.4.2

02 Oct 23:24
Compare
Choose a tag to compare

Fixed

  • Web extension does not recognize custom theme provided by remote URL (#300, #301)

v1.4.1

02 Oct 20:26
Compare
Choose a tag to compare

Added

  • Custom theme CSS support for web extension (#289, #298)

Changed

  • Completely move build system from rollup to webpack (#290)
  • Upgrade Marp CLI to v1.4.1 (#295)
  • Upgrade dependent packages to the latest version (#299)

Fixed

  • Update launch option for testing web extension (#296)

Removed

  • Alert about preview of web extension (#297)

v1.4.0

03 Sep 19:56
Compare
Choose a tag to compare

Breaking

  • VS Code >= 1.60 is now required (#283)

Added

  • [Early preview] Set up build for Web extension such as github.dev (#281, #283)
  • A guide for creating Marp Markdown quickly (#287)

Fixed

  • Fix the default export name for untitled Markdown (#280, #285)

Changed

  • Upgrade Marp CLI to v1.4.0 (#282)
  • Upgrade dependent packages to the latest (#286)

v1.3.0

21 Aug 16:49
Compare
Choose a tag to compare

Added

  • Auto completion for size global directive (#276)
  • unknown-size diagnostic: Notify if the specified size preset was not defined in a theme (#276)
  • Auto-trigger suggestion for value of supported directives (#277)
  • markdown.marp.pdf.noteAnnotations config: Add presenter notes to exported PDF as note annotations (#278)
  • IntelliSense support for new metadata options in Marp CLI v1.3.0: author and keywords global directives (#279)

Changed

  • Update contribution for "New File…" in File menu and welcome screen to stable spec in VS Code 1.59 (#270)
  • Upgrade Marp Core to v2.1.1 (#275)
  • Upgrade Marp CLI to v1.3.2 (#275)
  • Upgrade dependent packages to the latest (#275)

v1.2.0

30 Jul 07:04
Compare
Choose a tag to compare

Added

  • IntelliSense and auto-completion for math global directive (#266)
  • Diagnostics for math global directive (#267)
    • define-math-global-directive: Recommend to declare math typesetting library
    • ignored-math-global-directive: Report ignored math global directive if disabled math by the extension setting
  • Handle the export command into non-file scheme (#262, #269)

Fixed

  • VS Code 1.58 does not open Workspace Trust from a notification of export command (#259, #260)

Changed

  • Upgrade Marp Core to v2.1.0 (#265)
  • Upgrade Marp CLI to v1.2.0 (#265)
  • Upgrade dependent packages to the latest (#265)
  • Use bundled node-fetch instead of axios to improve install performance (#268)

v1.1.0

08 Jul 19:14
Compare
Choose a tag to compare

Added

  • markdown.marp.newMarpMarkdown command to create empty Marp Markdown (#255)
  • Contribution to "New File…" in File menu and welcome screen (Experimental: Required opt-in by workbench.welcome.experimental.startEntries in VS Code 1.58+) (#255)
  • Allow to disable math typesetting in Marp Markdown by "markdown.marp.mathTypesetting": "off" setting (#256, #258)

Fixed

  • Silence unknown-theme diagnostic if definition of theme directive is incompleted (#257)

v1.0.3

19 Jun 16:50
Compare
Choose a tag to compare

Fixed

  • Apply patch to work VS Code built-in scroll stabilizer to Marp preview always (works only in VS Code 1.57+) (#248, #252)

Changed

  • Upgrade Node and dependent packages to the latest (#253)

v1.0.2

07 Jun 10:05
Compare
Choose a tag to compare

Changed

  • Update documentation of workspace trust (#244)
  • Upgrade dependent packages to the latest version (#245)