Open
Conversation
Release 1.1.0
Updates the icons for the Tabs blocks to use the latest @wordpress/icons package, replacing previous dependencies on @beapi/icons. Also bumps the @wordpress/icons version and Node.js volta configuration.
Introduces a WordPress Playground configuration to allow users to preview the plugin instantly. This includes a blueprint that installs the plugin and creates a demo page, along with a "Test with WordPress Playground" badge in the README.
feat: update block icons to use standard @wordpress/icons
feat (blueprint): adds WordPress Playground blueprint for live demo
Release 1.1.1
chore: update package-lock.json for release 1.1.1
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 618ad76. Configure here.
Documents the Volta toolchain update to Node.js 24.15.0 in the changelog for the upcoming release.
Release/1.1.1
MarieComet
previously approved these changes
Apr 21, 2026
Replaces generic "Lorem ipsum" placeholder text with realistic content about Johannes Gutenberg to provide a more professional experience for the live demo. This also improves the readability of the blueprint's PHP code by using a heredoc for the page markup.
Adds a must-use plugin to the blueprint that filters `wp_kses_allowed_html` to prevent WordPress from stripping accessibility-related attributes. This ensures the Blockparty Tabs demo content retains its required ARIA roles and attributes when rendered in the Playground.
Feat/blueprint demo
- Keep JSON-valid runPHP steps (NOWDOC markup, mu-plugin kses) - Demo content: tabsActive default, Gutenberg article and source blocks Made-with: Cursor
…se error Single-quoted PHP strings do not expand \t to tabs; the generated mu-plugin had invalid syntax and never registered wp_kses_allowed_html. Use a heredoc body for the filter markup so Playground demo content keeps a11y attributes. Made-with: Cursor
MarieComet
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Low Risk
Primarily packaging/docs and editor icon changes; the only runtime-impacting addition is the Playground-only blueprint/mu-plugin demo setup, which doesn’t affect production installs.
Overview
Bumps the plugin to
1.1.1and updates documentation/changelogs accordingly.Updates Gutenberg block inserter icons to use newer
@wordpress/iconsexports (replacing some@beapi/iconsusage) and upgrades the@wordpress/iconsdependency; also pins the Volta Node toolchain to24.15.0.Adds a WordPress Playground blueprint (
.wordpress-org/blueprints/blueprint.json) to install/activate the plugin and provision a demo page (including a small MU plugin to relaxwp_kses_allowed_htmlfor the demo), plus a README badge linking to the Playground demo.Reviewed by Cursor Bugbot for commit 42cac56. Bugbot is set up for automated code reviews on this repo. Configure here.