Skip to content

Commit 6300953

Browse files
author
Rose Robertson
committed
2.2.1
1 parent 9cbacb1 commit 6300953

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.2.1] - 2020-06-16
4+
5+
- Update remarkable dependency (https://github.com/Rosey/markdown-draft-js/pull/126)
6+
- Reduce package size (https://github.com/Rosey/markdown-draft-js/pull/125)
7+
- Fix bug with some unicode surrogate pairs and entity items on draft-to-markdown (https://github.com/Rosey/markdown-draft-js/pull/123)
8+
39
## [2.2.0] - 2020-01-30
410

511
- Fixed issue with newlines not always matching correctly when `preserveNewlines: true` is set. Issue outlining the bug here: https://github.com/Rosey/markdown-draft-js/issues/111
@@ -22,4 +28,4 @@
2228
### Changes
2329
- **Potentially breaking change:** Update remarkable.js dependency to version 2. Addresses security concerns and features a smaller package size.
2430
- Update devDependency packages to latest versions
25-
- Add husky pre-push linting hook
31+
- Add husky pre-push linting hook

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "markdown-draft-js",
33
"description": "Convert draftjs blocks to markdown using the marked library, and vice versa.",
44
"author": "Rose Robertson",
5-
"version": "2.2.0",
5+
"version": "2.2.1",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)