Marco Ciampini
Marco Ciampini
## What? ## Why? ## How? ## Testing Instructions ## Screenshots or screencast
…acy position prop ## What? ## Why? ## How? ## Testing Instructions ## Screenshots or screencast
## What? ## Why? ## How? ## Testing Instructions ## Screenshots or screencast
## Dev Note: Following the recent refactors on the `Popover` component, the legacy `position` prop has been marked as deprecated. The newer `placement` prop should be used instead. The `position`...
## What? Part of https://github.com/WordPress/gutenberg/issues/35744 Part of https://github.com/WordPress/gutenberg/issues/42770 ## Why? See https://github.com/WordPress/gutenberg/issues/35744 ## How? - renamed the file extension - added missing test-specific types (`PositionToPlacementTuple`, `PlacementToAnimationOriginTuple`, `PlacementToInitialTranslationTuple`) - fixed remaining...
Closes #44339 Requires #44373 to be merged first ## What? This PR improves the logic to convert values for the `Popover` (legacy) `position` prop, to the newly introduced `placement` prop....
With the refactor of `Popover` to using `floating-ui` internally (#40740), a new `placement` prop was introduced with the objective of replacing the legacy `position` prop. Currently, there is [a function...
Hi, I recently gave a talk about Introducing Web Components, maybe it could be featured in the "presentations" section? Thanks
It seems that, at the moment, all grid items need to have the same size. I think it would be useful to allow custom grid layouts, for example: ![screen shot...
While working on https://github.com/WordPress/gutenberg/pull/45771, @mirka @chad1008 and myself started discussing around what is the best way to pass an empty `value` prop to a controlled component: `undefined` doesn't seem to...