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.116.0 #6773

Merged
merged 7 commits into from
Mar 27, 2024
Merged
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
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.116.0
---
* [**] Highlight color formatting style improvements [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6517]
* [*] Fix an Aztec editor crash occurring on some occasions when the keyboard suggestions are used [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6765]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe( 'Gutenberg Editor - Test Suite 1', () => {
await toggleDarkMode( editorPage.driver, false );
} );

it( 'sliders display proportionate fill level previews', async () => {
it.skip( 'sliders display proportionate fill level previews', async () => {
await editorPage.initializeEditor();
await editorPage.addNewBlock( blockNames.columns );
// Wait for the modal to open
Expand Down
1 change: 1 addition & 0 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<string name="gutenberg_native_choose_images" tools:ignore="UnusedResources">Choose images</string>
<string name="gutenberg_native_choose_video" tools:ignore="UnusedResources">Choose video</string>
<string name="gutenberg_native_clear_search" tools:ignore="UnusedResources">Clear search</string>
<string name="gutenberg_native_clear_selected_color" tools:ignore="UnusedResources">Clear selected color</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new entry was added in with this recent change.

<!-- translators: %d: column index. -->
<string name="gutenberg_native_column_d" tools:ignore="UnusedResources">Column %d</string>
<string name="gutenberg_native_column_settings" tools:ignore="UnusedResources">Column Settings</string>
Expand Down
1 change: 1 addition & 0 deletions bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ private func dummy() {
_ = NSLocalizedString("Choose images", comment: "")
_ = NSLocalizedString("Choose video", comment: "")
_ = NSLocalizedString("Clear search", comment: "")
_ = NSLocalizedString("Clear selected color", comment: "")
_ = NSLocalizedString("Column %d", comment: "translators: %d: column index.")
_ = NSLocalizedString("Column Settings", comment: "")
_ = NSLocalizedString("Columns Settings", comment: "")
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 190 files
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.115.0):
- RNTAztecView (1.116.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: a7f3ef74bdd75250ae479b8027021576047aed0f
RNTAztecView: 15c61330fdc47174997d858975d92e62891e5ba3
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.115.0",
"version": "1.116.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down