-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Comparing changes
Open a pull request
base repository: WordPress/gutenberg
base: 81d6c76
head repository: WordPress/gutenberg
compare: 841df2f
- 20 commits
- 142 files changed
- 38 contributors
Commits on Aug 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5a4a4ef - Browse repository at this point
Copy the full SHA 5a4a4efView commit details -
Add wp-env SPX profiler option (#70693)
* Changes from background composer bc-8937f5ee-00f5-4b89-8d22-7c1930bce6dd * fixing configuration of spx in config * only execute with non cli service * install missing dependency * fix linting errors * fix linting and remove superfluous test * split out apt-get commands. * Use simpler check for value. --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Configuration menu - View commit details
-
Copy full SHA for 81e9364 - Browse repository at this point
Copy the full SHA 81e9364View commit details -
ControlWithError: Show validating state when transitioning from error…
… state (#71260) * Add tests * ControlWithError: Show validating state when transitioning from error state * Add changelog * Mimic a stable server response time * Prefer `toBeVisible` in tests * Fix useEffect return type weirdness #71184 (comment) * Add test for deferring local validity state until server response is received * Add play function * Wait for async response before showing local state * Don't export test story Co-authored-by: mirka <0mirka00@git.wordpress.org> Co-authored-by: tyxla <tyxla@git.wordpress.org> Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org> Co-authored-by: oandregal <oandregal@git.wordpress.org> Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for 2e1abeb - Browse repository at this point
Copy the full SHA 2e1abebView commit details
Commits on Aug 27, 2025
-
Convert date package to TypeScript (#67665)
Co-authored-by: manzoorwanijk <manzoorwanijk@git.wordpress.org> Co-authored-by: dmsnell <dmsnell@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for 25bd8b4 - Browse repository at this point
Copy the full SHA 25bd8b4View commit details -
Convert api-fetch package to TypeScript (#67669)
Co-authored-by: manzoorwanijk <manzoorwanijk@git.wordpress.org> Co-authored-by: dmsnell <dmsnell@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for d919b29 - Browse repository at this point
Copy the full SHA d919b29View commit details -
Audio and Video: Hide caption controls in contentOnly mode (#71368)
* Audio and Video: Hide caption and text tracks controls in contentOnly mode * Reinstate Text tracks control Co-authored-by: andrewserong <andrewserong@git.wordpress.org> Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for 6570834 - Browse repository at this point
Copy the full SHA 6570834View commit details -
Global Styles: Remove unecessary useEffect from ScreenStyleVariations (…
…#71344) Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for e058cba - Browse repository at this point
Copy the full SHA e058cbaView commit details -
Create Block: Add lifecycle script execution support (#71072)
* Create Block: Add lifecycle script execution support - Execute postinstall script after npm install if present in package.json Fixes #71069 * Refactor(create-block): streamline preinstall and postinstall script execution * refactor(create-block): enhance dependency checking and installation process to support lifecycle scripts * fix: update dependency assignment to use saveSpec for accurate versioning * Add changelog entry --------- Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl> Co-authored-by: Adi-ty <iamadisingh@git.wordpress.org> Co-authored-by: gziolo <gziolo@git.wordpress.org> Co-authored-by: ryanwelcher <welcher@git.wordpress.org> Co-authored-by: bacoords <bacoords@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for a128b66 - Browse repository at this point
Copy the full SHA a128b66View commit details -
Query Loop Block: Fix broken placeholder (#70840)
* feat: Add resize-observer to chnage the placeholder content for compact container. * feat: Adds styles for compact containers. * feat: Add blcok controls to the common component. * feat: Remove redundant code. * refactor: QueryEdit and QueryPlaceholder components to integrate block-controls. * refactor: Restore useBlockProp Co-authored-by: vipul0425 <vipulgupta003@git.wordpress.org> Co-authored-by: jasmussen <joen@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for 78b1abb - Browse repository at this point
Copy the full SHA 78b1abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a822c9 - Browse repository at this point
Copy the full SHA 5a822c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa1bce - Browse repository at this point
Copy the full SHA 0aa1bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfba7c9 - Browse repository at this point
Copy the full SHA dfba7c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d85af - Browse repository at this point
Copy the full SHA e5d85afView commit details -
Editor: Update types of getCurrentPostId (#71347)
Co-authored-by: kmanijak <karolmanijak@git.wordpress.org> Co-authored-by: im3dabasia <im3dabasia1@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for 06ce64d - Browse repository at this point
Copy the full SHA 06ce64dView commit details
Commits on Aug 28, 2025
-
Types: Update to be compatible with React 19 (#71374)
* Fix deprecated types: React.ReactChild * Fix deprecated types: React.ReactNodeArray * Fix deprecated types: React.ReactFragment * Fix deprecated types: React.ReactText Co-authored-by: tyxla <tyxla@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for 775f0ce - Browse repository at this point
Copy the full SHA 775f0ceView commit details
Commits on Aug 29, 2025
-
Avoid using
*-latestfor runner images (#71201)* Avoid using `*-latest` for runner images While using the `ubuntu-latest`, `macos-latest`, and `windows-latest` runner image tags is convenient, it has proven to be problematic in a number of instances as the runners are slowly updated (see Core-62808 and Core-62843). Additionally, GitHub uses warnings on workflow runs using the `-latest` tags when there are upcoming changes to the images that the alias points to. There is no way to acknowledge and dismiss these notices, and they can be quite noisy and alarming. This switches all workflows to using specific version tags representing the latest non-preview versions, which currently are as follows: - `ubuntu-24.04` - `windows-2025` - `macos-15` * Only reference OS type in job name This makes helps avoid needing to change the required check every time the runner is updated. * Use `matrix`, not `inputs` as the context --------- Co-authored-by: desrosj <desrosj@git.wordpress.org> Co-authored-by: johnbillion <johnbillion@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for 82768d0 - Browse repository at this point
Copy the full SHA 82768d0View commit details -
Fix PHP unit testing jobs to not include version (#71396)
Co-authored-by: desrosj <desrosj@git.wordpress.org> Co-authored-by: peterwilsoncc <peterwilsoncc@git.wordpress.org>
Configuration menu - View commit details
-
Copy full SHA for 52db0df - Browse repository at this point
Copy the full SHA 52db0dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 169eb06 - Browse repository at this point
Copy the full SHA 169eb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53335c2 - Browse repository at this point
Copy the full SHA 53335c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 841df2f - Browse repository at this point
Copy the full SHA 841df2fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 81d6c76...841df2f