Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@ryanwelcher ryanwelcher released this 30 Mar 16:29
· 37 commits to trunk since this release
83bb704

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