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 and fluiddot committed Dec 5, 2023
1 parent 9673464 commit 74e8f73
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 @@ -15,6 +15,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

0 comments on commit 74e8f73

Please sign in to comment.