Skip to content

Commit

Permalink
Merge pull request #91 from kommitters/v2.0-rc.1
Browse files Browse the repository at this point in the history
v2.0 rc.1 release
  • Loading branch information
juanhurtado10 authored Feb 24, 2022
2 parents 0f632e6 + 3c105b2 commit 5ad6915
Show file tree
Hide file tree
Showing 6 changed files with 1,472 additions and 1,322 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.0-rc.1 (24.02.2022)
* Set the caret feature to the undo and redo actions.
* Add support to readOnly toggle.

## 2.0.0-rc.0 (28.12.2022)
* In the undo/redo actions the plugin now updates the involved block.
* Update eslint-plugin-import to support eslint.
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.js

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editorjs-undo",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"keywords": [
"undo",
"redo",
Expand Down Expand Up @@ -45,5 +45,8 @@
"^.+\\.jsx?$": "babel-jest",
"^.+\\.(css|svg)$": "<rootDir>/test/config/assetsTransform.js"
}
},
"dependencies": {
"vanilla-caret-js": "^1.0.1"
}
}
Loading

0 comments on commit 5ad6915

Please sign in to comment.