@editorjs/editorjs
Advanced tools
Comparing version 2.12.3 to 2.12.4
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.12.3", | ||
"version": "2.12.4", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -37,3 +37,3 @@ "main": "dist/editor.js", | ||
"@babel/runtime": "^7.3.4", | ||
"@codexteam/shortcuts": "^1.0.0", | ||
"@codexteam/shortcuts": "^1.1.1", | ||
"@types/webpack": "^4.4.25", | ||
@@ -69,3 +69,7 @@ "@types/webpack-env": "^1.13.9", | ||
"webpack-cli": "^3.2.3" | ||
}, | ||
"collective": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/editorjs" | ||
} | ||
} |
@@ -7,2 +7,3 @@ <p align="center"><img src="https://capella.pics/79ce946a-d636-41cd-aa96-d3bc5ecfde03.jpg"></p> | ||
[![](https://flat.badgen.net/npm/license/@editorjs/editorjs)](https://www.npmjs.com/package/@editorjs/editorjs) | ||
[![Join the chat at https://gitter.im/codex-team/editor.js](https://badges.gitter.im/codex-team/editor.js.svg)](https://gitter.im/codex-team/editor.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
@@ -13,3 +14,3 @@ ## Version 2.0 is here! | ||
Welcome to testing stage. Please, join a [public Telegram-chat](//t.me/codex_editor) where you always find a support. | ||
Join [public Telegram-chat](//t.me/codex_editor) or [Gitter-channel](https://gitter.im/codex-team/editor.js) where you can always find a support. | ||
@@ -50,3 +51,3 @@ ### Browsers support | ||
- `Improvements` — `onChange`-callback now will be fired even with children attributes changing. | ||
- `Improvements` — HTMLJantior package was updated due to found vulnerability | ||
- `Improvements` — HTMLJanitor package was updated due to found vulnerability | ||
- `Improvements` — Logging improved: now all Editor's logs will be preceded by beautiful label with current Editor version. | ||
@@ -80,3 +81,3 @@ - `Improvements` — Internal `isEmpty` checking was improved for Blocks with many children nodes (200 and more) | ||
For example, `Paragraph`, `Heading`, `Image`, `Video`, `List` are Blocks. Each Block is represented by Plugin. | ||
We have [many](http://github.com/editor-js/) ready-to-use Plugins and the [simple API](docs/tools.md) for creation new ones. | ||
We have [many](http://github.com/editor-js/) ready-to-use Plugins and a [simple API](docs/tools.md) for creating new ones. | ||
@@ -277,1 +278,6 @@ So how to use the Editor after [Installation](docs/installation.md). | ||
[codex.so](https://codex.so) | ||
# Support project improvements | ||
Love Editor.js? Please consider supporting our collective: | ||
👉 [https://opencollective.com/editorjs](https://opencollective.com/editorjs) |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
335806
1654
279