Releases: 10up/block-catalog
Releases · 10up/block-catalog
1.6.1
Changed
- Update Support Level from
Beta
toStable
(props @jeffpaul, @dkotter via #56). - Bump WordPress "tested up to" version 6.6 (props @sudip-md, @jeffpaul via #60).
- Bump WordPress minimum supported version to 6.4 (props @sudip-md, @jeffpaul via #60).
Security
- Bump
braces
from 3.0.2 to 3.0.3 (props @dependabot, @faisal-alvi via #58). - Bump
ws
from 7.5.9 to 7.5.10 (props @dependabot, @faisal-alvi via #58).
Full Changelog: 1.6.0...1.6.1
View all items closed in the release.
1.6.0
Added
- WP-CLI command,
export
, to generate a CSV of the block catalog (props @dsawardekar, @psorensen, @Sidsector9 via #52). - Classic Editor block detection (props @dsawardekar, @Sidsector9 via #53).
Changed
- Bump WordPress "tested up to" version 6.5 (props @sudip-md, @jeffpaul via #51).
- Bump WordPress minimum from 5.7 to 6.3 (props @sudip-md, @jeffpaul via #51).
- Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul via #48).
Security
- Bump
express
from 4.18.2 to 4.19.2 (props @dependabot, @Sidsector9 via #50). - Bump
follow-redirects
from 1.15.5 to 1.15.6 (props @dependabot, @Sidsector9 via #50). - Bump
postcss
from 7.0.39 to 8.4.33 (props @dependabot, @Sidsector9 via #50). - Bump
10up-toolkit
from 5.2.3 to 6.0.1 (props @dependabot, @Sidsector9 via #50). - Bump
webpack-dev-middleware
from 5.3.3 to 5.3.4 (props @dependabot, @Sidsector9 via #50).
Full Changelog: 1.5.4...1.6.0
View all items closed in the release.
1.5.4
Added
Changed
- Significantly improved performance of block catalog reset on larger WordPress installations (props @dsawardekar, @Sidsector9 via #41).
- Clean up NPM dependencies and update the minimum node version to 20 (props @Sidsector9, @dsawardekar via #43).
Security
- Bump
tj-actions/changed-files
from 39 to 41 (props @dependabot, @peterwilsoncc via #39). - Bump
follow-redirects
from 1.15.2 to 1.15.4 (props @dependabot, @Sidsector9 via #40).
New Contributors
- @Sidsector9 made their first contribution in #43
Full Changelog: 1.5.3...1.5.4
View closed items in the milestone.
1.5.3
Added
- PHPUnit 9.x support
Fixed
- PHP 8.2 deprecation warnings
Security
- Bumps
sharp
from 0.32.3 to 0.32.6
Full Changelog: 1.5.2...1.5.3
View closed items in the milestone.
1.5.2
Changed
- Bump WordPress "tested up to" version to 6.4 (props @qasumitbagthariya, @jeffpaul via #28, #29).
New Contributors
- @qasumitbagthariya made their first contribution in #28
Full Changelog: 1.5.1...1.5.2
View closed items in the milestone.
1.5.1
Note that this release changes the name of the base plugin file. As such, you'll probably need to reactivate the plugin after updating.
Added
- Add our standard GitHub Action automations (props @jeffpaul, @dsawardekar, @dkotter via #10, #20, #22, #23, #24, #25).
Changed
- Update our plugin image assets (props Brooke Campbell, @jeffpaul, @dsawardekar, @faisal-alvi via #11, #17).
- Updated the main plugin file name (props @dkotter, @peterwilsoncc, @dsawardekar via #18).
Security
- Bump
@babel/traverse
from 7.22.8 to 7.23.2 (props @dependabot, @dkotter via #21).
New Contributors
- @jeffpaul made their first contribution in #3
- Brooke Campbell made their first contribution in #11
- @faisal-alvi made their first contribution in #17
- @dkotter made their first contribution in #18
- @peterwilsoncc made their first contribution in #18
Full Changelog: 1.5.0...1.5.1
View closed items in the milestone.
1.5.0
Adds support for multisite via WP CLI
1.4.0
- Improves Core Block Display Titles logic
- Fixes parent term for blocks registered without namespace
- Improve Reusable Block detection
- Add hooks to support nested variations
- Adds unit tests
1.3.1
- Minor documentation updates
1.3.0
- Adds support for hierarchical classification
- Improves WP CLI find command
- Adds inline filter hook documentation
- Updates screenshots