Ben Dwyer
Ben Dwyer
The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/navigation). From #82
The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/latest-posts). From #82
## What problem does this address? Right now the inserter sidebar and the list view share a lot of functionality but are different code bases. We'd like to ensure that...
## What? When dragging and dropping patterns from the inserter we now show a preview of the pattern instead of the draggable chip. ## Why? This will be more user...
This updates the approach for textInput elements to match the proposal in https://github.com/WordPress/gutenberg/pull/51337
## What? Creates a new `TabbedPanel` component that is used by both the inserter and the list view. ## Why? This will ensure visual and behaviour consistency between these two...
## What? Adds support for textarea and text-based inputs elements to theme.json. ## Why? Many themes want to control the display of textareas and other inputs, and this will allow...
Until recently, WP.com wouldn't return the correct site id when it called `Jetpack_Options::get_option( ‘id’ )`. Instead we'd have to add lots of this in the code: ``` if ( IS_WPCOM...
#### Changes proposed in this Pull Request: Add booknest theme #### Related issue(s):