Releases: studiopress/genesis-custom-blocks
Releases · studiopress/genesis-custom-blocks
1.7.1
1.7.0
1.6.0
What's Changed
- Remove the Changelog section, simply link to GitHub Releases page by @kienstra in #155
- Add a link to the CLA to the pull request template by @kienstra in #156
- Update the templates so users know the response to expect by @kienstra in #157
- Fix
phpcs
error fromfunction
not having a space after it by @kienstra in #158 - Fix string interpolation to have
$
inside{
by @kienstra in #165 - Enqueue
block-editor.js
dependencies that I didn't enqueue before by @kienstra in #170 - Remove failing integration tests by @kienstra in #171
Full Changelog: 1.5.2...1.6.0
1.5.2
What's Changed
- Run the new version-check job from the wp-svn orb by @kienstra in #130
- Bump 'Tested up to' to
6.1
by @kienstra in #131 - Bump 'Tested up to' to 6.2 by @kienstra in #141
- Get out of dependency 'heck' by @kienstra in #145
- Make 'Tested up to'
6.3
by @kienstra in #148 - Make the
pre-commit
hook fix formatting by @kienstra in #147 - Make it easier to edit custom blocks CSS by @foliovision in #150
- Bump version to
1.5.2
, add aChangelog
entry by @kienstra in #149
New Contributors
- @foliovision made their first contribution in #150
Full Changelog: 1.5.1...1.5.2
1.5.1
What's Changed
- In e2e tests, set the PHP version to 8.1 by @kienstra in #118
- Also run unit tests on PHP 8.0 and 8.1 by @kienstra in #119
- Add some sanitization back in by @kienstra in #120
- Update npm dependencies with
npm audit fix
by @kienstra in #122 - Bump the 'Tested up to' version to
6.0
by @kienstra in #121
Full Changelog: 1.5.0...1.5.1
1.5.0
Added
- Allow opting into analytics by @kienstra in #101
- Update the CI config to use non-deprecated images by @kienstra in #104
- Bump nanoid from 3.1.23 to 3.2.0 by @dependabot in #107
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #109
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #102
- Update e2e tests so they pass with WP
5.9
by @kienstra in #106 - Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #103
- Bump ssri from 6.0.1 to 6.0.2 by @dependabot in #112
- Bump postcss from 8.2.10 to 8.2.13 by @dependabot in #111
- Update
package.json
dependencies by @kienstra in #113 - Bump the version to
1.5.0
by @kienstra in #115
Fixed
- Allow previewing
InnerBlocks
in the block editor by @kienstra in #114 - Don't instantiate unused analytics client by @kienstra in #116
- Fix: fixes typo in
README.md
by @blankart in #108
New Contributors
Full Changelog: 1.4.0...1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
New Template Editor, Editor Preview, and Front-end Preview
- Add Editor Preview and Front-end Preview. PR 63
- Don't display the editor form if there's no editor field. PR 64
- Fix an issue with the default value of 'Checkbox' and 'Toggle' fields. PR 60
- Display the help text in the TextareaArray setting. PR 62
- Improved abstraction by removing duplicated copy. PR 78
For a built tag, please see 1.2.0-built