Skip to content

Commit

Permalink
[RNMobile] Address NullPointerException crash in AztecHeadingSpan (
Browse files Browse the repository at this point in the history
…#56757)

Address rare cases where a null value is passed to a heading block, causing a crash.
  • Loading branch information
Siobhan Bamber authored Dec 4, 2023
1 parent c1852f3 commit a2b7ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-aztec/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
espressoVersion = '3.0.1'

// libs
aztecVersion = 'v1.8.0'
aztecVersion = 'v1.9.0'
wordpressUtilsVersion = '3.3.0'

// main
Expand Down
1 change: 1 addition & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For each user feature we should also add a importance categorization label to i
- [***] Fix issue when backspacing in an empty Paragraph block [#56496]
- [**] Fix issue related to text color format and receiving in rare cases an undefined ref from `RichText` component [#56686]
- [**] Fixes a crash on pasting MS Word list markup [#56653]
- [**] Address rare cases where a null value is passed to a heading block, causing a crash [#56757]

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

1 comment on commit a2b7ac2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in a2b7ac2.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7091431756
📝 Reported issues:

Please sign in to comment.