Wds Blocks Versions Save

WebDevStudios library of Gutenberg blocks.

2.2.2

2 years ago

Fixes

  • Deprecated: block_categories --> block_categories_all

2.2.1

2 years ago

Added

  • Checked-in the /build directory so this can be used a WordPress plugin

Changed

  • Updated @wordpress/scripts to latest version
  • Updated README to be more clear and include link to Gutenberg handbook

Fixed

  • Normalized linting/Lefthook ignore paths
  • Broken links throughout documentation

2.2.0

2 years ago

Added

  • Block variations support #108 (props @khleomix)

Changed

  • Updated to latest WordPress Coding Standards #109
  • Updated all dependencies #109
  • Added support for Dependabot and Github Action assertions #109
  • Removed WDS Scripts in favor of @wordpress/scripts #109

Fixed

  • #104
  • #105
  • #106

2.1.0

3 years ago

Added

  • Support for Node 14 & NPM 7

Changed

  • Bump all dependencies to latest versions
  • Remove Husky + Lint Staged in favor of Lefthook
  • Update composer.json to match wd_s and WDS Coding Standards
  • Update README to reflect Node 14

Fixed

  • N/A

2.0.0

3 years ago

WebDevStudios is excited to bring this plugin and repository back to life as we strive to go Gutenberg first! 🥳

Version 2.0 is a total rewrite and includes two new blocks:

  • Accordion
  • Carousel

Check out the blog post to learn more.

Props @dcooney and @ravewebdev for their contributions.

1.0.7

5 years ago

Added

  • Added custom block category WDS Blocks and housed all blocks under the "WDS Blocks" heading.

Changed

  • General data validation updates.
  • Cleans up some outputs.
  • Version bump to 1.0.7
  • Updates Readme testing versions.
  • Removes withAPIData which was deprecated and utilizes withSelect. Props @coreymcollins.

Fixed

  • validateDOMNesting warnings.
  • Video background render issues in blocks.

1.0.6

5 years ago
  • Updates Gist Block #36 — makes gist URL updateable. Props @ImBigWill.

1.0.5

5 years ago
  • Fixes: #55 — activation error
  • Fixes: #56 — 3.4.0 deprecation fixes.
  • Bring WDS Blocks current with Gutenberg v 3.4.0.

1.0.4

5 years ago
  • Fixes #49
  • Fixes #50
  • Fixes #51
  • Brings WDS Blocks current with Gutenberg v2.9.2.

All props to @jomurgel, who hammered out all these bug fixes during his PTO.

v1.0.3

5 years ago
  • Fixes #48 Props @coreymcollins