Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (18 loc) · 698 Bytes

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 698 Bytes

Master

0.5.0 (2020-01-08)

New Features

  • Update templates to include WordPress plugin metadata by default.

0.4.3 (2020-01-08)

Bug Fix

  • Print available commands only for ESNext template.

0.4.0 (2019-12-17)

New Features

  • Add full support for ESNext template, including wp-scripts bootstrapping.

Enhancements

  • Improve the feedback shared on the console while scaffolding a block.

0.3.2 (2019-12-16)

Bug Fix

  • Fix the paths pointing to the JS build file listed in PHP file in the ESNext template.

0.3.0 (2019-12-16)

New Features

  • Added support for template types. esnext becomes the default one. es5 is still available as an option.