Siobhan Bamber
Siobhan Bamber
Fixes the Android side of https://github.com/wordpress-mobile/gutenberg-mobile/issues/5047, [iOS PR is here](https://github.com/wordpress-mobile/WordPress-iOS/pull/19113) ## Description In the Jetpack app, some UI elements like the cursor, text selection, and caret are using a green...
## Related PRs * `gutenberg-mobile`: https://github.com/wordpress-mobile/gutenberg-mobile/pull/5075 ## What? This PR updates the Picker component's files to follow BEM naming convention, in accordance with [WordPress coding guidelines](https://developer.wordpress.org/block-editor/contributors/code/coding-guidelines/). ## Why? Some updates...
This PR has been created for the purpose of testing https://github.com/WordPress/gutenberg/pull/41682. Please refer to that PR for further details.
Requests to add a gallery to a post or page comes up fairly often in support. Most recently (for me) in 277029-h. If iOS users want to use multiple images...
### Expected behavior When creating tables, I would like any content that I add within a tag to remain within that tag so that it looks like the content is...
Tables appear as a [TABLE] shortcode, which makes it tricky to edit tables within the app, especially if there are multiple tables in one post or page. ### Expected behavior...
Tables appear as a question mark symbol, which makes it tricky to edit tables within the app, especially if there are multiple tables in one post or page. ### Expected...
### Expected For the cursor to always appear at the same height as the text. ### Observed If you manually move the cursor to the end of the text (by...
The recap of app reviews from July - December revealed some users want to be able to choose from more specific sizes for their images. (Ref: p77Llu-9N5-p2) ### Expected I...
The separator block was recently refactored in https://github.com/WordPress/gutenberg/pull/38428, which led to some "false positive" failures in [the block insertion UI test (part 2)](https://github.com/WordPress/gutenberg/blob/8a204c8d03e340b7431595a84a441e7cdf14b289/packages/react-native-editor/__device-tests__/gutenberg-editor-block-insertion-2.test.js). These failures were addressed in https://github.com/WordPress/gutenberg/pull/39636. As...