-
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.42.0 #2830
Release 1.42.0 #2830
Conversation
Add support for Story block rendering on mobile gutenberg
Bumps [gutenberg](https://github.com/WordPress/gutenberg) from `7903feb` to `eedb83d`. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Commits](WordPress/gutenberg@7903feb...eedb83d) Signed-off-by: dependabot[bot] <[email protected]>
…gutenberg-eedb83d Bump gutenberg from `7903feb` to `eedb83d`
…tories-block Stories: moved __DEV__ flag to contact-info block availability declaration only
Bumps [gutenberg](https://github.com/WordPress/gutenberg) from `eedb83d` to `c811fb7`. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Commits](WordPress/gutenberg@eedb83d...c811fb7) Signed-off-by: dependabot[bot] <[email protected]>
…gutenberg-c811fb7 Bump gutenberg from `eedb83d` to `c811fb7`
…ettings (#2742) * Bump jetpack from `898c8d7` to `2f5322f` Bumps [jetpack](https://github.com/Automattic/jetpack) from `898c8d7` to `2f5322f`. - [Release notes](https://github.com/Automattic/jetpack/releases) - [Commits](Automattic/jetpack@898c8d7...2f5322f) Signed-off-by: dependabot[bot] <[email protected]> * Update ref and notes Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jetpack](https://github.com/Automattic/jetpack) from `2f5322f` to `2077bf2`. - [Release notes](https://github.com/Automattic/jetpack/releases) - [Commits](Automattic/jetpack@2f5322f...2077bf2) Signed-off-by: dependabot[bot] <[email protected]>
File Block basics
…jetpack-2077bf2 Bump jetpack from `2f5322f` to `2077bf2`
Bumps [gutenberg](https://github.com/WordPress/gutenberg) from `ff54fa9` to `132a69f`. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Commits](WordPress/gutenberg@ff54fa9...132a69f) Signed-off-by: dependabot[bot] <[email protected]>
…gutenberg-132a69f Bump gutenberg from `ff54fa9` to `132a69f`
Bumps [gutenberg](https://github.com/WordPress/gutenberg) from `132a69f` to `15948eb`. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Commits](WordPress/gutenberg@132a69f...15948eb) Signed-off-by: dependabot[bot] <[email protected]>
…gutenberg-15948eb Bump gutenberg from `132a69f` to `15948eb`
Bumps [gutenberg](https://github.com/WordPress/gutenberg) from `15948eb` to `980b34e`. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Commits](WordPress/gutenberg@15948eb...980b34e) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jetpack](https://github.com/Automattic/jetpack) from `2077bf2` to `bc8d028`. - [Release notes](https://github.com/Automattic/jetpack/releases) - [Commits](Automattic/jetpack@2077bf2...bc8d028) Signed-off-by: dependabot[bot] <[email protected]>
…gutenberg-980b34e Bump gutenberg from `15948eb` to `980b34e`
I've created a PR fixing that :) |
Thanks @lukewalczak! fix has been cherry-picked and tested successfully. 🙇 |
iOS sanity tests are all passing. Picking gradient background for the cover block is failing though (not part of the test cases): Sounds related to the bug @dratwas reported for android, though the error is different and it seems to be happening with the latest gutenberg commit |
@Tug Could you please add steps to reproduce it, so I will check it in the morning ✌️? |
Sure.
|
Hmm, I've downloaded the latest ipa from wp-ios release PR and I'm not able to reproduce it 🤔 |
Just tried from the IPA and I did have a crash on my physical device (iPhone 12 pro). Pasted the log here but I don't think it's telling us anything. Crash logIncident Identifier: C7E535BB-3016-413C-B7B9-18D115175567 CrashReporter Key: d0b1781f5e9ed93ecb4b938fa4d6fac72314692e Hardware Model: iPhone13,3 Process: WordPress [3943] Path: /private/var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/WordPress Identifier: org.wordpress.alpha Version: 38366 (16.2) AppStoreTools: 12A7403 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: org.wordpress.alpha [765] |
Which theme are you using? |
I'm on Spearhead. Indeed switching to Twenty Twenty fixes it. |
I'm going to check why app crashes when mentioned theme is active. |
I was also able to reproduce switching to Spearhead theme. Works fine on Twenty Twenty. Tested with iPhone 11 Pro, iOS 14.2. |
…ative-gradient Hotfix: Adjust native gradient
…ile/adjust-native-gradient Revert "Hotfix: Adjust native gradient"
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. Tested on both WPAndroid and WPiOS to make sure the gradient bug is fix.
I also tested various color picker flows to make sure and saw no bugs.
I think this is ready to 🚢
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.
Release for Gutenberg Mobile 1.42.0
Related PRs
Gutenberg: Mobile Release v1.42.0 WordPress/gutenberg#27209
WPAndroid: Integrate gutenberg-mobile release 1.42.0 WordPress-Android#13452
WPiOS: Integrate gutenberg-mobile release 1.42.0 WordPress-iOS#15375
Aztec-iOS: N/A
Aztec-Android: N/A
Extra PRs that Landed After the Release Was Cut
Changes
Test plan
Release Submission Checklist
RELEASE-NOTES.txt
andgutenberg/packages/react-native-editor/CHANGELOG.md
are updated with all the changes that made it to the release.