mirror of
https://github.com/codex-team/editor.js
synced 2026-03-14 22:55:47 +01:00
bump version and add changelog
This commit is contained in:
parent
f7f0bbe6f7
commit
5cfd9881c5
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### 2.31.5
|
||||
|
||||
- `Fix` - Handle __Ctrl + click__ on links with inline styles applied (e.g., bold, italic)
|
||||
|
||||
### 2.31.4
|
||||
|
||||
- `Fix` - Prevent inline-toolbar re-renders when linked text is selected
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@editorjs/editorjs",
|
||||
"version": "2.31.4",
|
||||
"version": "2.31.5",
|
||||
"description": "Editor.js — open source block-style WYSIWYG editor with JSON output",
|
||||
"main": "dist/editorjs.umd.js",
|
||||
"module": "dist/editorjs.mjs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue