This commit is contained in:
Rongjian Zhang 2021-04-12 21:06:30 +08:00
parent 574cbdf2bb
commit 92200076ba
34 changed files with 187 additions and 33 deletions

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
### Bug Fixes
* disable scroll sync when override preview ([574cbdf](https://github.com/bytedance/bytemd/commit/574cbdf2bb1efcde6aaddb5cd46bb164e72d383b))
* image paste and drop ([543b87b](https://github.com/bytedance/bytemd/commit/543b87be751f20c4cc7e4e2e0ffc8061065666de)), closes [#45](https://github.com/bytedance/bytemd/issues/45)
* message location null ([d4613bc](https://github.com/bytedance/bytemd/commit/d4613bc5bea1b304b609a462e03bb14d230b9bc9))
* nested heading in toc ([8776ebc](https://github.com/bytedance/bytemd/commit/8776ebc26a07373dcad3eb99c84da1663bf35657)), closes [#48](https://github.com/bytedance/bytemd/issues/48)
* ResizeObserver browser compatibility ([2eb6f0a](https://github.com/bytedance/bytemd/commit/2eb6f0a6621441f8653322b4a99a56d31a8564e1)), closes [#70](https://github.com/bytedance/bytemd/issues/70)
* **vue:** root element ([7908c30](https://github.com/bytedance/bytemd/commit/7908c30ef1cfd68d689b227cb7376d36b1981760))
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)

View File

@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.9.0",
"version": "1.9.1",
"command": {
"publish": {
"conventionalCommits": true

View File

@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
### Bug Fixes
* disable scroll sync when override preview ([574cbdf](https://github.com/bytedance/bytemd/commit/574cbdf2bb1efcde6aaddb5cd46bb164e72d383b))
* image paste and drop ([543b87b](https://github.com/bytedance/bytemd/commit/543b87be751f20c4cc7e4e2e0ffc8061065666de)), closes [#45](https://github.com/bytedance/bytemd/issues/45)
* message location null ([d4613bc](https://github.com/bytedance/bytemd/commit/d4613bc5bea1b304b609a462e03bb14d230b9bc9))
* nested heading in toc ([8776ebc](https://github.com/bytedance/bytemd/commit/8776ebc26a07373dcad3eb99c84da1663bf35657)), closes [#48](https://github.com/bytedance/bytemd/issues/48)
* ResizeObserver browser compatibility ([2eb6f0a](https://github.com/bytedance/bytemd/commit/2eb6f0a6621441f8653322b4a99a56d31a8564e1)), closes [#70](https://github.com/bytedance/bytemd/issues/70)
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)

View File

@ -1,6 +1,6 @@
{
"name": "bytemd",
"version": "1.9.0",
"version": "1.9.1",
"description": "A hackable Markdown editor built with Svelte",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/mp
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/mp

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/mp",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
@ -20,7 +20,7 @@
"lib"
],
"dependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"devDependencies": {
"miniprogram-api-typings": "^3.3.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-breaks
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-breaks

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-breaks",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to support breaks",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -22,7 +22,7 @@
"remark-breaks": "^2.0.2"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-footnotes
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-footnotes

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-footnotes",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to support footnotes",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -22,7 +22,7 @@
"remark-footnotes": "^3.0.0"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-frontmatter
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-frontmatter

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-frontmatter",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to parse frontmatter",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -24,7 +24,7 @@
"remark-frontmatter": "^3.0.0"
},
"devDependencies": {
"bytemd": "^1.9.0",
"bytemd": "^1.9.1",
"vfile": "^4.2.1"
},
"peerDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-gemoji
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-gemoji

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-gemoji",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to support Gemoji shortcodes",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -22,7 +22,7 @@
"remark-gemoji": "^6.0.0"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-gfm
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-gfm

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-gfm",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -22,7 +22,7 @@
"remark-gfm": "^1.0.0"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-highlight-ssr
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-highlight-ssr

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-highlight-ssr",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -22,7 +22,7 @@
"rehype-highlight": "^4.1.0"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-highlight
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-highlight

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-highlight",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to highlight code blocks",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -22,7 +22,7 @@
"highlight.js": "^10.7.1"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-math-ssr
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-math-ssr

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-math-ssr",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to support math formula (SSR compatible)",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -19,12 +19,12 @@
"lib"
],
"dependencies": {
"@bytemd/plugin-math": "^1.9.0",
"@bytemd/plugin-math": "^1.9.1",
"rehype-katex": "^4.0.0",
"remark-math": "^4.0.0"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-math
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-math

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-math",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to support math formula",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -24,7 +24,7 @@
"remark-math": "^4.0.0"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-mdx
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-mdx

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@bytemd/plugin-mdx",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to support MDX",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -23,7 +23,7 @@
"remark-mdx": "^2.0.0-next.9"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-medium-zoom
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-medium-zoom

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-medium-zoom",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to zoom images like Medium",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -22,7 +22,7 @@
"medium-zoom": "^1.0.6"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/plugin-mermaid
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-mermaid

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-mermaid",
"version": "1.9.0",
"version": "1.9.1",
"description": "ByteMD plugin to support Mermaid diagram",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -23,7 +23,7 @@
"mermaid": "^8.9.2"
},
"devDependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
**Note:** Version bump only for package @bytemd/react
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/react

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/react",
"version": "1.9.0",
"version": "1.9.1",
"description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"react": "*"

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)
### Bug Fixes
* **vue:** root element ([7908c30](https://github.com/bytedance/bytemd/commit/7908c30ef1cfd68d689b227cb7376d36b1981760))
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/vue

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/vue",
"version": "1.9.0",
"version": "1.9.1",
"description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"bytemd": "^1.9.0"
"bytemd": "^1.9.1"
},
"peerDependencies": {
"vue": "^2.0.0"