Skip to content

Commit

Permalink
Mobile Release v1.97.1 (WordPress#51577)
Browse files Browse the repository at this point in the history
* Release script: Update react-native-editor version to 1.97.0

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

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Fix white space

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

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

* [RNMobile] Fix crash when using the delete key to remove a single button (WordPress#51435)

* Fix crash when using the delete key to remove a single button

* Add onDeleteBlock prop to block.native.js

* Update button edit.native.js snapshots

* Update button delete test to focus button input

* Update button test to use triggerBlockListLayout

* [RNMobile] Ensure text input field is not editable when Bottom sheet cell is disabled (WordPress#51567)

* Update `react-native-editor` changelog

---------

Co-authored-by: jhnstn <[email protected]>
Co-authored-by: Jason Johnston <[email protected]>
Co-authored-by: Derek Blank <[email protected]>
  • Loading branch information
4 people authored and sethrubenstein committed Jul 13, 2023
1 parent e83ff1e commit b4ecf1f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
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.97.0",
"version": "1.97.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.97.0",
"version": "1.97.1",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ For each user feature we should also add a importance categorization label to i
## Unreleased
- [*] Image block - Fix issue where in some cases the image doesn't display the right aspect ratio [#51463]

## 1.97.1
- [**] Fix crash when using the delete key to remove a single button [#51435]
- [*] Ensure text input field is not editable when Bottom sheet cell is disabled [#51567]

## 1.97.0
- [**] [iOS] Fix dictation regression, in which typing/dictating at the same time caused content loss. [#49452]
- [*] [internal] Upgrade compile and target sdk version to Android API 33 [#50731]
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.69.4)
- fmt (6.2.1)
- glog (0.3.5)
- Gutenberg (1.97.0):
- Gutenberg (1.97.1):
- React-Core (= 0.69.4)
- React-CoreModules (= 0.69.4)
- React-RCTImage (= 0.69.4)
Expand Down Expand Up @@ -360,7 +360,7 @@ PODS:
- React-Core
- RNSVG (9.13.6):
- React-Core
- RNTAztecView (1.97.0):
- RNTAztecView (1.97.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.8)
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -540,7 +540,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 2ff441cbe6e58c1778d8a5cf3311831a6a8c0809
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
Gutenberg: 75e04d6a42ecfb201115f1ccbb066680915a35aa
Gutenberg: 55f585d8343f7b498bf868e858ccd783c6956c13
libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a
RCTRequired: bd9d2ab0fda10171fcbcf9ba61a7df4dc15a28f4
Expand Down Expand Up @@ -582,7 +582,7 @@ SPEC CHECKSUMS:
RNReanimated: 5740ec9926f80bccd404bacd3e71108e87c94afa
RNScreens: 953633729a42e23ad0c93574d676b361e3335e8b
RNSVG: 36a7359c428dcb7c6bce1cc546fbfebe069809b0
RNTAztecView: 221ecdc2998b979bd0994b9100101ba755cbb1d8
RNTAztecView: 971e2603ff0b8a477b16e49fc0fd335cb6137887
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.97.0",
"version": "1.97.1",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit b4ecf1f

Please sign in to comment.