George Mamadashvili
George Mamadashvili
## What? A minor styling fix for the MediaReplaceFlow component. ## Testing Instructions 1. Open a Post or Page. 2. Insert an Image block. 3. Select an image. 4. Open...
## What? PR updates `__experimentalGetTemplateInfo` selector to return stable reference to an empty object, when template is undefined. ## Why? It's good practice to return similar share object constant when...
## What? Resolves #37220. PR updates the "Template Details" dropdown and enables changing the Template Part title and area. The title edit field is only displayed for user-created parts while...
## What? See: #8119 PR fixes undo trap caused by the Home Link block. P.S. I also removed `clientId` from the dependency list since it wasn't used. ## Why? The...
Following functions are missing from the `Functions\stubTranslationFunctions()`: * `_n()` * `_nx()` * `_n_noop()` * `_nx_noop()` P.S. Happy to send PR, if the suggestion looks good. P.P.S. Documentations seems to be...
Hi, it's me again 👋 I noticed that you were using webpack just to compile SCSS files with JS files as entry points. This is my small experiment, so feel...
## What? PR tries to make props passed to `BlockDraggable` children more consistent. I think the current prop was leftover from the #27669 reactor. This also fixes the `React does...
## What? This is a follow-up to #37108. PR avoids using unstable array references for color palette fallbacks. ## Why? These values are passed as dependencies to `useMemo`; unstable references...
## What? PR updates Block Patterns Controller tests to match the core and reduce noise when running them. ## Why? Use `@doesNotPerformAssertions` instead of `$this->markTestIncomplete();` when controlled doesn't implement the...
## What? My alternative to the enqueueing method is proposed at https://github.com/WordPress/gutenberg/pull/47396. Instead of using two separate callbacks for loading custom CSS from Customizer and Site Editor, the new method...