From 4a2658695672aff02cde979b9c0d0fa94c7b5753 Mon Sep 17 00:00:00 2001 From: badasswp Date: Mon, 27 Oct 2025 17:16:54 +0100 Subject: [PATCH 1/3] chore: fix console error --- src/core/app.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/app.tsx b/src/core/app.tsx index 627f5ad..801af19 100644 --- a/src/core/app.tsx +++ b/src/core/app.tsx @@ -379,6 +379,7 @@ const SearchReplaceForBlockEditor = (): JSX.Element => { onChange={ ( value ) => setSearchInput( value ) } placeholder="Lorem ipsum..." __nextHasNoMarginBottom + __next40pxDefaultSize /> { value={ replaceInput } onChange={ ( value ) => setReplaceInput( value ) } __nextHasNoMarginBottom + __next40pxDefaultSize /> From 67aaa12893e0f89a8fe795eb23cc2be7d9d5fda2 Mon Sep 17 00:00:00 2001 From: badasswp Date: Mon, 27 Oct 2025 17:17:56 +0100 Subject: [PATCH 2/3] chore: add changelog entries --- CHANGELOG.md | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fad2b..0c03c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 1.7.0 * Fix: Issue with rich content replacement (HTML bearing string). * Feat: On Modal open, show items found for Highlighted text. +* Fix: Console warnings/errors. ## 1.6.0 * Feat: Add search and replace functionality for __Table Block__. diff --git a/readme.txt b/readme.txt index 1421899..bc5e829 100644 --- a/readme.txt +++ b/readme.txt @@ -66,6 +66,7 @@ Want to add your personal touch? All of our documentation can be found [here](ht = 1.7.0 = * Fix: Issue with rich content replacement (HTML bearing string). * Feat: On Modal open, show items found for Highlighted text. +* Fix: Console warnings/errors. = 1.6.0 = * Feat: Add search and replace functionality for __Table Block__. From f7c76699e5e460ba0b84360c8712976f8619cb68 Mon Sep 17 00:00:00 2001 From: badasswp Date: Mon, 27 Oct 2025 17:25:37 +0100 Subject: [PATCH 3/3] chore: update changelog --- CHANGELOG.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c03c02..9349cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 1.7.0 * Fix: Issue with rich content replacement (HTML bearing string). * Feat: On Modal open, show items found for Highlighted text. -* Fix: Console warnings/errors. +* Fix: Console warnings & errors. ## 1.6.0 * Feat: Add search and replace functionality for __Table Block__. diff --git a/readme.txt b/readme.txt index bc5e829..d242d58 100644 --- a/readme.txt +++ b/readme.txt @@ -66,7 +66,7 @@ Want to add your personal touch? All of our documentation can be found [here](ht = 1.7.0 = * Fix: Issue with rich content replacement (HTML bearing string). * Feat: On Modal open, show items found for Highlighted text. -* Fix: Console warnings/errors. +* Fix: Console warnings & errors. = 1.6.0 = * Feat: Add search and replace functionality for __Table Block__.