Releases: WebDevStudios/wds-blocks
Releases · WebDevStudios/wds-blocks
2.2.2
2.2.1
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.1.0
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
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.
v1.0.7: Gutenberg v3.9.0+ compatibility
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 utilizeswithSelect
. Props @coreymcollins.
Fixed
- validateDOMNesting warnings.
- Video background render issues in blocks.
v1.0.6: Updatable Gist Block
- Updates Gist Block #36 — makes gist URL updateable. Props @ImBigWill.
v1.0.5: Gutenberg v3.4.0 compatibility
1.0.4: Feature/gutenberg deprecation fix (#52)
v1.0.3
- Fixes #48 Props @coreymcollins