Skip to content

Releases: WordPress/gutenberg-examples

v1.1.0

30 Mar 16:29
83bb704
Compare
Choose a tag to compare

This release marks a major update to this plugin that includes completely updated block examples as well as new non-block examples.

See the changelog below for details:

What's Changed

  • Convert build procedure to use wp-scripts by @mkaz in #65
  • Upgrade @wordpress/scripts and add ESLint support for ESNext code by @gziolo in #83
  • Try: Add very basic unit tests to validate it works with the repository at the global level by @gziolo in #84
  • Update examples to use wp-scripts 5.0.0 by @mkaz in #89
  • Clarify start instructions for development builds by @mkaz in #91
  • Update variable to asset_file, matches elsewhere by @mkaz in #92
  • Add example block setting to show block preview by @mkaz in #93
  • Build: Asset files were not updated properly by @gziolo in #94
  • Fix 05-recipe-card-esnext by @megane9988 in #100
  • More help in the Development process by @laurentdebricon in #99
  • unifying position of add_action before function declaration by @fabiankaegy in #95
  • Add inner blocks example by @oandregal in #102
  • Chore: Update @wordpress/scripts dependency by @gziolo in #103
  • Add Node.js GitHub Action Workflow by @ntwb in #104
  • chore: Fix GitHub actions workflow file path by @ntwb in #105
  • chore: Add lint-pkg-json script for root package.json by @ntwb in #106
  • Project: Add Lerna support to make maintenance simpler by @gziolo in #108
  • Code style: Use wp-scripts format-js to change file formatting by @gziolo in #107
  • Chore: Update @wordpress/scripts dependency by @gziolo in #112
  • Chore: Update npm dependencies by @gziolo in #113
  • Chore: Update @wordpress/scripts to 9.0.0 by @gziolo in #114
  • Update Basic block. by @ryanwelcher in #148
  • Update the 01-basic-esnext block to use block.json by @ryanwelcher in #149
  • Update the Example: Editable block. by @ryanwelcher in #151
  • Update Example: Stylesheets block to use block.json by @ryanwelcher in #150
  • Add PHPCS and use the WordPress ruleset by @ryanwelcher in #154
  • Remove polyfill dependencies by @mkaz in #155
  • Update Example: Editable (ESNext) block. by @ryanwelcher in #156
  • Update Example: Controls block to use latest API. by @ryanwelcher in #157
  • Update the Controls (ESNext) block to use the latest API by @ryanwelcher in #158
  • Update Example: Recipe Card to use the latest API by @ryanwelcher in #159
  • Update Recipe Card (ESNext) to use the latest API by @ryanwelcher in #160
  • Add Prettier to the project. by @ryanwelcher in #161
  • Update Inner Blocks example to use the latest API by @ryanwelcher in #162
  • Update Inner Blocks (ESNext) to use the latest API by @ryanwelcher in #163
  • Block.json formatting now that prettier is integrated. by @ryanwelcher in #164

New Contributors

Full Changelog: v1.0.2...v1.1.0

Fixes

19 Dec 09:26
7b30f31
Compare
Choose a tag to compare

Compatibility with WP 5.0

Fixes

29 Oct 17:55
Compare
Choose a tag to compare
  • Fix fatal error on WP 5.0 Beta

Initial Release

17 Oct 21:00
Compare
Choose a tag to compare
v1.0

Fix recipe block alignment issue