Commit b6216de
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- packages
- react-native-aztec
- react-native-bridge
- react-native-editor
- ios
6 files changed
+17
-12
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
| 665 | + | |
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments