Skip to content

Commit

Permalink
Merge pull request #5985 from wordpress-mobile/release/1.100.1
Browse files Browse the repository at this point in the history
Release 1.100.1
  • Loading branch information
fluiddot committed Jul 21, 2023
2 parents 1073588 + 11bc881 commit 231596e
Show file tree
Hide file tree
Showing 9 changed files with 1,990 additions and 1,979 deletions.
7 changes: 7 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Unreleased
---

1.100.1
---
* [**] Fix crash when registering non-core blocks [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5982]

1.100.0
---
* [**] Add media inserter buttons to editor toolbar [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5900]
* [**] Update native BlockOutline component styles to remove blue border from blocks [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5833]
* [**] Move the undo/redo buttons to the navigation bar [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5889]
Expand Down
7 changes: 4 additions & 3 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<string name="gutenberg_native_add_image" tools:ignore="UnusedResources">ADD IMAGE</string>
<string name="gutenberg_native_add_image_or_video" tools:ignore="UnusedResources">ADD IMAGE OR VIDEO</string>
<string name="gutenberg_native_add_image_or_video_b7b3d22b" tools:ignore="UnusedResources">Add image or video</string>
<string name="gutenberg_native_add_link" tools:ignore="UnusedResources">ADD LINK</string>
<string name="gutenberg_native_add_link_text" tools:ignore="UnusedResources">Add link text</string>
<!-- translators: %s: social link name e.g: "Instagram". -->
<string name="gutenberg_native_add_link_to_s" tools:ignore="UnusedResources">Add link to %s</string>
Expand Down Expand Up @@ -133,7 +132,6 @@
<string name="gutenberg_native_double_tap_to_open_bottom_sheet_with_available_options" tools:ignore="UnusedResources">Double tap to open Bottom Sheet with available options</string>
<string name="gutenberg_native_double_tap_to_preview_page" tools:ignore="UnusedResources">Double tap to preview page.</string>
<string name="gutenberg_native_double_tap_to_preview_post" tools:ignore="UnusedResources">Double tap to preview post.</string>
<string name="gutenberg_native_double_tap_to_redo_last_change" tools:ignore="UnusedResources">Double tap to redo last change</string>
<string name="gutenberg_native_double_tap_to_select" tools:ignore="UnusedResources">Double tap to select</string>
<string name="gutenberg_native_double_tap_to_select_a_video" tools:ignore="UnusedResources">Double tap to select a video</string>
<string name="gutenberg_native_double_tap_to_select_an_audio_file" tools:ignore="UnusedResources">Double tap to select an audio file</string>
Expand All @@ -144,7 +142,6 @@
<string name="gutenberg_native_double_tap_to_select_the_option" tools:ignore="UnusedResources">Double tap to select the option</string>
<!-- translators: accessibility text (hint for switches) -->
<string name="gutenberg_native_double_tap_to_toggle_setting" tools:ignore="UnusedResources">Double tap to toggle setting</string>
<string name="gutenberg_native_double_tap_to_undo_last_change" tools:ignore="UnusedResources">Double tap to undo last change</string>
<string name="gutenberg_native_double_tap_to_view_embed_options" tools:ignore="UnusedResources">Double tap to view embed options.</string>
<string name="gutenberg_native_drag_drop" tools:ignore="UnusedResources">Drag &amp; drop</string>
<string name="gutenberg_native_drag_drop_makes_rearranging_blocks_a_breeze_press_and_hold_on_a_b" tools:ignore="UnusedResources">Drag &amp; drop makes rearranging blocks a breeze. Press and hold on a block, then drag it to its new location and release.</string>
Expand Down Expand Up @@ -199,8 +196,12 @@
<!-- translators: accessibility text. %s: image caption. -->
<string name="gutenberg_native_image_caption_s" tools:ignore="UnusedResources">Image caption. %s</string>
<string name="gutenberg_native_image_file_not_found" tools:ignore="UnusedResources">Image file not found.</string>
<string name="gutenberg_native_insert_audio_block" tools:ignore="UnusedResources">Insert Audio Block</string>
<string name="gutenberg_native_insert_crosspost" tools:ignore="UnusedResources">Insert crosspost</string>
<string name="gutenberg_native_insert_gallery_block" tools:ignore="UnusedResources">Insert Gallery Block</string>
<string name="gutenberg_native_insert_image_block" tools:ignore="UnusedResources">Insert Image Block</string>
<string name="gutenberg_native_insert_mention" tools:ignore="UnusedResources">Insert mention</string>
<string name="gutenberg_native_insert_video_block" tools:ignore="UnusedResources">Insert Video Block</string>
<string name="gutenberg_native_inside" tools:ignore="UnusedResources">Inside</string>
<string name="gutenberg_native_invalid_url" tools:ignore="UnusedResources">Invalid URL.</string>
<string name="gutenberg_native_invalid_url_audio_file_not_found" tools:ignore="UnusedResources">Invalid URL. Audio file not found.</string>
Expand Down
3,936 changes: 1,969 additions & 1,967 deletions bundle/ios/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ private func dummy() {
_ = NSLocalizedString("ADD IMAGE", comment: "")
_ = NSLocalizedString("Add image or video", comment: "")
_ = NSLocalizedString("ADD IMAGE OR VIDEO", comment: "")
_ = NSLocalizedString("ADD LINK", comment: "")
_ = NSLocalizedString("Add link text", comment: "")
_ = NSLocalizedString("Add link to %s", comment: "translators: %s: social link name e.g: \"Instagram\".")
_ = NSLocalizedString("ADD MEDIA", comment: "")
Expand Down Expand Up @@ -126,7 +125,6 @@ private func dummy() {
_ = NSLocalizedString("Double tap to open Bottom Sheet with available options", comment: "")
_ = NSLocalizedString("Double tap to preview page.", comment: "")
_ = NSLocalizedString("Double tap to preview post.", comment: "")
_ = NSLocalizedString("Double tap to redo last change", comment: "")
_ = NSLocalizedString("Double tap to select", comment: "")
_ = NSLocalizedString("Double tap to select a video", comment: "")
_ = NSLocalizedString("Double tap to select an audio file", comment: "")
Expand All @@ -135,7 +133,6 @@ private func dummy() {
_ = NSLocalizedString("Double tap to select font size", comment: "")
_ = NSLocalizedString("Double tap to select the option", comment: "translators: accessibility text (hint for selecting option)")
_ = NSLocalizedString("Double tap to toggle setting", comment: "translators: accessibility text (hint for switches)")
_ = NSLocalizedString("Double tap to undo last change", comment: "")
_ = NSLocalizedString("Double tap to view embed options.", comment: "")
_ = NSLocalizedString("double-tap to change unit", comment: "")
_ = NSLocalizedString("Drag & drop", comment: "")
Expand Down Expand Up @@ -185,8 +182,12 @@ private func dummy() {
_ = NSLocalizedString("How to edit your post", comment: "")
_ = NSLocalizedString("Image caption. %s", comment: "translators: accessibility text. %s: image caption.")
_ = NSLocalizedString("Image file not found.", comment: "")
_ = NSLocalizedString("Insert Audio Block", comment: "")
_ = NSLocalizedString("Insert crosspost", comment: "")
_ = NSLocalizedString("Insert Gallery Block", comment: "")
_ = NSLocalizedString("Insert Image Block", comment: "")
_ = NSLocalizedString("Insert mention", comment: "")
_ = NSLocalizedString("Insert Video Block", comment: "")
_ = NSLocalizedString("Inside", comment: "")
_ = NSLocalizedString("Invalid URL.", comment: "")
_ = NSLocalizedString("Invalid URL. Audio file not found.", comment: "")
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 36 files
+1 −1 lib/compat/wordpress-6.3/class-gutenberg-rest-global-styles-revisions-controller-6-3.php
+7 −0 lib/compat/wordpress-6.3/navigation-fallback.php
+22 −0 lib/compat/wordpress-6.4/class-gutenberg-rest-global-styles-controller-6-4.php
+2 −0 lib/compat/wordpress-6.4/class-gutenberg-rest-global-styles-revisions-controller-6-4.php
+5 −5 packages/block-editor/src/store/test/selectors.js
+2 −0 packages/block-library/src/comment-template/index.php
+14 −2 packages/block-library/src/footnotes/index.php
+2 −0 packages/block-library/src/pattern/index.php
+2 −0 packages/block-library/src/post-template/index.php
+2 −0 packages/block-library/src/post-title/index.php
+2 −0 packages/block-library/src/search/index.php
+5 −0 packages/block-library/src/verse/edit.js
+4 −2 packages/block-library/src/verse/test/edit.native.js
+1 −0 packages/blocks/src/api/parser/index.js
+17 −6 packages/blocks/src/api/parser/test/index.js
+2 −1 packages/blocks/src/api/serializer.js
+8 −8 packages/blocks/src/api/test/serializer.js
+9 −4 packages/data/CHANGELOG.md
+2 −2 packages/data/README.md
+6 −9 packages/data/src/dispatch.ts
+38 −5 packages/data/src/types.ts
+19 −0 packages/e2e-tests/plugins/iframed-enqueue-block-editor-settings.php
+4 −0 packages/e2e-tests/plugins/interactive-blocks/directive-priorities/render.php
+108 −0 packages/e2e-tests/specs/editor/plugins/iframed-enqueue-block-editor-settings.test.js
+47 −2 packages/edit-post/src/components/layout/index.js
+1 −43 packages/edit-post/src/editor.js
+13 −13 packages/editor/src/store/test/selectors.js
+49 −62 packages/interactivity/src/hooks.js
+1 −1 packages/react-native-aztec/package.json
+1 −1 packages/react-native-bridge/package.json
+5 −2 packages/react-native-editor/CHANGELOG.md
+4 −4 packages/react-native-editor/ios/Podfile.lock
+1 −1 packages/react-native-editor/package.json
+33 −478 phpunit/class-gutenberg-rest-global-styles-revisions-controller-test.php
+40 −0 phpunit/class-gutenberg-rest-navigation-fallback-controller-test.php
+17 −0 test/e2e/specs/interactivity/directive-priorities.spec.ts
4 changes: 2 additions & 2 deletions ios-xcframework/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ PODS:
- React-Core
- RNSVG (9.13.6):
- React-Core
- RNTAztecView (1.99.1):
- RNTAztecView (1.100.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.8)
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -601,7 +601,7 @@ SPEC CHECKSUMS:
RNReanimated: b5730b32243a35f955202d807ecb43755133ac62
RNScreens: bd1f43d7dfcd435bc11d4ee5c60086717c45a113
RNSVG: 259ef12cbec2591a45fc7c5f09d7aa09e6692533
RNTAztecView: 4981dcdcf53a8663d7cc022841d057a3a62114b9
RNTAztecView: 5b3859ec43d41024875dfb3894418decfb296e15
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
Expand Down
2 changes: 1 addition & 1 deletion 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.99.1",
"version": "1.100.1",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 231596e

Please sign in to comment.