Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: Support *module fields in block.json metadata registration #2

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
67296ea
Tests: Use more specific assertions in `wp_scheduled_delete()` tests.
SergeyBiryukov Jan 2, 2024
0e55989
Customize: Pass the previous status to post trash hooks when trashing…
SergeyBiryukov Jan 3, 2024
489b9e7
Docs: Replace "sanity" with "confidence" for inclusive language.
hellofromtonya Jan 3, 2024
43d2455
Fonts: Fix font_style typo in wp_print_font_faces().
Jan 3, 2024
e43275b
Tests: Add a unit test for post trash hooks executed when trashing a …
SergeyBiryukov Jan 4, 2024
cb85d88
Tests: Add a `@ticket` reference for `WP_Customize_Manager::trash_cha…
SergeyBiryukov Jan 5, 2024
15637fa
Docs: Fix typo in `twentyten_header_image_height` filter's docblock.
costdev Jan 6, 2024
b9ca649
Tests: Use `assertSame()` in some newly introduced tests.
SergeyBiryukov Jan 6, 2024
4c90a91
Site Health: Include site ID in debug data on multisite installations.
SergeyBiryukov Jan 7, 2024
f7041f1
Editor: add layout classes to legacy Group inner container.
tellthemachines Jan 8, 2024
b315d4e
Editor: add setting to disable layout content and wide size controls.
tellthemachines Jan 8, 2024
8b2ed2f
HTML API: Add explicit handling or failure for all tags.
ockham Jan 8, 2024
cc64516
Build/Test Tools: Remove `svn` debug command.
desrosj Jan 8, 2024
71cb3f8
Build/Test Tools: Increase the max old space size in Node.
desrosj Jan 8, 2024
868f2ef
Taxonomy: Check for empty term after DB sanitization in `wp_insert_te…
SergeyBiryukov Jan 8, 2024
fa421ca
Upgrade/Install: Check theme compatibility during bulk upgrades.
aaronjorbin Jan 8, 2024
2d764b4
Editor: add CSS var parsing for fontSize and fontFamily.
tellthemachines Jan 9, 2024
15b5be2
Editor: add size and repeat to background image support.
tellthemachines Jan 9, 2024
cb56405
Themes: Add theme support for appearance tools.
tellthemachines Jan 9, 2024
20f8b30
Docs: Add a mention of `appearance-tools` as a possible value for `ad…
SergeyBiryukov Jan 9, 2024
52720ef
Tests: Add hook priority call order tests.
hellofromtonya Jan 9, 2024
18cacc0
Editor: update npm packages in trunk for 6.4.3.
aaronjorbin Jan 9, 2024
788d709
Editor: output palette presets when appearance tools or border are en…
tellthemachines Jan 9, 2024
ca24196
Editor: Allow default duotone styles if not explicitly disabled in th…
tellthemachines Jan 10, 2024
57597d9
Editor: fix inline comment formatting.
tellthemachines Jan 10, 2024
3da3296
Customize: Correct a typo in a console warning message.
costdev Jan 10, 2024
eff1a3d
Docs: Correct some typos in docblocks and inline comments.
costdev Jan 10, 2024
7c1c48c
HTML API: Add support for list elements.
dmsnell Jan 10, 2024
543c9f5
Editor: Clarify single post and page template descriptions.
SergeyBiryukov Jan 10, 2024
7e7315b
Tests: Fix tests following r57265.
joedolson Jan 10, 2024
94b70f1
Media: Fix handling of multibyte exif description metadata.
joedolson Jan 10, 2024
fd42519
Tests: Remove some leftover debugging in `WP_REST_Revisions_Controlle…
SergeyBiryukov Jan 11, 2024
ed88ebb
JavaScript: Add new Modules API.
ockham Jan 11, 2024
2c1856d
Handle scriptModule, module, viewModule
sirreal Dec 27, 2023
e1e7a44
Remove editorModule, module support
sirreal Jan 11, 2024
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
1 change: 0 additions & 1 deletion .github/workflows/callable-test-core-build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
node --version
curl --version
git --version
svn --version

- name: Install npm Dependencies
run: npm ci
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
env:
GUTENBERG_DIRECTORY: ${{ inputs.directory == 'build' && 'build' || 'src' }}/wp-content/plugins/gutenberg
PUPPETEER_SKIP_DOWNLOAD: ${{ true }}
NODE_OPTIONS: '--max-old-space-size=8192'

jobs:
# Verifies that installing npm dependencies and building the Gutenberg plugin works as expected.
Expand Down Expand Up @@ -69,7 +70,6 @@ jobs:
node --version
curl --version
git --version
svn --version

- name: Install Core Dependencies
run: npm ci
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ jobs:
npm --version
node --version
git --version
svn --version

- name: Install npm Dependencies
run: npm ci
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
node --version
curl --version
git --version
svn --version
locale -a

- name: Install npm Dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
npm --version
node --version
git --version
svn --version

- name: Install npm Dependencies
run: npm ci
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
node --version
curl --version
git --version
svn --version
locale -a

- name: Install npm dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
node --version
curl --version
git --version
svn --version
composer --version
locale -a

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
node --version
curl --version
git --version
svn --version
composer --version
locale -a

Expand Down
Loading