Skip to content

Commit

Permalink
Merge pull request #197 from marp-team/update-polyfill
Browse files Browse the repository at this point in the history
Apply patch update of Marp Core for updation of Safari polyfill
  • Loading branch information
yhatt authored Feb 7, 2021
2 parents 17dc454 + d604acd commit 7be815a
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

### Fixed

- VS Code for Web makes broken slide preview on Safari ([#192](https://github.com/marp-team/marp-vscode/issues/192), [#197](https://github.com/marp-team/marp-vscode/pull/197))
- Prevent leaking defined MathJax macros into other Markdown preview ([#195](https://github.com/marp-team/marp-vscode/pull/195))

### Changed

- Upgrade to [Marp Core v1.4.1](https://github.com/marp-team/marp-core/releases/v1.4.1) and [Marp CLI v0.23.1](https://github.com/marp-team/marp-cli/releases/v0.23.1) ([#195](https://github.com/marp-team/marp-vscode/pull/195))
- Upgrade to [Marp Core v1.4.2](https://github.com/marp-team/marp-core/releases/v1.4.2) and [Marp CLI v0.23.1](https://github.com/marp-team/marp-cli/releases/v0.23.1) ([#195](https://github.com/marp-team/marp-vscode/pull/195), [#197](https://github.com/marp-team/marp-vscode/pull/197))
- Upgrade dependent packages to the latest version ([#195](https://github.com/marp-team/marp-vscode/pull/195))
- Make icons for editor action monochrome, to follow [VS Code extension guideline](https://code.visualstudio.com/api/references/extension-guidelines#editor-actions) ([#193](https://github.com/marp-team/marp-vscode/issues/193), [#196](https://github.com/marp-team/marp-vscode/pull/196))

Expand Down
72 changes: 57 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,13 @@
"typescript": "^4.1.3",
"unified": "^9.2.0",
"unist-util-visit": "^2.0.3",
"utf-8-validate": "^5.0.4",
"vsce": "^1.85.0",
"yaml": "^1.10.0"
},
"dependencies": {
"@marp-team/marp-cli": "^0.23.1",
"@marp-team/marp-core": "^1.4.1",
"@marp-team/marp-core": "^1.4.2",
"axios": "^0.21.1"
}
}

0 comments on commit 7be815a

Please sign in to comment.