From 6abc32de5ab75a97f9784e17f7c02ed32813af92 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Fri, 21 Jul 2023 11:16:55 +0200 Subject: [PATCH] Update `react-native-editor` changelog --- packages/react-native-editor/CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 6917dbc2b6dc5..4ddfda16c8c78 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -10,6 +10,11 @@ For each user feature we should also add a importance categorization label to i --> ## Unreleased + +## 1.100.1 +- [**] Add WP hook for registering non-core blocks [#52791] + +## 1.100.0 - [**] Add media inserter buttons to editor toolbar [#51827] - [**] Update native BlockOutline component styles to remove blue border from blocks [#51222] - [**] Move the undo/redo buttons to the navigation bar [#51766] @@ -49,8 +54,6 @@ For each user feature we should also add a importance categorization label to i - [**] Fix undo/redo history when inserting a link configured to open in a new tab [#50460] - [*] [List block] Fix an issue when merging a list item into a Paragraph would remove its nested list items. [#50701] - - ## 1.95.0 - [*] Fix crash when trying to convert to regular blocks an undefined/deleted reusable block [#50475] - [**] Tapping on nested text blocks gets focus directly instead of having to tap multiple times depeding on the nesting levels. [#50108]