Skip to content

Commit

Permalink
Mobile Release v1.120.1 (#62646)
Browse files Browse the repository at this point in the history
* [Mobile] - Image corrector - Check the path extension is a valid one (#62190)

* Mobile - Image corrector - Check the path extension is a valid one

* [Mobile] - Image corrector- Expand comment explaining the filtering for file: media paths

* Integration Test helpers - Expand pasteIntoRichText to support passing files as a parameter

* Mobile Editor Tests - Add new tests related to pasting HTML content with local image paths

* Update snapshot

* [Mobile] - Unsupported block - UI improvements (#62240)

* Mobile - Unsupported block editor - Update editor style overrides

* Mobile - Unsupported block - Update UI to show Tap to edit for unsupported blocks, simplifying the flow to open the Unsupported block editor

* Fix unsupported block condition

* Update snapshot

* Fix condition for the help icon

* Update Unsupported Block Editor condition and reverts the functionality to select the block first before opening the editor.

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

* Release script: Update CHANGELOG for version 1.120.0

* Release script: Update podfile

* [Mobile] -  RichText - Fix `undefined` onDelete callback (#62486)

* Native RichText - Fix undefined onDelete callback

* Update changelog

Co-authored-by: geriux <geriux@git.wordpress.org>
Co-authored-by: twstokes <twstokes@git.wordpress.org>

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

* Release script: Update podfile

---------

Co-authored-by: geriux <geriux@git.wordpress.org>
Co-authored-by: twstokes <twstokes@git.wordpress.org>
  • Loading branch information
3 people committed Jun 19, 2024
1 parent e4d38f6 commit fb8a06a
Show file tree
Hide file tree
Showing 6 changed files with 13 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.120.0",
"version": "1.120.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.120.0",
"version": "1.120.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: 3 additions & 1 deletion packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ For each user feature we should also add a importance categorization label to i
## Unreleased
- [internal] Fix Inserter items list filtering [#62334]
- [*] Prevent hiding the keyboard when creating new list items [#62446]
- [*] RichText - Fix undefined onDelete callback [#62486]
- [*] Fix issue when pasting HTML content [#62588]

## 1.120.1
- [*] RichText - Fix undefined onDelete callback [#62486]

## 1.120.0
- [*] Prevent deleting content when backspacing in the first Paragraph block [#62069]
- [internal] Adds new bridge functionality for updating content [#61796]
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.73.3)
- fmt (6.2.1)
- glog (0.3.5)
- Gutenberg (1.120.0):
- Gutenberg (1.120.1):
- React-Core (= 0.73.3)
- React-CoreModules (= 0.73.3)
- React-RCTImage (= 0.73.3)
Expand Down Expand Up @@ -1109,7 +1109,7 @@ PODS:
- React-Core
- RNSVG (14.0.0):
- React-Core
- RNTAztecView (1.120.0):
- RNTAztecView (1.120.1):
- React-Core
- WordPress-Aztec-iOS (= 1.19.11)
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -1343,7 +1343,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 73b3972e2bd20b3235ff2014f06a3d3af675ed29
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
Gutenberg: 0d15c3a0b8aace231a954709a536580d7905c867
Gutenberg: 1f3141594d15fc34e121ae5921676a49332e9009
hermes-engine: 5420539d016f368cd27e008f65f777abd6098c56
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
Expand Down Expand Up @@ -1402,7 +1402,7 @@ SPEC CHECKSUMS:
RNReanimated: 6936b41d8afb97175e7c0ab40425b53103f71046
RNScreens: 2b73f5eb2ac5d94fbd61fa4be0bfebd345716825
RNSVG: 255767813dac22db1ec2062c8b7e7b856d4e5ae6
RNTAztecView: 3a1df2dd827082d22a4dd06b6031e2fefd2885c6
RNTAztecView: e7495baad7608c5e7e9e9a43ee537282dae7ccdc
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
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.120.0",
"version": "1.120.1",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

1 comment on commit fb8a06a

@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 fb8a06a.
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/9580889112
📝 Reported issues:

Please sign in to comment.