Releases: gziolo/create-wordpress-block
Releases · gziolo/create-wordpress-block
v0.5.0
New Features
- Update templates to include WordPress plugin metadata by default.
v0.4.0
New Features
- Add full support for ESNext template, including
wp-scripts
bootstrapping.
Enhancements
- Improve the feedback shared on the console while scaffolding a block.
v0.3.2
Bug Fix
- Fix the paths pointing to the JS build file listed in PHP file in the ESNext template.
v0.3.0
New Features
- Added support for template types.
esnext
becomes the default one. es5
is still available as an option.