Skip to content

Commit 59c8d28

Browse files
authored
chore(release): bump version to 2.28.0 (#2455)
1 parent f8e9414 commit 59c8d28

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22

33
### 2.28.0
44

5-
- `New` - Block ids now displayed in DOM via a data-id attribute. Could be useful for plugins that want access a Block's element by id.
6-
- `New` - The `blocks.convert(blockId, newType)` API method added. It allows to convert existing Block to a Block of another type.
5+
- `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.
6+
- `New` - The `blocks.convert(blockId, newType)` API method was added. It allows to convert existing Block to a Block of another type.
77
- `New` - The `blocks.insertMany()` API method added. It allows to insert several Blocks to the specified index.
88
- `Improvement` - The Delete keydown at the end of the Block will now work opposite a Backspace at the start. Next Block will be removed (if empty) or merged with the current one.
99
- `Improvement` - The Delete keydown will work like a Backspace when several Blocks are selected.
10-
- `Improvement` - If we have two empty Blocks, and press Backspace at the start of the second one, the previous will be removed instead of current.
10+
- `Improvement` - If we have two empty Blocks, and press Backspace at the start of the second one, the previous will be removed instead of the current.
1111
- `Improvement` - Tools shortcuts could be used to convert one Block to another.
1212
- `Improvement` - Tools shortcuts displayed in the Conversion Toolbar
1313
- `Improvement` - Initialization Loader has been removed.
1414
- `Improvement` - Selection style won't override your custom style for `::selection` outside the editor.
1515
- `Improvement` - Performance optimizations: initialization speed increased, `blocks.render()` API method optimized. Big documents will be displayed faster.
1616
- `Improvement` - "Editor saving" log removed
1717
- `Improvement` - "I'm ready" log removed
18-
- `Improvement` - The stub-block style simplified.
19-
- `Improvement` - If some Block's tool will throw an error during construction, we will show Stub block instead of skipping it during render
18+
- `Improvement` - The stub-block style is simplified.
19+
- `Improvement` - If some Block's tool throws an error during construction, we will show Stub block instead of skipping it during render
2020
- `Improvement` - Call of `blocks.clear()` now will trigger onChange with "block-removed" event for all removed blocks.
2121
- `Improvement` - The `blocks.clear()` now can be awaited.
2222
- `Improvement` - `BlockMutationType` and `BlockMutationEvent` types exported
2323
- `Improvement` - `blocks.update(id, data)` now can accept partial data object — it will update only passed properties, others will remain the same.
2424
- `Improvement` - `blocks.update(id, data)` now will trigger onChange with only `block-change` event.
25-
- `Improvement` - `blocks.update(id, data)` will return a promise with BlockAPI object of changed block.
25+
- `Improvement` - `blocks.update(id, data)` will return a promise with BlockAPI object of the changed block.
2626

2727
### 2.27.2
2828

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@editorjs/editorjs",
3-
"version": "2.28.0-rc.4",
3+
"version": "2.28.0",
44
"description": "Editor.js — Native JS, based on API and Open Source",
55
"main": "dist/editorjs.umd.js",
66
"module": "dist/editorjs.mjs",

0 commit comments

Comments
 (0)