Skip to content

Release 1.1.1#27

Open
firestar300 wants to merge 17 commits intomainfrom
release/1.1.1
Open

Release 1.1.1#27
firestar300 wants to merge 17 commits intomainfrom
release/1.1.1

Conversation

@firestar300
Copy link
Copy Markdown
Contributor

@firestar300 firestar300 commented Apr 20, 2026

  • Update block icons
  • Add WordPress Playground blueprint file

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.1 and updates documentation/changelogs accordingly.

Updates Gutenberg block inserter icons to use newer @wordpress/icons exports (replacing some @beapi/icons usage) and upgrades the @wordpress/icons dependency; also pins the Volta Node toolchain to 24.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 relax wp_kses_allowed_html for 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.

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
Comment thread package-lock.json Outdated
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ 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.

Comment thread readme.txt
Comment thread package.json
Documents the Volta toolchain update to Node.js 24.15.0 in the changelog for the upcoming release.
MarieComet
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.
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants