Merged
Conversation
Release 1.0.2
Release 1.1.0
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.
This reverts commit bcf8341.
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.
Chore/nodejs
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.
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
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.1across metadata (blockparty-iframe.php,block.json,.plugin-data,package*.json,readme.txt) and documents the release inCHANGELOG.md.Aligns JS dependencies by pinning
@wordpress/*packages (notably updating@wordpress/iconsto^12.2.0and 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:jsonsrc/**, and a WordPress Playgroundblueprint.jsonwith 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.