Skip to content

Commit

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

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

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

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

* Mobile - Block Actions Menu - Fix block title regression and adds integration tests (#46699)

* Mobile - Block Actions Menu - Fix regression where the block name was showing undefined in the Picker's header. It also adds integration tests for several actions like: Copy, Cut, Paste, Duplicate and Transform blocks

* Mobile - Tests - Initialize Editor helper - Add option to specify the screen width

* Mobile - Style mocks - Pass the marginLeft value for the Default block styles

* Mobile - Block Mover - Add tests for moving up and down blocks

* Mobile - Block Actions Menu - Fix logic for selecting the first and last index. It also passes the clientId as an array for the moveBlocksUp and moveBlocksDown

* Mobile - Block Actions Menu - Use replaceBlock instead of replaceBlocks

* Mobile - Block Actions test and Block Mover test - Fix typos

* Mobile - Block Actions Menu Test - Add testID to match for options within the modal, since they're mutltiple elements with the Move up/down labels

* Mobile - Block Mover tests - Update test to add blocks manually instead of using pre-defined content

* Mobile - Update Changelog

* Mobile - Update Podfile

Co-authored-by: Derek Blank <derekpblank@gmail.com>
  • Loading branch information
geriux and derekblank committed Dec 27, 2022
1 parent 71883f4 commit f2ff206
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-aztec/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-aztec",
"version": "1.86.0",
"version": "1.86.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
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-bridge",
"version": "1.86.0",
"version": "1.86.1",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-editor/CHANGELOG.md
Expand Up @@ -11,13 +11,13 @@ For each user feature we should also add a importance categorization label to i

## Unreleased

## 1.86.1
- [*] Block Actions Menu - Fix block title regression and adds integration tests [#46699]

## 1.86.0
- [**] Upgrade React Native to 0.69.4 [#43485]
- [**] Prevent error message from unneccesarily firing when uploading to Gallery block [#46175]

## 1.85.0
- [*] [iOS] Fixed iOS Voice Control support within Image block captions. [#44850]

## 1.85.1
- [**] Prevent error message from unneccesarily firing when uploading to Gallery block [#46175]

Expand Down
14 changes: 7 additions & 7 deletions packages/react-native-editor/ios/Podfile.lock
Expand Up @@ -13,7 +13,7 @@ PODS:
- ReactCommon/turbomodule/core (= 0.69.4)
- fmt (6.2.1)
- glog (0.3.5)
- Gutenberg (1.86.0):
- Gutenberg (1.86.1):
- React-Core (= 0.69.4)
- React-CoreModules (= 0.69.4)
- React-RCTImage (= 0.69.4)
Expand Down Expand Up @@ -362,7 +362,7 @@ PODS:
- React-Core
- RNSVG (9.13.6):
- React-Core
- RNTAztecView (1.86.0):
- RNTAztecView (1.86.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.8)
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -540,14 +540,14 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
BVLinearGradient: ace34fab72158c068ae989a0ebdbf86cb4ef0e49
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: c71b8c429a8af2aff1013934a7152e9d9d0c937d
FBReactNativeSpec: 2ff441cbe6e58c1778d8a5cf3311831a6a8c0809
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 5337263514dd6f09803962437687240c5dc39aa4
Gutenberg: 943a12eae51ca3dcda2ef86b4efe4f4a23854763
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
Gutenberg: d5a7f8a1047c0076a75a3e0a6400d22c324eef83
libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9
RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a
RCTRequired: bd9d2ab0fda10171fcbcf9ba61a7df4dc15a28f4
RCTTypeSafety: e44e139bf6ec8042db396201834fc2372f6a21cd
React: 482cd1ba23c471be1aed3800180be2427418d7be
Expand Down Expand Up @@ -588,7 +588,7 @@ SPEC CHECKSUMS:
RNReanimated: 8b189a09da0345d84b33b8cde57a57f8ed847352
RNScreens: 953633729a42e23ad0c93574d676b361e3335e8b
RNSVG: 36a7359c428dcb7c6bce1cc546fbfebe069809b0
RNTAztecView: 634d437faf2908196c7d1237c210936466d6a37d
RNTAztecView: 24db190c1b8b792a8b56f51835483547a8790d78
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-editor",
"version": "1.86.0",
"version": "1.86.1",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit f2ff206

Please sign in to comment.