Skip to content

Commit

Permalink
Mobile Release v1.101.2 (#53936)
Browse files Browse the repository at this point in the history
* Release script: Update react-native-editor version to 1.101.0

* Release script: Update with changes from 'npm run core preios'

* Update `react-native-editor` CHANGELOG

* Remove incorrect CHANGELOG entry

The iOS focus loop will be included in 1.100.2. I've updated the CHANGELOG accordingly.

* Release script: Update react-native-editor version to 1.101.1

* Release script: Update with changes from '$PRE_IOS_COMMAND'

* fix: Dynamic bottom sheet height (#53608)

Stretching this content with flex appears to be necessary after
upgrading React Native or refactoring the bottom sheet height animation.

Refactor: 0411df1

Upgrade: c2957aa

* fix: Optional chaining to handle undefined title (#53721)

This PR adds safety checks for the `title` property within `reusableBlock`. By using optional chaining, the code now gracefully handles scenarios where `title` might be undefined, preventing a TypeError from being thrown.

* Update CHANGELOG

* Release script: Update react-native-editor version to 1.101.2

* Release script: Update with changes from 'npm run core preios'

* [Mobile] - Fix Voice Over and assistive keyboards (#53895)

* AztecView - Replace usage of TouchableWithoutFeedback with Pressable - This fixes the current React Native regression with VoiceOver and assistive keyboards

* Patch React Native's TextInput component to avoid passing the recently introduced accessibilityState prop which causes issues with assistive keyboards

* Updates snapshots: Fule, Audio blocks and Search component after changing the AztecView component to use Pressable

* Update AztecView's Pressable with changing its accessible prop to false

* Update Changelog

---------

Co-authored-by: Siobhan <siobhan@automattic.com>
Co-authored-by: David Calhoun <github@davidcalhoun.me>
Co-authored-by: Gerardo <gerardo.pacheco@automattic.com>
  • Loading branch information
4 people committed Aug 28, 2023
1 parent 77453a1 commit 80997a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ For each user feature we should also add a importance categorization label to i
- [**] Display outline around selected Social Link block [#53377]
- [**] Fixes font customization not getting updated on iOS [#53391]

## 1.101.2
- [**] Fix Voice Over and assistive keyboards [#53895]

## 1.101.1
- [**] Fix the dynamic height when opening/closing navigation screens within the bottom sheet. [https://github.com/WordPress/gutenberg/pull/53608]

Expand Down

1 comment on commit 80997a4

@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 80997a4.
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/5994080704
📝 Reported issues:

Please sign in to comment.