Aki Hamano
Aki Hamano
Fix: #163 I believe this error is due to an unavoidable rounding error in the process of inter-converting RGB and HSV with integer values. However, I thought this error would...
## What? ## Why? ## How? ## Testing Instructions ## Screenshots or screencast
Part of #42753 ## What? Refactoring of the Tooltip component is being considered in #42753. As a first step, I rewritten tests to `@testing-library/react`. ## How? I straightforwardly replacd `enzyme`...
Fix: #36237 ## What? This PR fixes a problem in the RTL language where tooltip labels for the `AlignmentMatrixControl` component are not displayed correctly. ## Why? In the RTL language,...
Reported in the gutenberg repository issue: https://github.com/WordPress/gutenberg/issues/41623 ### Changes proposed in this Pull Request This PR adds fallback when a non-existent alias (`brush`) is entered by **``` + enter**. ###...
### Changes proposed in this Pull Request This PR corrects the following two scripts that did not work properly in Windows. #### `archive` `$npm_package_name` is not recognized in Windows and...
Related: #47453 ## What? This PR fixes a problem that caused a warning error when rendering navigation blocks.  ## Why? My understanding is that if any changes are made...
Closes: #46348 ## What? This PR prevents the autocompleters displaying user mentions from triggering in a context where it is considered an email address entry. ## Why? Entering `@` after...
Closes: #41459 ## What? This PR performs a contrast check for text labels displayed in the custom color palette, taking into account CSS variables, and displays them in the correct...
### Discussed in https://github.com/WordPress/gutenberg/discussions/41034 Related: #34460 We suggest adding basic plugin support to the widget editor as well, to make it more consistent with the post editor and the site...