Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
ee05251
add version number graphic to welcome banner
retrofox May 24, 2026
682417f
Merge branch 'update/add-welcome-widget-banner-bg' into trunk
retrofox May 25, 2026
b5d6eb9
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 25, 2026
3a3ff5f
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 25, 2026
a897825
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 25, 2026
f2917e0
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 25, 2026
4625fb1
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 25, 2026
c683724
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 25, 2026
853b9c8
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 25, 2026
0780c53
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 25, 2026
75810ab
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 26, 2026
9d8276a
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 26, 2026
b19ab13
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 26, 2026
1a142a3
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 26, 2026
59b8492
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 26, 2026
393837e
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 27, 2026
9c43e72
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 27, 2026
461a10d
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 27, 2026
e0fb835
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 28, 2026
b0b47e5
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 28, 2026
9eed995
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 28, 2026
84e31b1
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 28, 2026
28819df
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 28, 2026
5d29de8
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 28, 2026
c8260b6
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 29, 2026
ffa81fb
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox May 29, 2026
df47aeb
Build Tools: Use package.json name as the script-module ID
retrofox May 29, 2026
265c239
Build Tools: Discover script-module packages outside ./packages/ via …
retrofox May 29, 2026
25513d0
fix linting issue
retrofox May 29, 2026
3300f36
fix dual packages externalization in IIFE builds
retrofox May 29, 2026
6431dc5
use a single onResolve for internal package names
retrofox May 29, 2026
aca0b62
skip wpScript for convention-discovered packages
retrofox May 29, 2026
f99540e
update jsdoc for internalPackageNames
retrofox May 29, 2026
51c1663
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 1, 2026
82bd130
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 1, 2026
cdf4af3
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 2, 2026
a5afaf0
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 3, 2026
43e6540
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 3, 2026
32606e6
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 3, 2026
225a365
Merge branch 'trunk' into refactor/wp-build-name-as-module-id
retrofox Jun 3, 2026
64caef9
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 3, 2026
6087db1
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 3, 2026
66c67b0
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 4, 2026
25af734
Build Tools: Drop convention discovery
retrofox Jun 4, 2026
a9e9dca
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 5, 2026
da70022
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 6, 2026
d36316e
Merge branch 'trunk' of github.com:WordPress/gutenberg into trunk
retrofox Jun 6, 2026
371a7e3
Merge branch 'trunk' into refactor/wp-build-name-as-module-id
retrofox Jun 7, 2026
8a40c80
tweak jsdoc block
retrofox Jun 7, 2026
ddc46b0
Merge branch 'trunk' into refactor/wp-build-name-as-module-id
retrofox Jun 7, 2026
f7a4d7c
Merge remote-tracking branch 'origin/trunk' into refactor/wp-build-na…
Copilot Jun 12, 2026
02de0fc
Merge branch 'trunk' into refactor/wp-build-name-as-module-id
retrofox Jun 12, 2026
7560c0d
Merge branch 'trunk' into refactor/wp-build-name-as-module-id
retrofox Jun 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/wp-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

### Enhancements

- Use each package's own `name` field as its script-module ID and externalize internal-package imports by exact name. Decouples script-module identity from `wpPlugin.packageNamespace`, so the npm name survives end-to-end (npm name === import specifier === script-module ID). No-op for Core; enables consumers whose owned npm scope differs from `packageNamespace` to keep a single identifier across npm, IDE, and the WordPress runtime.
- Discover script-module packages outside `./packages/` via convention. Any entry in the plugin's `dependencies` whose `package.json` declares `wpScriptModuleExports` is registered as a script module, bundled, and externalized under its own npm name. No new config; local packages still take precedence on name collision.

### Bug Fixes

- Remove the incorrect `#wpwrap` background from wp-admin critical CSS to prevent a black flash before hydration; rely on the existing `body` background instead ([#78493](https://github.com/WordPress/gutenberg/pull/78493)).
Expand Down
Loading
Loading