-
Notifications
You must be signed in to change notification settings - Fork 58
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.99.0 #5944
Release 1.99.0 #5944
Conversation
@@ -196,6 +195,7 @@ private func dummy() { | |||
_ = NSLocalizedString("Line Height", comment: "") | |||
_ = NSLocalizedString("Link inserted", comment: "") | |||
_ = NSLocalizedString("Link Rel", comment: "") | |||
_ = NSLocalizedString("Link Settings", comment: "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This string is no longer used in the web version after this change.
@@ -10,8 +10,7 @@ private func dummy() { | |||
_ = NSLocalizedString("%s block, newly available", comment: "translators: Newly available block name. %s: The localized block name") | |||
_ = NSLocalizedString("%s block. Empty", comment: "translators: accessibility text for the media block empty state. %s: media type") | |||
_ = NSLocalizedString("%s block. This block has invalid content", comment: "translators: accessibility text for blocks with invalid content. %d: localized block title") | |||
_ = NSLocalizedString("%s converted to regular block", comment: "translators: %s: name of the reusable block") | |||
_ = NSLocalizedString("%s converted to regular blocks", comment: "translators: %s: name of the reusable block") | |||
_ = NSLocalizedString("%s detached", comment: "translators: %s: name of the synced block") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All strings related to reusable blocks have been updated due to this expected change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
# Conflicts: # gutenberg
# Conflicts: # gutenberg
🟢 Writing Flow (iOS)Build: 22.8.0.0 (TestFlight) General
Rich Text Format
Splitting and merging
Undo / Redo - Test Cases
|
🟢 Unsupported Block Tests (iOS)Build: 22.8.0.0 (TestFlight)
|
🟢 Release Changes (iOS)Build: 22.8.0.0 (TestFlight) |
🔴 Functionality Test Suite 5 (iOS)Build: 22.8.0.0 (TestFlight)
Video block - 1
Video block - 2
File block - 1
File block - 2
File block - 3
Audio block - 1
Audio block - 2
Audio block - 3
Audio block - 4
Reusable block - 1
Reusable block - 2 Embed block - 1
Embed block - 2
|
🟢 Writing Flow (Android)Build: 22.8-rc-1 (Google Play) General
Rich Text Format
Splitting and merging
Undo / Redo - Test Cases
|
🟢 Unsupported Block Tests (Android)Build: 22.8-rc-1 (Google Play)
|
🟢 Release Changes (Android)Build: 22.8-rc-1 (Google Play) |
🟡 Functionality Test Suite 4 (Android)Build: 22.8-rc-1 (Google Play) DarkMode - 2Group - 2
Buttons - 4
Buttons - 5
Buttons - 7
Editor Theme - 2Color Settings - 2
VideoPress - 1 |
Release for Gutenberg Mobile 1.99.0
Related PRs
Extra PRs that Landed After the Release Was Cut
No extra PRs yet. 🎉
Changes
Rename Reusable blocks to Patterns
Fix a crash related to Reanimated when closing the editor
Test plan
Once the installable builds of the main apps are ready, perform a quick smoke test of the editor on both iOS and Android to verify it launches without crashing. We will perform additional testing after the main apps cut their releases.
Release Submission Checklist
RELEASE-NOTES.txt
is updated with all the changes that made it to the release. ReplaceUnreleased
section with the release version and create a newUnreleased
section.gutenberg/packages/react-native-editor/CHANGELOG.md
is updated with all the changes that made it to the release. Replace## Unreleased
with the release version and create a new## Unreleased
.