Ankit Kumar Shah
Ankit Kumar Shah
Trac ticket: [#63120](https://core.trac.wordpress.org/ticket/63120) ## What When a plugin title contains an emoji (e.g., `myplugin❤️wordpress`), the emoji incorrectly appears before the text on the WordPress plugins admin page, showing as `❤️mypluginwordpress`....
Closes: #51995 ## What? Fixes blank first frame issue in video blocks on iOS Safari by adding `video.load()` call in Script Module. ## Why? iOS Safari has a rendering timing...
Part of: https://github.com/WordPress/gutenberg/issues/67813 ## What? Refactored Avatar Block code to include ToolsPanel instead of PanelBody. ## Screenshots: |Before|After| |-|-| |||
## What? Adds a brief section about block namespaces to the Create Block package documentation. Closes: #42854 ## Why? When using `@wordpress/create-block`, the tool generates blocks with the default `create-block`...
## What? This PR enhances the List View by displaying the heading level (H1, H2, etc.) alongside the heading title, making it easier to identify and navigate the heading hierarchy....
Fixes: #67387 ## What? Modify `RichText` paste handling to correctly handle line breaks when `disableLineBreaks` is set to true ## Why? Currently, when pasting text into a RichText component with...
Closes #55137 ## What? This PR adds optional input fields to the DatePicker component allowing users to directly enter and select day, month, and year values instead of only relying...
## What? Closes #70441 Reverts the HTML element control in the Separator block back to the Advanced Inspector panel to restore consistent UI patterns and improve overall usability. ## Why?...
Closes: #69475 ## What? This PR standardizes block descriptions in the `/packages/block-library` directory, ensuring verb tense and structure consistency. ## Why? Some descriptions use different verb tenses (e.g., “Display” vs....