Skip to content

Commit b6216de

Browse files
fluiddotGerardo PachecoellatrixSiobhyB
authored
Mobile Release v1.109.2 (#56782)
* Release script: Update react-native-editor version to 1.109.0 * Release script: Update CHANGELOG for version 1.109.0 * Release script: Update podfile * Update `react-native-editor` changelog * Update `react-native-editor` changelog * Mobile - Fix issue when backspacing in an empty Paragraph block (#56496) * Bring changes from #55134 to the mobile code * Mobile - RichText - Force focus when the block is selected but the textinput is not, for cases when merging blocks. * Update Buttons integration test due to a change in the logic of the app where deleting the only button available does not remove the block * Mobile - Heading block - Adds integration test for merging a Heading block with an empty Paragraph block * Mobile - Paragraph block - Adds integration test to check that backspacing in an empty Paragraph block merges succesfully with the previous block and keeps the focus on the TextInput * Mobile - RichText - Set selection values to be the last character position when merging and adds some comments to explain what is doing * Mobile - Paragraph block test - Use focusTextInput to check the TextInput is in focused instead of checking for the fomatting toolbar button * Rename shouldFocusTextInputAfterUpdate to shouldFocusTextInputAfterMerge * Update CHANGELOG * Release script: Update react-native-editor version to 1.109.1 * Release script: Update CHANGELOG for version 1.109.1 * Release script: Update podfile * [RNMobile] Fixes a crash on pasting MS Word list markup (#56653) * Add polyfill for Element.prototype.remove * Enable unit tests of `raw-handling` API filter `ms-list-converter` * Update `react-native-editor` changelog * [RNMobile] Fix issue related to receiving undefined ref in text color format (#56686) * Fix issue related to receiving undefined ref in text color format In rare cases, `TextColorEdit` might receive the `RichText` ref as undefined. This ref is used to get the background color of the text and use it in the toolbar button. * Update `react-native-editor` changelog * Add test to cover undefined `contentRef` case * Correct typo in `changelog` * [RNMobile] Fix HTML to blocks conversion when no transformations are available (#56723) * Add native workaround for HTML block in `htmlToBlocks` * Add raw handling tests This file is a clone of the same `blocks-raw-handling.js` file located in `gutenberg/test/integration`. The reason for the separation is that several of the test cases fail in the native version. For now, we are going to skip them, but we'd need to work on them in the future. Once all issues in tests are addressed, we'll remove this file in favor of the original one. * Update blocks raw handling test snapshot with original values * Disable more pasteHandler test cases due to not matching test snapshot * Comment obsolete snapshots of blocks raw handling tests The reason for commenting them instead of removing is that, in the future, we'll restore them once we address the failing test cases. * RichText (native): remove HTML check in getFormatColors (#56684) * Mobile - Global Styles - Fix issue with custom color variables not being parsed (#56752) * [RNMobile] Address `NullPointerException` crash in `AztecHeadingSpan` (#56757) Address rare cases where a null value is passed to a heading block, causing a crash. * Release script: Update react-native-editor version to 1.109.2 * Release script: Update CHANGELOG for version 1.109.2 * Release script: Update podfile --------- Co-authored-by: Gerardo Pacheco <[email protected]> Co-authored-by: Ella <[email protected]> Co-authored-by: Siobhan Bamber <[email protected]>
1 parent 14648d5 commit b6216de

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native-aztec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wordpress/react-native-aztec",
3-
"version": "1.109.1",
3+
"version": "1.109.2",
44
"description": "Aztec view for react-native.",
55
"private": true,
66
"author": "The WordPress Contributors",

packages/react-native-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wordpress/react-native-bridge",
3-
"version": "1.109.1",
3+
"version": "1.109.2",
44
"description": "Native bridge library used to integrate the block editor into a native App.",
55
"private": true,
66
"author": "The WordPress Contributors",

packages/react-native-editor/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ For each user feature we should also add a importance categorization label to i
1212
## Unreleased
1313
- [*] [internal] Move InserterButton from components package to block-editor package [#56494]
1414

15-
## 1.109.1
16-
- [***] Fix issue when backspacing in an empty Paragraph block [#56496]
15+
## 1.109.2
1716
- [**] Fix issue related to text color format and receiving in rare cases an undefined ref from `RichText` component [#56686]
1817
- [**] Fixes a crash on pasting MS Word list markup [#56653]
1918
- [**] Address rare cases where a null value is passed to a heading block, causing a crash [#56757]
19+
- [**] Fixes a crash related to HTML to blocks conversion when no transformations are available [#56723]
20+
- [**] Fixes a crash related to undefined attributes in `getFormatColors` function of `RichText` component [#56684]
21+
- [**] Fixes an issue with custom color variables not being parsed when using global styles [#56752]
22+
23+
## 1.109.1
24+
- [***] Fix issue when backspacing in an empty Paragraph block [#56496]
2025

2126
## 1.109.0
2227
- [*] Audio block: Improve legibility of audio file details on various background colors [#55627]

packages/react-native-editor/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PODS:
1313
- ReactCommon/turbomodule/core (= 0.71.11)
1414
- fmt (6.2.1)
1515
- glog (0.3.5)
16-
- Gutenberg (1.109.1):
16+
- Gutenberg (1.109.2):
1717
- React-Core (= 0.71.11)
1818
- React-CoreModules (= 0.71.11)
1919
- React-RCTImage (= 0.71.11)
@@ -429,7 +429,7 @@ PODS:
429429
- React-RCTImage
430430
- RNSVG (13.9.0):
431431
- React-Core
432-
- RNTAztecView (1.109.1):
432+
- RNTAztecView (1.109.2):
433433
- React-Core
434434
- WordPress-Aztec-iOS (= 1.19.9)
435435
- SDWebImage (5.11.1):
@@ -617,7 +617,7 @@ SPEC CHECKSUMS:
617617
FBReactNativeSpec: f07662560742d82a5b73cee116c70b0b49bcc220
618618
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
619619
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
620-
Gutenberg: ce2b737d183d0179cb86596412bad21d48eafdcb
620+
Gutenberg: 2da422f5cdffef9f66fc57f87ddba4dbda5ceb9d
621621
hermes-engine: 34c863b446d0135b85a6536fa5fd89f48196f848
622622
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
623623
libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
@@ -662,7 +662,7 @@ SPEC CHECKSUMS:
662662
RNReanimated: d4f363f4987ae0ade3e36ff81c94e68261bf4b8d
663663
RNScreens: 68fd1060f57dd1023880bf4c05d74784b5392789
664664
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
665-
RNTAztecView: 8d9b3bd517873101ab1ea89948b45c601bcedea0
665+
RNTAztecView: dc2635b4d33818f4c113717ff67071c1e367ed8c
666666
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
667667
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
668668
WordPress-Aztec-iOS: fbebd569c61baa252b3f5058c0a2a9a6ada686bb

packages/react-native-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wordpress/react-native-editor",
3-
"version": "1.109.1",
3+
"version": "1.109.2",
44
"description": "Mobile WordPress gutenberg editor.",
55
"author": "The WordPress Contributors",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)