JR Tashjian
JR Tashjian
Original PR: https://github.com/godaddy-wordpress/coblocks/pull/2325 This PR will track the progress of all block migrations using the process outlined in the original PR. All migration work should use this branch as its...
This experimental branch adds a dedicated carousel block which can be wrapped around any blocks, making each innerBlock a "slide" within the carousel. The concept is possible though we are...
# Getting CoBlocks into the Block Directory ## Related links: - https://developer.wordpress.org/plugins/wordpress-org/block-specific-plugin-guidelines/ - https://developer.wordpress.org/block-editor/getting-started/create-block/submitting-to-block-directory/ - https://wordpress.org/plugins/developers/block-plugin-validator/ - https://richtabor.com/gutenberg-block-plugins/ - https://richtabor.com/build-publish-gutenberg-block-plugins/ ## Requirements Block plugins must adhere to the guidelines detailed...
### Describe the bug When using the template functionality of the innerBlocks component we can run into issues with how the undo and redo editor functions behave. Specifically if we...
### Description Adding a library to standardize and organize our repeatable actions interacting with the Block Editor within our Cypress E2E tests. This library will mostly duplicate the API of...
### Description Extracting an individual control into a new component inside the an individual extensions directory (abstraction and organization). This also migrates the API request from our manual `apiFetch` to...
We should add a new doc for settings this stuff up similar to how Gutenberg has for their [Testing Overview](https://github.com/WordPress/gutenberg/blob/master/docs/contributors/testing-overview.md) for setting up and running our test suites. Related to...
This PR is an attempt to optimize our Cypress test suites by focusing the tests around interacting within the editor. _These comparisons are based on running both the Features and...
# Full Site Editing with Go With full-site editing coming into WordPress 5.9 we needed to answer some questions around how Go can become a FSE theme without starting from...
[Full Site Editing](https://github.com/godaddy-wordpress/go/pull/855) work is currently underway in Go and as part of the transition we are losing the search button in some of our header variations along with the...