Skip to content

Commit

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

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

* Gutenberg Plugin: Remove deprecations planned for 10.3 release (#30417)

* Gutenberg Plugin: Remove deprecations planned for 10.3 release

* Docs: Add changelog entry

* Closed changelog for 1.50.0

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

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

* RNMobile: Truncate rangecell screenreader decimals (#30678)

Screenreaders (VoiceOver and TalkBack) were reading values of range-cells with too much precision. For example, a Column block with three columns would read widths as 33.33333333 when it should be read as 33.3.

* [RNMobile] react native bridge UBE path fix (#30650)

* Fixed the asset path for the unsupported-block-editor

* symlink update.

* Use the default div tagName on native (#30645)

Co-authored-by: Ceyhun Ozugur <[email protected]>

* Fix crash from non-adjustable unit RangeCell a11y activation (#30636)

* Avoid invoking possible null callback

Previously, the unit picker callback was always invoked when a11y tools
activated the element. This caused the app to crash whenever the element
did not have adjustable units.

* Add test coverage for RangeCell accessibility actions

* Re-added symlink update.

* Update changelog for react-native-editor

Co-authored-by: Greg Ziółkowski <[email protected]>
Co-authored-by: Joel Dean <[email protected]>
Co-authored-by: Ceyhun Ozugur <[email protected]>
Co-authored-by: David Calhoun <[email protected]>
  • Loading branch information
5 people authored Apr 10, 2021
1 parent 385d887 commit 3a7cb59
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 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.50.0",
"version": "1.50.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.50.0",
"version": "1.50.1",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,20 @@ For each user feature we should also add a importance categorization label to i

## 1.50.0

## 1.50.1

- [x] Truncate rangecell screenreader decimals] [#30678]
- [x] Fix Quote block citation [#30548]
- [xx] Fix crash from non-adjustable unit RangeCell a11y activation [#30636]
- [xx] Fix Unsupported Block Editor on Android [#30650]

## 1.50.0

- [***] a11y: Screenreader improvements for the UnitControl component [#29741]

## 1.49.0

* [*] Remove the cancel button from settings options (Android only) [https://github.com/WordPress/gutenberg/pull/29599]
- [*] Remove the cancel button from settings options (Android only) [https://github.com/WordPress/gutenberg/pull/29599]

## 1.48.0

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 @@ -21,7 +21,7 @@ PODS:
- DoubleConversion
- glog
- glog (0.3.5)
- Gutenberg (1.50.0):
- Gutenberg (1.50.1):
- React-Core (= 0.61.5)
- React-CoreModules (= 0.61.5)
- React-RCTImage (= 0.61.5)
Expand Down Expand Up @@ -253,7 +253,7 @@ PODS:
- React-Core
- RNSVG (9.13.6-gb):
- React-Core
- RNTAztecView (1.50.0):
- RNTAztecView (1.50.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.4)
- WordPress-Aztec-iOS (1.19.4)
Expand Down Expand Up @@ -402,7 +402,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 118d0d177724c2d67f08a59136eb29ef5943ec75
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
Gutenberg: 3fb0791ec50a4bfb82d53ee47d57b413229d3a97
Gutenberg: 62fc73dafa850e4e5ae259d36503f5ab9cb4799b
RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1
RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320
React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78
Expand Down Expand Up @@ -435,7 +435,7 @@ SPEC CHECKSUMS:
RNReanimated: f05baf4cd76b6eab2e4d7e2b244424960b968918
RNScreens: 953633729a42e23ad0c93574d676b361e3335e8b
RNSVG: 46c4b680fe18237fa01eb7d7b311d77618fde31f
RNTAztecView: 7552d3a49d7958b422dc089ae5e1d91b8300f58d
RNTAztecView: f33408723146b0ea91645f0730efd69e26031a9d
WordPress-Aztec-iOS: 870c93297849072aadfc2223e284094e73023e82
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b

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.50.0",
"version": "1.50.1",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 3a7cb59

Please sign in to comment.