fix(build): 2.28.1 package rebuilt

This commit is contained in:
Peter Savchenko 2023-10-17 15:19:57 +03:00
parent ca2bc803a1
commit b8cfcaec26
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog
### 2.28.2
- `Fix` — Get rid of redundant logs from the build
### 2.28.1
- `Fix` — Some Block were be skipped on saving after pasting them as HTML
### 2.28.0
- `New` - Block ids now displayed in DOM via a data-id attribute. Could be useful for plugins that want to access a Block's element by id.
@ -23,7 +31,6 @@
- `Improvement` - `blocks.update(id, data)` now can accept partial data object — it will update only passed properties, others will remain the same.
- `Improvement` - `blocks.update(id, data)` now will trigger onChange with only `block-change` event.
- `Improvement` - `blocks.update(id, data)` will return a promise with BlockAPI object of the changed block.
- `Fix` — Some Block were be skipped on saving after pasting them as HTML
### 2.27.2

View file

@ -1,6 +1,6 @@
{
"name": "@editorjs/editorjs",
"version": "2.28.0",
"version": "2.28.2",
"description": "Editor.js — Native JS, based on API and Open Source",
"main": "dist/editorjs.umd.js",
"module": "dist/editorjs.mjs",