@editorjs/editorjs
Advanced tools
Comparing version 2.11.11 to 2.12.0
@@ -103,7 +103,7 @@ @babel/polyfill | ||
codex-notifier | ||
@editorjs/paragraph | ||
MIT | ||
MIT License | ||
Copyright (c) 2017 CodeX | ||
Copyright (c) 2018 CodeX | ||
@@ -129,7 +129,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy | ||
codex.editor.paragraph | ||
codex-notifier | ||
MIT | ||
MIT License | ||
Copyright (c) 2018 CodeX | ||
Copyright (c) 2017 CodeX | ||
@@ -136,0 +136,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.11.11", | ||
"version": "2.12.0", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -5,0 +5,0 @@ "main": "dist/editor.js", |
@@ -20,2 +20,9 @@ import {OutputData} from '../data-formats/output-data'; | ||
/** | ||
* Render passed HTML string | ||
* @param {string} data | ||
* @return {Promise<void>} | ||
*/ | ||
renderFromHTML(data: string): Promise<void>; | ||
/** | ||
* Removes current Block | ||
@@ -22,0 +29,0 @@ */ |
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
334911
1676