Skip to content

Commit

Permalink
Merge pull request #6832 from wordpress-mobile/release/1.118.0
Browse files Browse the repository at this point in the history
Release 1.118.0
  • Loading branch information
twstokes authored Apr 25, 2024
2 parents 2467d43 + 673efbb commit 5e7c538
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 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.118.0
---
* [*] Enable FlatList Virtualization on iOS [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6716]
* [*] Fix a crash when pasting file images and special comment markup [https://github.com/WordPress/gutenberg/pull/60676]

Expand Down
2 changes: 1 addition & 1 deletion bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@
<string name="gutenberg_native_jetpack_powered" tools:ignore="UnusedResources">Jetpack powered</string>
<string name="gutenberg_native_line_height" tools:ignore="UnusedResources">Line Height</string>
<string name="gutenberg_native_link_inserted" tools:ignore="UnusedResources">Link inserted</string>
<string name="gutenberg_native_link_label" tools:ignore="UnusedResources">Link label</string>
<string name="gutenberg_native_link_rel" tools:ignore="UnusedResources">Link Rel</string>
<string name="gutenberg_native_link_settings" tools:ignore="UnusedResources">Link Settings</string>
<string name="gutenberg_native_link_text" tools:ignore="UnusedResources">Link text</string>
<string name="gutenberg_native_link_to" tools:ignore="UnusedResources">Link To</string>
<string name="gutenberg_native_loading" tools:ignore="UnusedResources">Loading</string>
<string name="gutenberg_native_lock_icon" tools:ignore="UnusedResources">Lock icon</string>
Expand Down
2 changes: 1 addition & 1 deletion bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ private func dummy() {
_ = NSLocalizedString("Jetpack powered", comment: "")
_ = NSLocalizedString("Line Height", comment: "")
_ = NSLocalizedString("Link inserted", comment: "")
_ = NSLocalizedString("Link label", comment: "")
_ = NSLocalizedString("Link Rel", comment: "")
_ = NSLocalizedString("Link Settings", comment: "")
_ = NSLocalizedString("Link text", comment: "")
_ = NSLocalizedString("Link To", comment: "")
_ = NSLocalizedString("Loading", comment: "")
_ = NSLocalizedString("Lock icon", comment: "")
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 55 files
+1 −1 docs/manifest.json
+3 −3 docs/reference-guides/data/data-core.md
+7 −5 docs/reference-guides/theme-json-reference/theme-json-living.md
+24 −0 docs/reference-guides/theme-json-reference/theme-json-migrations.md
+336 −0 docs/reference-guides/theme-json-reference/theme-json-v2.md
+1 −1 lib/class-wp-theme-json-data-gutenberg.php
+36 −32 lib/class-wp-theme-json-gutenberg.php
+8 −5 lib/class-wp-theme-json-resolver-gutenberg.php
+59 −2 lib/class-wp-theme-json-schema-gutenberg.php
+2 −1 lib/theme.json
+3 −3 package-lock.json
+2 −0 packages/block-editor/src/components/global-styles/hooks.js
+21 −17 packages/block-editor/src/components/global-styles/typography-panel.js
+20 −19 packages/block-editor/src/components/list-view/block.js
+7 −0 packages/block-editor/src/components/provider/test/use-block-sync.js
+8 −0 packages/block-editor/src/components/provider/use-block-sync.js
+4 −0 packages/block-editor/src/hooks/utils.js
+16 −0 packages/block-editor/src/utils/object.js
+3 −3 packages/core-data/README.md
+13 −9 packages/docgen/lib/get-type-annotation.js
+20 −0 packages/docgen/test/get-type-annotation.js
+1 −1 packages/edit-site/src/components/template-actions/index.js
+20 −2 packages/editor/README.md
+10 −0 packages/editor/src/components/editor-history/redo.js
+10 −0 packages/editor/src/components/editor-history/undo.js
+6 −1 packages/editor/src/components/start-page-options/index.js
+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
+1 −1 phpunit/class-wp-rest-global-styles-controller-gutenberg-test.php
+77 −5 phpunit/class-wp-theme-json-schema-test.php
+35 −47 phpunit/class-wp-theme-json-test.php
+1 −1 phpunit/data/themedir1/block-theme-child-with-fluid-layout/theme.json
+1 −1 phpunit/data/themedir1/block-theme-child-with-fluid-typography-config/theme.json
+1 −1 phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json
+1 −1 phpunit/data/themedir1/block-theme-child/styles/variation-a.json
+1 −1 phpunit/data/themedir1/block-theme-child/styles/variation-b.json
+1 −1 phpunit/data/themedir1/block-theme-child/theme.json
+1 −1 phpunit/data/themedir1/block-theme/styles/variation-a.json
+1 −1 phpunit/data/themedir1/block-theme/styles/variation-b.json
+1 −1 phpunit/data/themedir1/block-theme/styles/variation.json
+1 −1 phpunit/data/themedir1/block-theme/theme.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/styles/variation-duplicate-fonts.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/styles/variation-new-font-family.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/styles/variation-new-font-variations.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/styles/variation-no-fonts.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/theme.json
+6 −1 schemas/json/theme.json
+1 −1 test/emptytheme/styles/variation.json
+1 −1 test/emptytheme/theme.json
+1 −1 test/gutenberg-test-themes/style-variations/styles/pink.json
+1 −1 test/gutenberg-test-themes/style-variations/styles/yellow.json
+1 −1 test/gutenberg-test-themes/style-variations/theme.json
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.117.0):
- RNTAztecView (1.118.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: e161e7402f1e64e37d4fe1474a73845f0fc1efe9
RNTAztecView: caf0e76a80867970eaa182cf9bf2d5b3c89285c5
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Expand Down
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-mobile",
"version": "1.117.0",
"version": "1.118.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 5e7c538

Please sign in to comment.