File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 33## 1.7.0
44* Fix: Issue with rich content replacement (HTML bearing string).
55* Feat: On Modal open, show items found for Highlighted text.
6+ * Fix: Console warnings & errors.
67
78## 1.6.0
89* Feat: Add search and replace functionality for __ Table Block__ .
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Want to add your personal touch? All of our documentation can be found [here](ht
6666= 1.7.0 =
6767* Fix: Issue with rich content replacement (HTML bearing string).
6868* Feat: On Modal open, show items found for Highlighted text.
69+ * Fix: Console warnings & errors.
6970
7071= 1.6.0 =
7172* Feat: Add search and replace functionality for __Table Block__.
Original file line number Diff line number Diff line change @@ -379,13 +379,15 @@ const SearchReplaceForBlockEditor = (): JSX.Element => {
379379 onChange = { ( value ) => setSearchInput ( value ) }
380380 placeholder = "Lorem ipsum..."
381381 __nextHasNoMarginBottom
382+ __next40pxDefaultSize
382383 />
383384 < TextControl
384385 type = "text"
385386 label = { __ ( 'Replace' ) }
386387 value = { replaceInput }
387388 onChange = { ( value ) => setReplaceInput ( value ) }
388389 __nextHasNoMarginBottom
390+ __next40pxDefaultSize
389391 />
390392 </ div >
391393
You can’t perform that action at this time.
0 commit comments