From 47de69c4c46cd9ec66dff8ffa7d4d3e4ec1398b7 Mon Sep 17 00:00:00 2001 From: Yiyi Wang Date: Sun, 17 Sep 2023 22:49:01 +0800 Subject: [PATCH] feat: Updated crossnote to 0.8.15 (#1773) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ae73b..c7223ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.9] - 2023-09-17 + +Updated [crossnote](https://github.com/shd101wyy/crossnote) to version [0.8.15](https://github.com/shd101wyy/crossnote/releases/tag/0.8.15) + +### New features + +- Added the `includeInHeader` option, which allows you to include custom HTML in the `` of the preview. + This could be useful for adding custom CSS or JavaScript to the preview. + +### Bug fixes + +- Fixed the bug of missing the backlinks on the `vue.css` theme. +- Fixed the back to top button. https://github.com/shd101wyy/vscode-markdown-preview-enhanced/issues/1769 + ## [0.7.8] - 2023-09-15 Updated [crossnote](https://github.com/shd101wyy/crossnote) to version [0.8.14](https://github.com/shd101wyy/crossnote/releases/tag/0.8.14) diff --git a/package.json b/package.json index 9240f88..6d75234 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdown-preview-enhanced", "displayName": "%displayName%", - "version": "0.7.8", + "version": "0.7.9", "description": "%description%", "categories": [ "Other" @@ -620,7 +620,7 @@ "dependencies": { "@types/crypto-js": "^4.1.2", "@types/vfile": "^3.0.2", - "crossnote": "^0.8.14", + "crossnote": "^0.8.15", "crypto-js": "^4.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 49efb00..40deca7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1890,10 +1890,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -crossnote@^0.8.14: - version "0.8.14" - resolved "https://registry.yarnpkg.com/crossnote/-/crossnote-0.8.14.tgz#66230647961792b8ae0bb423184ff9ae042bf937" - integrity sha512-SAelSCoQ4MFeYg98fjgxB+mVLt9yyVzwEDYEmoeAAVlPNvXtUxbe6L/XO1XYj/6hTfXBYZlWHxQl32z/99ae7Q== +crossnote@^0.8.15: + version "0.8.15" + resolved "https://registry.yarnpkg.com/crossnote/-/crossnote-0.8.15.tgz#bd30ec19fcddccb01d67d60be6b7e66b7cea6894" + integrity sha512-W0jJY8K5TMcgZcC2yQLvxF/nAIjOSgRDDBF5mB1KPwdTWeqx0S35Z7y28cnX+MYvEGRTA2oDrjmD97p2smIHIg== dependencies: "@headlessui/react" "^1.7.17" "@heroicons/react" "^2.0.18"