From cd06bfc9c5f0993e03c864e8f804792da6c4b734 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 22:39:51 +0300 Subject: [PATCH] Bump version up to 2.26.0-rc.0 (#2105) * Bump version * Update package.json * Update changelog Co-authored-by: github-actions Co-authored-by: Tanya Fomina --- docs/CHANGELOG.md | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4b45ece3..392e2f10 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,11 +3,12 @@ ### 2.26.0 -- `New` — *UI* — Meet the new Block Tunes look! Vertical menu with simple JSON configuration (and support for legacy way of defining block tunes). -- `New` — *Block Tunes API* — Now `render()` method of a Block Tune can return `TunesMenuConfig` besides `HTMLElement`. This impovement is a key to the new straightforward way of configuring tune's appearance in Block Tunes menu. -- `New` — *Tools API* — As well as `render()` in `Tunes Api`, Tool's `renderSettings()` now also supports `TunesMenuConfig` return value format. +- `New` — *UI* — Block Tunes became vertical just like the Toolbox 🤩 +- `New` — *Block Tunes API* — Now `render()` method of a Block Tune can return config with just icon, label and callback instead of custom HTML. This impovement is a key to the new straightforward way of configuring tune's appearance in Block Tunes menu. +- `New` — *Tools API* — As well as `render()` in `Tunes API`, Tool's `renderSettings()` now also supports new configuration format. - `Deprecated` — *Styles API* — CSS classes `.cdx-settings-button` and `.cdx-settings-button--active` are not recommended to use. Consider configuring your block settings with new JSON API instead. -- `Fix` — Prevent flipper from handling the event which caused it's instantiating. +- `Fix` — Wrong element not highlighted anymore when popover opened. +- `Fix` — When Tunes Menu open keydown events can not be handled inside plugins. ### 2.25.0 diff --git a/package.json b/package.json index 8478ab8c..a1a4154a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/editorjs", - "version": "2.26.0", + "version": "2.26.0-rc.0", "description": "Editor.js — Native JS, based on API and Open Source", "main": "dist/editor.js", "types": "./types/index.d.ts",