Skip to content

Commit

Permalink
Merge pull request #6916 from wordpress-mobile/release/1.120.0
Browse files Browse the repository at this point in the history
Release 1.120.0
  • Loading branch information
Gerardo Pacheco authored Jun 6, 2024
2 parents 7191718 + 9d4b0df commit 250d958
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 21 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased
---

1.120.0
---
* [*] Prevent deleting content when backspacing in the first Paragraph block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6894]
* [internal] Adds new bridge functionality to set editor content [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6878]

Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 74 files
+1 −1 .github/workflows/create-block.yml
+1 −1 .github/workflows/php-changes-detection.yml
+1 −1 .github/workflows/rnmobile-ios-runner.yml
+4 −4 .github/workflows/unit-test.yml
+3 −0 backport-changelog/6.6/6737.md
+3 −0 backport-changelog/6.6/6744.md
+7 −2 changelog.txt
+1 −1 gutenberg.php
+11 −5 lib/class-wp-theme-json-gutenberg.php
+3 −7 lib/class-wp-theme-json-resolver-gutenberg.php
+10 −10 lib/class-wp-theme-json-schema-gutenberg.php
+58 −17 lib/compat/wordpress-6.5/blocks.php
+1 −1 lib/experimental/kses.php
+5 −5 package-lock.json
+1 −1 package.json
+8 −8 packages/block-library/src/navigation/index.php
+1 −1 packages/block-library/src/navigation/view.js
+1 −1 packages/block-library/src/query-pagination-next/index.php
+1 −1 packages/block-library/src/query-pagination-previous/index.php
+2 −1 packages/block-library/src/query/editor.scss
+2 −2 packages/block-library/src/search/index.php
+22 −19 packages/blocks/src/api/parser/fix-custom-classname.js
+1 −1 packages/blocks/src/api/parser/index.js
+32 −0 packages/blocks/src/api/parser/test/index.js
+15 −7 packages/blocks/src/store/selectors.js
+119 −0 packages/blocks/src/store/test/selectors.js
+30 −0 packages/blocks/src/store/utils.js
+4 −3 packages/core-data/src/queried-data/reducer.js
+1 −1 packages/core-data/src/reducer.js
+1 −1 packages/core-data/src/resolvers.js
+2 −10 packages/create-block-interactive-template/block-templates/README.md.mustache
+8 −3 packages/data/src/registry.js
+22 −0 packages/data/src/test/registry.js
+4 −2 packages/dataviews/src/style.scss
+27 −4 packages/e2e-test-utils-playwright/src/request-utils/rest.ts
+26 −0 packages/e2e-tests/plugins/interactive-blocks/directive-each/render.php
+28 −1 packages/e2e-tests/plugins/interactive-blocks/directive-each/view.js
+13 −6 packages/edit-post/src/components/back-button/index.js
+128 −65 packages/edit-post/src/components/layout/index.js
+15 −15 packages/edit-post/src/components/welcome-guide/index.js
+0 −118 packages/edit-post/src/editor.js
+2 −2 packages/edit-post/src/index.js
+3 −1 packages/edit-post/src/store/index.js
+52 −0 packages/edit-post/src/store/private-selectors.js
+10 −61 packages/edit-post/src/store/selectors.js
+47 −95 packages/edit-site/src/components/editor/index.js
+35 −0 packages/edit-site/src/components/editor/use-editor-title.js
+0 −1 packages/edit-site/src/components/global-styles-sidebar/style.scss
+0 −5 packages/edit-site/src/components/global-styles/style.scss
+88 −0 packages/editor/src/components/editor/index.js
+6 −1 packages/editor/src/components/header/back-button.js
+3 −1 packages/editor/src/components/post-actions/actions.js
+13 −5 packages/editor/src/components/post-url/panel.js
+2 −6 packages/editor/src/private-apis.js
+0 −2 packages/editor/src/private-apis.native.js
+6 −2 packages/env/README.md
+8 −2 packages/env/lib/build-docker-compose-config.js
+6 −0 packages/env/lib/config/get-config-from-environment-vars.js
+14 −0 packages/env/lib/config/parse-config.js
+8 −0 packages/env/lib/config/test/__snapshots__/config-integration.js.snap
+38 −0 packages/env/lib/config/test/config-integration.js
+1 −0 packages/env/lib/config/test/parse-config.js
+1 −1 packages/interactivity/src/directives.tsx
+1 −1 packages/react-native-aztec/package.json
+1 −1 packages/react-native-bridge/package.json
+2 −0 packages/react-native-editor/CHANGELOG.md
+4 −4 packages/react-native-editor/ios/Podfile.lock
+1 −1 packages/react-native-editor/package.json
+2 −2 phpunit/blocks/render-query-test.php
+5 −0 schemas/json/block.json
+13 −0 test/e2e/specs/editor/plugins/custom-post-types.spec.js
+13 −0 test/e2e/specs/interactivity/directive-each.spec.ts
+1 −3 test/performance/playwright.config.ts
+10 −35 test/performance/specs/site-editor.spec.js
4 changes: 2 additions & 2 deletions ios-xcframework/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ PODS:
- React-RCTImage
- RNSVG (14.0.0):
- React-Core
- RNTAztecView (1.119.1):
- RNTAztecView (1.120.0):
- React-Core
- WordPress-Aztec-iOS (= 1.19.11)
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -1399,7 +1399,7 @@ SPEC CHECKSUMS:
RNReanimated: f705119af7f77c961122a09adbfdf3dd38ce6a60
RNScreens: d07e03170921286b65f07e7b2a3aa8300f61f2ec
RNSVG: eb0b170443191e4a1af53b9bd17d1f2fbd1ba152
RNTAztecView: 268a6489f223c3a91afa2ba5ee7bef82df900c69
RNTAztecView: 3a1df2dd827082d22a4dd06b6031e2fefd2885c6
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Expand Down
38 changes: 21 additions & 17 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-mobile",
"version": "1.119.1",
"version": "1.120.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand All @@ -17,6 +17,7 @@
"@react-native-community/cli": "^12.1.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@wordpress/babel-preset-default": "file:gutenberg/packages/babel-preset-default",
"@wordpress/babel-plugin-import-jsx-pragma": "file:gutenberg/packages/babel-plugin-import-jsx-pragma",
"@wordpress/eslint-plugin": "file:gutenberg/packages/eslint-plugin",
"appium": "2.0.0",
"babel-core": "^7.0.0-bridge.0",
Expand Down

0 comments on commit 250d958

Please sign in to comment.