Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.80.0 #5044

Merged
merged 8 commits into from
Jul 21, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
Unreleased
---

1.80.0
---
* [**] Prevent validation error when viewing VideoPress markup within app [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4899]
* [*] Add React Native FastImage [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4989]
* [*] Block inserter displays block collections [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5024]
* [*] Fix incorrect spacing within Image alt text footnote [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5031]
* [***] Gallery and Image block - Performance improvements [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5007]

## 1.79.1
---
* [**] Fix a crash when scrolling posts containing Embed blocks (Android 12 only) [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5033]

## 1.79.0
---
- [*] Add 'Insert from URL' option to Video block [https://github.com/WordPress/gutenberg/pull/41493]
- [*] Image block copies the alt text from the media library when selecting an item [https://github.com/WordPress/gutenberg/pull/41839]
- [*] Introduce "block recovery" option for invalid blocks [https://github.com/WordPress/gutenberg/pull/41988]
Expand Down
5 changes: 2 additions & 3 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- translators: %1$s: Select control font size name e.g. Small, %2$s: Select control font size e.g. 12px -->
<string name="gutenberg_native_1_s_2_s" tools:ignore="UnusedResources">%1$s (%2$s)</string>
<!-- translators: accessibility text. Inform about current value. %1$s: Control label %2$s: setting label (example: width), %3$s: Current value. %4$s: value measurement unit (example: pixels) -->
<string name="gutenberg_native_1_s_2_s_is_3_s_4_s" tools:ignore="UnusedResources">%1$s. %2$s is %3$s %4$s.</string>
<!-- translators: %1$s: Select control button label e.g. "Button width". %2$s: Select control option value e.g: "Auto, 25%". -->
Expand Down Expand Up @@ -179,6 +177,7 @@
<string name="gutenberg_native_gif" tools:ignore="UnusedResources">GIF</string>
<string name="gutenberg_native_give_it_a_try_by_adding_a_few_blocks_to_your_post_or_page" tools:ignore="UnusedResources">Give it a try by adding a few blocks to your post or page!</string>
<string name="gutenberg_native_go_back" tools:ignore="UnusedResources">Go back</string>
<string name="gutenberg_native_gradient" tools:ignore="UnusedResources">Gradient</string>
<string name="gutenberg_native_gradient_type" tools:ignore="UnusedResources">Gradient Type</string>
<string name="gutenberg_native_help_button" tools:ignore="UnusedResources">Help button</string>
<string name="gutenberg_native_help_icon" tools:ignore="UnusedResources">Help icon</string>
Expand All @@ -192,6 +191,7 @@
<string name="gutenberg_native_insert_crosspost" tools:ignore="UnusedResources">Insert crosspost</string>
<string name="gutenberg_native_insert_mention" tools:ignore="UnusedResources">Insert mention</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>
<string name="gutenberg_native_invalid_url_please_enter_a_valid_url" tools:ignore="UnusedResources">Invalid URL. Please enter a valid URL.</string>
<string name="gutenberg_native_jetpack_powered" tools:ignore="UnusedResources">Jetpack powered</string>
Expand Down Expand Up @@ -329,7 +329,6 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
<string name="gutenberg_native_take_a_video" tools:ignore="UnusedResources">Take a Video</string>
<string name="gutenberg_native_tap_here_to_show_help" tools:ignore="UnusedResources">Tap here to show help</string>
<string name="gutenberg_native_tap_to_hide_the_keyboard" tools:ignore="UnusedResources">Tap to hide the keyboard</string>
<string name="gutenberg_native_text_color" tools:ignore="UnusedResources">Text color</string>
<string name="gutenberg_native_text_formatting_controls_are_located_within_the_toolbar_positione" tools:ignore="UnusedResources">Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block</string>
<string name="gutenberg_native_the_basics" tools:ignore="UnusedResources">The basics</string>
<string name="gutenberg_native_this_color_combination_may_be_hard_for_people_to_read_try_using_a" tools:ignore="UnusedResources">This color combination may be hard for people to read. Try using a darker background color and/or a brighter text color.</string>
Expand Down
4,408 changes: 2,212 additions & 2,196 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.

4 changes: 2 additions & 2 deletions bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Foundation

private func dummy() {
_ = NSLocalizedString("'%s' is not fully-supported", comment: "translators: Missing block alert title. %s: The localized block name")
_ = NSLocalizedString("%1$s (%2$s)", comment: "translators: %1$s: Select control font size name e.g. Small, %2$s: Select control font size e.g. 12px")
_ = NSLocalizedString("%1$s transformed to %2$s", comment: "translators: 1: From block title, e.g. Paragraph. 2: To block title, e.g. Header.")
_ = NSLocalizedString("%1$s. %2$s is %3$s %4$s.", comment: "translators: accessibility text. Inform about current value. %1$s: Control label %2$s: setting label (example: width), %3$s: Current value. %4$s: value measurement unit (example: pixels)")
_ = NSLocalizedString("%1$s. Currently selected: %2$s", comment: "translators: %1$s: Select control button label e.g. \"Button width\". %2$s: Select control option value e.g: \"Auto, 25%\".")
Expand Down Expand Up @@ -168,6 +167,7 @@ private func dummy() {
_ = NSLocalizedString("GIF", comment: "")
_ = NSLocalizedString("Give it a try by adding a few blocks to your post or page!", comment: "")
_ = NSLocalizedString("Go back", comment: "")
_ = NSLocalizedString("Gradient", comment: "")
_ = NSLocalizedString("Gradient Type", comment: "")
_ = NSLocalizedString("Help button", comment: "")
_ = NSLocalizedString("Help icon", comment: "")
Expand All @@ -180,6 +180,7 @@ private func dummy() {
_ = NSLocalizedString("Insert crosspost", comment: "")
_ = NSLocalizedString("Insert mention", comment: "")
_ = NSLocalizedString("Inside", comment: "")
_ = NSLocalizedString("Invalid URL.", comment: "")
_ = NSLocalizedString("Invalid URL. Audio file not found.", comment: "")
_ = NSLocalizedString("Invalid URL. Please enter a valid URL.", comment: "")
_ = NSLocalizedString("Jetpack powered", comment: "")
Expand Down Expand Up @@ -277,7 +278,6 @@ private func dummy() {
_ = NSLocalizedString("Take a Video", comment: "")
_ = NSLocalizedString("Tap here to show help", comment: "")
_ = NSLocalizedString("Tap to hide the keyboard", comment: "")
_ = NSLocalizedString("Text color", comment: "")
_ = NSLocalizedString("Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block", comment: "")
_ = NSLocalizedString("The basics", comment: "")
_ = NSLocalizedString("This color combination may be hard for people to read. Try using a brighter background color and/or a darker text color.", comment: "")
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.79.1",
"version": "1.80.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down