Skip to content

Latest commit

 

History

History
152 lines (84 loc) · 6.09 KB

CHANGELOG.md

File metadata and controls

152 lines (84 loc) · 6.09 KB

Log

Changelog

Read what's 📦 new, 👌 improved, 🐛 fixed, and if 📖 docs got updated — in the latest version.

👉 Read how to update to the latest version!

hr

🦁 cgb-scripts: 1.13.0

NEW

  • New externals, now import WordPress packages byimport @wordpress/package_name_here 4b07131
  • New externals file for DRY 7f1a247

IMPROVEMENT

  • Docs & Standards improvements for init.php files 60cc429

FIX

  • Enqueue dependencies fix for WordPress 5.0. — Props @maximebj

hr

🐼 VERSION 1.9.6

NEW

  • Provide warning on invalid block name — FIX #28 (PR #40) Props @wpjsio 5322279c1e9b5f9a7f5769ed4df825796c43513e

IMPROVEMENT

  • Install via npx (#13) Props @ntwb 27a50ebe97b19b88078bf2163327a9f90466c13a

FIX

  • SSL for Readme links 546ebf0737008badf97967aa04d244b3228c7ee4
  • Typo f84bc64706dc380dfc44f6521f4e4646566d7233
  • Links for supporting create-guten-block 4517dee930b03e69b3ff893a0a36052934903b9b

DOCS

  • Support create-guten-block 8b69419fd2f7cad836e5370a6045de67c1f6352a

hr

🐼 VERSION 1.9.5

NEW

  • First pass on translation file generation 6c92f4af8f3fe156c4ad4770255edfa63f1facc2

IMPROVEMENT

  • Package Updates 1e17afcc6b4f640a43ad0b3cff915fab75dffe2b
  • Install via npx (#13) Props @ntwb 27a50ebe97b19b88078bf2163327a9f90466c13a

FIX

  • shouldUseSourceMap with env file 3b74157fc23b238847d9f39dc858cfcdeb53d644

DOCS

  • Install via npx (#13) Props @ntwb 27a50ebe97b19b88078bf2163327a9f90466c13a

hr

🦋 VERSION 1.9.4

NEW

  • Single + Multi Block Ejected Examples 05db4b54ca787b94da5ed53be95c275576e25e6e

DOCS

  • Eject method bb3be17435ca26a38ce1807e3aeb3acc8043fbf1
  • Better inline docs updates 1254c29de9d734d5cbe77073d46e96654622d9e5

hr

🐠 VERSION 1.9.3

IMPROVEMENT

  • Write Right webpack c86cbd054f9d2f6c19c7058f7482bdca919abfd8
  • Remove unnecessary parentheses Props @tfrommen 54102d5e79fc74fa617f9c8ffa5ea7436f9eabad

FIX

  • Alpha publish 914d4b59324bfa1005b48b47995aa06da2d75640

DOCS

  • Inline doc improvements c5437de3b3e859cc42295ce8aa0d9188932c5ae7

hr

🔰 VERSION 1.9.2

IMPROVEMENT

  • Start and Build Scripts Communication fixes issue #19 — Props @ahmadawais @igorbenic

hr

🦁 VERSION 1.9.1

The first public release of create-guten-block.

📦 NEW
  • NPM package create-guten-block command line tool.
  • Create WordPress plugin folder.
  • Building WordPress plugin files.
  • Run: create-guten-block --help (-h) — to show help.
  • Run: create-guten-block --debug (-d) — to show debug environment info.
  • Build custom Gutenberg Block.
  • Basic Webpack configurations for dev/prod.
  • Dynamic WP plugin and Gutenberg Block Names.
  • Run: npm start — For development.
  • Run: npm run build — For production build.
  • Run: npm run eject — To customize, update, and maintain all by yourself.
  • Eject Feature — by @ahmadawais

IMPROVEMENT

FIX

  • create-guten-block dependency on cgb-scripts.
  • Typo of plugin — by @asharirfan

DOCS

hr

🐨 VERSION 1.0.0 - 1.9.0

Version 1.0.0 was where it all began. From there the project was in beta till v1.9.0 came out. Which is why we've ignore the Changelog for these versions.