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

Button block: Add width selector #3117

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased
------
* [**] Add width selection to the button block.

1.47.0
------
Expand Down
3 changes: 2 additions & 1 deletion bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
<string name="gutenberg_native_page_title_s" tools:ignore="UnusedResources">Page title. %s</string>
<string name="gutenberg_native_paste_block_after" tools:ignore="UnusedResources">Paste block after</string>
<string name="gutenberg_native_paste_url" tools:ignore="UnusedResources">Paste URL</string>
<string name="gutenberg_native_plugin_sidebar_more_menu_title" tools:ignore="UnusedResources">Plugin sidebar more menu title</string>
<string name="gutenberg_native_plugin_sidebar_title" tools:ignore="UnusedResources">Plugin sidebar title</string>
<!-- translators: accessibility text. empty post title. -->
<string name="gutenberg_native_post_title_empty" tools:ignore="UnusedResources">Post title. Empty</string>
<!-- translators: accessibility text. %s: text content of the post title. -->
Expand Down Expand Up @@ -183,7 +185,6 @@
<string name="gutenberg_native_show_post_content" tools:ignore="UnusedResources">Show post content</string>
<!-- translators: Checkbox toggle label -->
<string name="gutenberg_native_show_section" tools:ignore="UnusedResources">Show section</string>
<string name="gutenberg_native_sidebar_title_plugin" tools:ignore="UnusedResources">Sidebar title plugin</string>
<string name="gutenberg_native_start_writing" tools:ignore="UnusedResources">Start writing…</string>
<string name="gutenberg_native_success_message" tools:ignore="UnusedResources">Success Message</string>
<string name="gutenberg_native_take_a_photo" tools:ignore="UnusedResources">Take a Photo</string>
Expand Down
3,544 changes: 1,777 additions & 1,767 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.

3 changes: 2 additions & 1 deletion bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ private func dummy() {
_ = NSLocalizedString("Page title. Empty", comment: "translators: accessibility text. empty page title.")
_ = NSLocalizedString("Paste block after", comment: "")
_ = NSLocalizedString("Paste URL", comment: "")
_ = NSLocalizedString("Plugin sidebar more menu title", comment: "")
_ = NSLocalizedString("Plugin sidebar title", comment: "")
_ = NSLocalizedString("Post title. %s", comment: "translators: accessibility text. %s: text content of the post title.")
_ = NSLocalizedString("Post title. Empty", comment: "translators: accessibility text. empty post title.")
_ = NSLocalizedString("Problem displaying block", comment: "")
Expand All @@ -153,7 +155,6 @@ private func dummy() {
_ = NSLocalizedString("Select item", comment: "")
_ = NSLocalizedString("Show post content", comment: "")
_ = NSLocalizedString("Show section", comment: "translators: Checkbox toggle label")
_ = NSLocalizedString("Sidebar title plugin", comment: "")
_ = NSLocalizedString("Start writing…", comment: "")
_ = NSLocalizedString("Success Message", comment: "")
_ = NSLocalizedString("Take a Photo", comment: "")
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"repeat-visitor",
"revue",
"send-a-message",
"send-a-message/whatsapp-button",
"whatsapp-button",
"seo",
"sharing",
"shortlinks",
"simple-payments",
Expand All @@ -43,7 +44,6 @@
],
"experimental": [
"anchor-fm",
"seo",
"premium-content",
"conversation",
"dialogue"
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 150 files
2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 624 files
Loading