Ryan Welcher
Ryan Welcher
## What? This PR introduces the `--block-only` flag to allow users to use the package to scaffold only block files. ## Why? Currently, there is no way to scaffold additional...
With our new roadmap to allow multiple Providers and Services ( see #28 ), we will need to review the current settings screen to be able to show multiple Providers,...
### Description of the Change ### Alternate Designs ### Benefits ### Possible Drawbacks ### Verification Process ### Checklist: - [ ] I have read the [**CONTRIBUTING**](/CONTRIBUTING.md) document. - [ ]...
Being able to filter the auth token provides the ability to authenticate against a different AAD application.
Adding some GitHub Actions to manage the following: - [ ] Generating the build files on push - [ ] Generating the plugin .zip - [ ] Attaching the generated...
This PR is a first step towards updating the CI processes on this repo. It does the following: 1. Updates learna.json to include all the examples 2. Changes the existing...
There is an [ongoing discussion in the Gutenberg project](https://github.com/WordPress/gutenberg/issues/35776) around how to handle the delineation around ES5, ESNext, and JSX since dropping IE 11 support. >With the dropping of support...
Introduces basic e2e test to confirm that each block is inserted in a new post. Closes #173.
Add basic e2e test to check that the block has been registered and is inserted correctly. Related: #172