Skip to content

Release 1.1.1#12

Merged
firestar300 merged 16 commits intomainfrom
release/1.1.1
Apr 20, 2026
Merged

Release 1.1.1#12
firestar300 merged 16 commits intomainfrom
release/1.1.1

Conversation

@firestar300
Copy link
Copy Markdown
Collaborator

@firestar300 firestar300 commented Apr 20, 2026

  • Update block icons
  • Add WordPress Playground blueprint file

Note

Medium Risk
Moderate risk due to pinning/upgrading multiple @wordpress/* runtime packages (editor/components/icons), which can change block editor behavior or bundle output. Other changes are CI/docs/metadata and should be low risk.

Overview
Bumps the plugin/block version to 1.1.1 across metadata (blockparty-iframe.php, block.json, .plugin-data, package*.json, readme.txt) and documents the release in CHANGELOG.md.

Aligns JS dependencies by pinning @wordpress/* packages (notably updating @wordpress/icons to ^12.2.0 and adding explicit @wordpress/components/@wordpress/element), updating the lockfile accordingly to avoid duplicate/editor-inconsistent icon bundles.

Adds tooling and distribution improvements: a WordPress-recommended ESLint config plus a new GitHub Actions workflow to run lint:js on src/**, and a WordPress Playground blueprint.json with a README badge for one-click demo/testing.

Reviewed by Cursor Bugbot for commit d42634e. Bugbot is set up for automated code reviews on this repo. Configure here.

Adds a Volta configuration to package.json to ensure consistent Node.js version usage across development environments.
Introduces a GitHub Action to automate JavaScript quality checks for changes within the src directory. The workflow runs the project's linting script to ensure code consistency across pull requests and the main branch.
Ensures the workflow triggers on all pull requests and pushes to the main branch, regardless of whether the changes occurred within the src directory. This ensures that modifications to root-level configuration files or scripts are also validated.
Pins WordPress packages to specific versions, adds missing dependencies for components and elements, and adds JSDoc documentation for block props. Also includes a minor refactor in utility functions to improve variable naming.
Introduces a project-level ESLint configuration that extends the recommended WordPress plugin ruleset. This ensures consistent code quality standards across the repository and supports the existing JavaScript linting workflow.
Updates the @wordpress/icons package to the latest version. This change also results in significant deduplication within the lockfile as various WordPress packages now share the same version of the icons library.
Adds a WordPress Playground blueprint configuration and a "Test with WordPress Playground" badge to the README. This allows users to preview the plugin's iframe block functionality in a live environment with a pre-configured demo page.
chore: updates @wordpress/icons to v12.2.0
feat(blueprint): add WordPress Playground blueprint
Bumps version strings across the plugin and updates the WordPress Playground blueprint to point to the main branch. This release aligns @wordpress/icons with other block editor packages to prevent duplicate bundles.
@firestar300 firestar300 merged commit c5f38e3 into main Apr 20, 2026
5 of 6 checks passed
@firestar300 firestar300 deleted the release/1.1.1 branch April 20, 2026 14:41
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.

1 participant