Skip to content

Commit

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

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

* Bump version in package-lock.json

* Update CHANGELOG to reflect latest release

* Fix PR reference in CHANGELOG entry

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

* 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

* docs: Add change log entry

---------

Co-authored-by: Gio Lodi <gio@mokacoding.com>
Co-authored-by: Siobhan <siobhan@automattic.com>
Co-authored-by: Gerardo Pacheco <gerardo.pacheco@automattic.com>
  • Loading branch information
4 people authored Aug 28, 2023
1 parent f2b1fc5 commit 3a86baa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-native-aztec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-aztec",
"version": "1.102.0",
"version": "1.102.1",
"description": "Aztec view for react-native.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-bridge",
"version": "1.102.0",
"version": "1.102.1",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
5 changes: 4 additions & 1 deletion packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ For each user feature we should also add a importance categorization label to i
- [*] Improve horizontal rule styles to avoid invisible lines [#53883]
- [*] Fix horizontal rule style extensions [#53917]

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

## 1.102.0
- [*] Display custom color value in mobile Cover Block color picker [#51414]
- [**] Display outline around selected Social Link block [#51414]
- [**] Display outline around selected Social Link block [#53377]
- [**] Fixes font customization not getting updated on iOS [#53391]

## 1.101.2
Expand Down
8 changes: 4 additions & 4 deletions packages/react-native-editor/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PODS:
- ReactCommon/turbomodule/core (= 0.71.11)
- fmt (6.2.1)
- glog (0.3.5)
- Gutenberg (1.102.0):
- Gutenberg (1.102.1):
- React-Core (= 0.71.11)
- React-CoreModules (= 0.71.11)
- React-RCTImage (= 0.71.11)
Expand Down Expand Up @@ -394,7 +394,7 @@ PODS:
- React-RCTImage
- RNSVG (13.9.0):
- React-Core
- RNTAztecView (1.102.0):
- RNTAztecView (1.102.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.8)
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -577,7 +577,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: f07662560742d82a5b73cee116c70b0b49bcc220
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
Gutenberg: b4e5ee6c4271083049b46e31f98ab076e3d6a21a
Gutenberg: 656841784dff643159705b6f22e11b4149696e8c
libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: f6187ec763637e6a57f5728dd9a3bdabc6d6b4e0
Expand Down Expand Up @@ -620,7 +620,7 @@ SPEC CHECKSUMS:
RNReanimated: df2567658c01135f9ff4709d372675bcb9fd1d83
RNScreens: 68fd1060f57dd1023880bf4c05d74784b5392789
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
RNTAztecView: 660cdb1f9469ca251684c261f2bd0c700a1cc64e
RNTAztecView: f6bc15f12a0c97e22a7c5ed1c2c5e4e9e93e65b7
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-editor",
"version": "1.102.0",
"version": "1.102.1",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 3a86baa

Please sign in to comment.