Skip to content

1.0.6

Latest

Choose a tag to compare

@slaFFik slaFFik released this 22 Apr 21:17
· 1 commit to main since this release
1.0.6
7a9e6dc

Fixed

  • Runtime JSX files now transpile correctly when wp-block-grab is consumed from node_modules/ with @wordpress/scripts ≥ 31. Previously, running wp-block-grab start in a consumer plugin failed with Module parse failed: Unexpected token (43:2) on <PluginMoreMenuItem because the upstream babel-loader rule carries exclude: /node_modules/, skipping the runtime entirely. The webpack config now carves the runtime/ directory out of that exclude so its JSX runs through the consumer's Babel pipeline. Emits a console warn if no matching rule is found, so a future upstream reshape fails loudly instead of silently.
  • All published versions 1.0.01.0.5 were affected on modern @wordpress/scripts versions; upgrade to 1.0.6 to unblock.

Internal

  • Bumped dev dependency @wordpress/scripts from 30.27.0 to 31.6.0 (peer dependency range unchanged at >= 26).
  • Transitive dependency updates via Dependabot.

Full Changelog: 1.0.1...1.0.6