This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Oct 10, 2022
Commits on Sep 14, 2022
Commits on May 22, 2021
Commits on Oct 2, 2020
Commits on Aug 9, 2020
Commits on Jul 11, 2020
Commits on May 17, 2020
Commits on Feb 14, 2020
-
- cgb-scripts@1.23.0 - create-guten-block@1.14.0
-
-
Commits on Nov 8, 2019
-
NEW: External @wordpress/api-fetch📦 Allows using the external wp.apiFetch method. Otherwise, if you try to import it from the @wordpress/api-fetch package, it won't have the REST API base URL initialized. Example of usage: import apiFetch from '@wordpress/api-fetch'; apiFetch( { path: '/wp/v2/posts' } ).then( posts => { console.log( posts ); } );
Commits on Oct 8, 2019
-
NEW:📦 block-editorexternal (#232)Some things (e.g. `InspectorControls`) in `editor` are deprecated and should be used from `block-editor`.