Skip to content

Commit

Permalink
Update tools master branches (codex-team#1180)
Browse files Browse the repository at this point in the history
* Update master branches

* Update image

* Update CHANGELOG.md
  • Loading branch information
talyguryn authored Jun 2, 2020
1 parent ff6bd2d commit e1500f7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- `Improvements` - Adjusted GitHub action for ESLint.
- `Improvements` - Blocks API: if `blocks.delete` method is called, but no Block is selected, show warning instead of throwing an error [#1102](https://github.com/codex-team/editor.js/issues/1102)
- `Improvements` - Blocks API: allow deletion of blocks by specifying block index via `blocks.delete(index)`.
- `Improvements` - UX: Navigate next Block from the last non-initial one creates new initial Block now [1103](https://github.com/codex-team/editor.js/issues/1103)
- `Improvements` - UX: Navigate next Block from the last non-initial one creates new initial Block now [#1103](https://github.com/codex-team/editor.js/issues/1103)
- `Improvements` - Improve performance of DOM traversing at the `isEmpty()` method [#1095](https://github.com/codex-team/editor.js/issues/1095)
- `Improvements` - Add code of conduct
- `Improvements` - Disabled useCapture flag for a block keydown handling. That will allow plugins to override keydown and stop event propagation, for example, to make own Tab behavior.
Expand Down
2 changes: 1 addition & 1 deletion example/tools/embed
2 changes: 1 addition & 1 deletion example/tools/header
Submodule header updated 5 files
+12 −6 README.md
+2 −2 dist/bundle.js
+2 −2 package.json
+43 −7 src/index.js
+4 −4 yarn.lock
2 changes: 1 addition & 1 deletion example/tools/image
2 changes: 1 addition & 1 deletion example/tools/marker
Submodule marker updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion example/tools/raw
Submodule raw updated 3 files
+1 −1 dist/bundle.js
+1 −1 package.json
+9 −0 src/index.js
2 changes: 1 addition & 1 deletion example/tools/table

0 comments on commit e1500f7

Please sign in to comment.