Sunil Prajapati
Sunil Prajapati
## What? Fixes https://github.com/WordPress/gutenberg/issues/51625 ## Why? Currently, we can set overlay in multiple of 10 in cover block. ## How? I have updated steps to enable any number from 1...
## What? Added unit test for Post title core block render function.
## What? Fixes https://github.com/WordPress/gutenberg/issues/62408 ## Testing Instructions - Add group block - Open style setting - Add background image - look for focal point control ## Screenshots or screencast
Fixed https://github.com/WordPress/gutenberg/issues/58885 ## What? Tag cloud block default size is set in PT unit, but when PT unit is not available, it vanish on unit change. ## Why? Converting default...
## What? Fixes: https://github.com/WordPress/gutenberg/issues/56020 This PR when applied, Replace `UnitControl` component with `HeightControl` in cover block ## Screenshots or screencast
## What? Fixes https://github.com/WordPress/gutenberg/issues/63418 ## Why? Styles panel shows a 'No fonts installed.` text event when fonts are installed, but not activated. ## How? Added condition to display message conditionally....
## What? Add border block support to the LoginOut block. Part of https://github.com/WordPress/gutenberg/issues/43247 ## Why? The block is missing border support. ## How? Adds the border block support in block.json...
## What? Add color block support to the `Tag Cloud` block. Part of https://github.com/WordPress/gutenberg/issues/43245 ## Why? `Tag Cloud` block is missing color support. ## How? Adds the color block support...
## What? Add border block support to the `Tag Cloud` block. Part of https://github.com/WordPress/gutenberg/issues/43247 ## Why? `Tag Cloud` block is missing border support. ## How? Adds the border block support...
## What? Fixes: https://github.com/WordPress/gutenberg/issues/58819 ## Why? Resolution option were missing from cover block for background images ## How? This PR add `ResolutionTool` to cover block, when cover has background image...