-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] trunk from WordPress:trunk #165
base: trunk
Are you sure you want to change the base?
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @gutenbergplugin. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @gutenbergplugin. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
* Fixed Position Issue in Dataviews * Removed Empty Line * Fixed Lint Issue * Added Suggested Changes * Added Suggested Changes * fixed lint issue * Fixed Lint Issue in field.js * Added tab in js instead of space * Fixed Lint Issue in field.js * Fixed Lint Issue * Fixed Lint Issue * fixed field.js issue * Added Suggested Changes * fixed lint issue * fixed lint issue Co-authored-by: shail-mehta <shailu25@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org>
Co-authored-by: shail-mehta <shailu25@git.wordpress.org> Co-authored-by: pooja9712 <pooja9712@git.wordpress.org>
* Navigation Submenu Block: Add example preview Co-authored-by: himanshupathak95 <abcd95@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org>
…rver::handle_read_pending_messages() (#68411) Use strings instead of integers for `signaling_server_retries`, since cookies are sent as strings. Co-authored-by: justlevine <justlevine@git.wordpress.org>
…ue_stored_styles() (#68409) Remove the invalid $media arg from wp_register_style() in in gutenberg_enqueue_stored_styles() and fallback to the default (all). Co-authored-by: justlevine <justlevine@git.wordpress.org>
This PR fixes an issue in WP_Theme_JSON_Resolver_Gutenberg::get_theme_data() where the _doing_it_wrong() executes the $function_name, instead of providing a string. The parameter has been updated to the string "add_theme_support( 'experimental-link-color' )" since that's where the user is "doing_it_wrong()`. Co-authored-by: justlevine <justlevine@git.wordpress.org>
Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `actions/setup-node` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@39370e3...1d0ff46) Updates `ruby/setup-ruby` from 1.213.0 to 1.214.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@28c4ded...1287d2b) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: desrosj <desrosj@git.wordpress.org>
Co-authored-by: shimotmk <shimotomoki@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: im3dabasia <im3dabasia1@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: afercia <afercia@git.wordpress.org>
* Obviate mutation observer with resize observer for border-box * Use `inset` to place visualizer instead of `padding` * Omit children from resize observation Co-authored-by: t-hamano <wildworks@git.wordpress.org>
* Use the term menu instead of navigation in nav elements labels. * Adjust translators comments for clarity. Co-authored-by: afercia <afercia@git.wordpress.org> Co-authored-by: SergeyBiryukov <sergeybiryukov@git.wordpress.org>
…rmance (#68898) * Block Editor: Fix 'isBlockVisibleInTheInserter' selector helper performance * Use the loop, Luke! Unlinked contributors: ktmn. Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: youknowriad <youknowriad@git.wordpress.org> Co-authored-by: mmtr <mmtr86@git.wordpress.org>
* `Spacer`: Fix changes being marked as persistent to `undo` * Spacer: Remove unnecessary line breaks in edit.js * `Spacer`: Simplify the usage of `__unstableMarkNextChangeAsNotPersistent` * Refactor: Add comments to clarify the purpose of `__unstableMarkNextChangeAsNotPersistent` * `Spacer`: Ensure changes are marked as not persistent in multiple conditions * Spacer: Refactor `setAttributes` calls to avoid persistent changes during undo/redo operations Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org> Co-authored-by: stokesman <presstoke@git.wordpress.org>
…8581) * Block Editor: Add documentation for SpacingSizesControl component * Refactor `SpacingSizesControl` to use individual side values * Simplify component example and documentation - Removed unnecessary props and wrappers - Added proper state management with useState hook - Ensured consistent documentation between the component and README - Replaced SpacerBlock with Example component - Added proper imports for SpacingSizesControl and useState - Removed unnecessary View wrapper and optional props - Updated README to match the new implementation * Consolidate README and update import examples - Removed redundant description section in README - Consolidated component description into a single paragraph - Updated import examples to use `__experimentalSpacingSizesControl` alias - Removed screenshot reference - Standardized prop descriptions Co-authored-by: Infinite-Null <ankitkumarshah@git.wordpress.org> Co-authored-by: stokesman <presstoke@git.wordpress.org> Co-authored-by: glendaviesnz <glendaviesnz@git.wordpress.org> Co-authored-by: mburridge <mburridge@git.wordpress.org>
* Editor: Improve conditions for displaying new page assembler * Add note as inline comment Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org>
…oltips (#68628) * Navigation Link: Replace missing link tooltip with ARIA label * Navigation Link: Improve accessibility by removing tooltip in favor of visual states * Navigation Link Block: Remove redundant aria-labels * Navigation Link Block: Change the draft underline color from amber to red * Restore original markup and span element. * Adjust CSS. * Remove extra line. --------- Co-authored-by: himanshupathak95 <abcd95@git.wordpress.org> Co-authored-by: afercia <afercia@git.wordpress.org>
* docs: Update links to HTTPS * docs: Generated build docs * docs: Fix redirected documentation links Co-authored-by: SainathPoojary <sainathpoojary@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
Co-authored-by: shimotmk <shimotomoki@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
…8818) Co-authored-by: stokesman <presstoke@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org>
- @wordpress/a11y@4.17.0 - @wordpress/annotations@3.17.0 - @wordpress/api-fetch@7.17.0 - @wordpress/autop@4.17.0 - @wordpress/babel-plugin-import-jsx-pragma@5.17.0 - @wordpress/babel-plugin-makepot@6.17.0 - @wordpress/babel-preset-default@8.17.0 - @wordpress/base-styles@5.17.0 - @wordpress/blob@4.17.0 - @wordpress/block-directory@5.17.0 - @wordpress/block-editor@14.12.0 - @wordpress/block-library@9.17.0 - @wordpress/block-serialization-default-parser@5.17.0 - @wordpress/block-serialization-spec-parser@5.17.0 - @wordpress/blocks@14.6.0 - @wordpress/browserslist-config@6.17.0 - @wordpress/commands@1.17.0 - @wordpress/components@29.3.0 - @wordpress/compose@7.17.0 - @wordpress/core-commands@1.17.0 - @wordpress/core-data@7.17.0 - @wordpress/create-block@4.60.0 - @wordpress/create-block-interactive-template@2.17.0 - @wordpress/create-block-tutorial-template@4.17.0 - @wordpress/customize-widgets@5.17.0 - @wordpress/data@10.17.0 - @wordpress/data-controls@4.17.0 - @wordpress/dataviews@4.13.0 - @wordpress/date@5.17.0 - @wordpress/dependency-extraction-webpack-plugin@6.17.0 - @wordpress/deprecated@4.17.0 - @wordpress/docgen@2.17.0 - @wordpress/dom@4.17.0 - @wordpress/dom-ready@4.17.0 - @wordpress/e2e-test-utils@11.17.0 - @wordpress/e2e-test-utils-playwright@1.17.0 - @wordpress/e2e-tests@8.17.0 - @wordpress/edit-post@8.17.0 - @wordpress/edit-site@6.17.0 - @wordpress/edit-widgets@6.17.0 - @wordpress/editor@14.17.0 - @wordpress/element@6.17.0 - @wordpress/env@10.17.0 - @wordpress/escape-html@3.17.0 - @wordpress/eslint-plugin@22.3.0 - @wordpress/fields@0.9.0 - @wordpress/format-library@5.17.0 - @wordpress/hooks@4.17.0 - @wordpress/html-entities@4.17.0 - @wordpress/i18n@5.17.0 - @wordpress/icons@10.17.0 - @wordpress/interactivity@6.17.0 - @wordpress/interactivity-router@2.17.0 - @wordpress/interface@9.2.0 - @wordpress/is-shallow-equal@5.17.0 - @wordpress/jest-console@8.17.0 - @wordpress/jest-preset-default@12.17.0 - @wordpress/jest-puppeteer-axe@7.17.0 - @wordpress/keyboard-shortcuts@5.17.0 - @wordpress/keycodes@4.17.0 - @wordpress/lazy-import@2.17.0 - @wordpress/list-reusable-blocks@5.17.0 - @wordpress/media-utils@5.17.0 - @wordpress/notices@5.17.0 - @wordpress/npm-package-json-lint-config@5.17.0 - @wordpress/nux@9.17.0 - @wordpress/patterns@2.17.0 - @wordpress/plugins@7.17.0 - @wordpress/postcss-plugins-preset@5.17.0 - @wordpress/postcss-themes@6.17.0 - @wordpress/preferences@4.17.0 - @wordpress/preferences-persistence@2.17.0 - @wordpress/prettier-config@4.17.0 - @wordpress/primitives@4.17.0 - @wordpress/priority-queue@3.17.0 - @wordpress/private-apis@1.17.0 - @wordpress/project-management-automation@2.17.0 - @wordpress/react-i18n@4.17.0 - @wordpress/readable-js-assets-webpack-plugin@3.17.0 - @wordpress/redux-routine@5.17.0 - @wordpress/reusable-blocks@5.17.0 - @wordpress/rich-text@7.17.0 - @wordpress/router@1.17.0 - @wordpress/scripts@30.10.0 - @wordpress/server-side-render@5.17.0 - @wordpress/shortcode@4.17.0 - @wordpress/style-engine@2.17.0 - @wordpress/stylelint-config@23.9.0 - @wordpress/sync@1.17.0 - @wordpress/token-list@3.17.0 - @wordpress/undo-manager@1.17.0 - @wordpress/upload-media@0.2.0 - @wordpress/url@4.17.0 - @wordpress/viewport@6.17.0 - @wordpress/warning@3.17.0 - @wordpress/widgets@4.17.0 - @wordpress/wordcount@4.17.0
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: stokesman <presstoke@git.wordpress.org> Co-authored-by: priethor <priethor@git.wordpress.org> Co-authored-by: afercia <afercia@git.wordpress.org>
) * Add failing test * Place CSS rules in order Co-authored-by: DAreRodz <darerodz@git.wordpress.org> Co-authored-by: luisherranz <luisherranz@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: SainathPoojary <sainathpoojary@git.wordpress.org> Co-authored-by: sethrubenstein <smrubenstein@git.wordpress.org>
… WP 6.8 function. (#69445)
… there are none (#69453) * Pre-publish panel: Do not show suggestions for tags and categories if there are none Update the conditions that determine if the pre-publish panel should show suggestions to add categories or tags. - If there are no tags on the site, then don't show the suggestion. - If there are no categories other than the default category on the site, then don't show the suggestion. Co-authored-by: carolinan <poena@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: HILAYTRIVEDI <hilayt24@git.wordpress.org> Co-authored-by: code-with-mehedi <mehedi_csit@git.wordpress.org>
Co-authored-by: stokesman <presstoke@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
…theme (#69417) Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: peterwilsoncc <peterwilsoncc@git.wordpress.org> Co-authored-by: TimothyBJacobs <timothyblynjacobs@git.wordpress.org> Co-authored-by: joemcgill <joemcgill@git.wordpress.org>
…themes without StyleBook support (#69377) * Router: Add context parameter to useMatch * Change `context` prop to `matchResolverArgs` * Site Editor: Prevent access to the Design/Styles screen from classic themes without StyleBook support * Update warning message Co-authored-by: Mitchell Austin <mr.fye@oneandthesame.net> * Remove redundant logic * Update comment * Avoid redundant selectors * SiteHubMobile: Fix back path --------- Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: stokesman <presstoke@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org>
* Fix: Added text color support along with background color support. * Remove redudant field definition --------- Co-authored-by: HILAYTRIVEDI <hilayt24@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: sarthaknagoshe2002 <sarthaknagoshe2002@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: code-with-mehedi <mehedi_csit@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org>
* Classic themes: prevent access to parts of the Site Editor * Fix black screen * e2e: Activate block theme for "Block Hooks in Navigation Menu" tests Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: ockham <bernhard-reiter@git.wordpress.org> Co-authored-by: Rishit30G <rishit30g@git.wordpress.org>
…9508) Co-authored-by: cbravobernal <cbravobernal@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: gziolo <gziolo@git.wordpress.org>
* Removed `color.__experimentalDuotone` from core blocks * Fixed doc build issue * Updated selector for rendering dutone filter on cover block globally Co-authored-by: sabbir1991 <sabbir1991@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
…Core APIs by default (#69446) * Enhance create-block package to support blocks manifest and relevant Core APIs by default. * Ensure npm run start also generates block manifest.
* Editor: Fix 'slug' editing in 'template-locked' mode * Make isRenderingModeReady condition less restrictive * Fix typo
…#69522) Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: afercia <afercia@git.wordpress.org>
* Site Editor: Hide admin bar in classic theme site preview * Add core backport changelog * Use hte same approach as the core Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: stokesman <presstoke@git.wordpress.org>
Unlinked contributors: rotemg-elementor. Co-authored-by: SainathPoojary <sainathpoojary@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: im3dabasia <im3dabasia1@git.wordpress.org> Co-authored-by: afercia <afercia@git.wordpress.org> Co-authored-by: Rishit30G <rishit30g@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org>
* Fix: Update invalid JSON Schema link in README.md * fix: Update JSON schema link to redirect to the correct section. * docs: update JSON Schema link in README. Co-authored-by: Anuj-Rathore24 <anujrathore24@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: DAreRodz <darerodz@git.wordpress.org> Co-authored-by: gziolo <gziolo@git.wordpress.org> Co-authored-by: westonruter <westonruter@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org> Co-authored-by: talldan <talldanwp@git.wordpress.org> Co-authored-by: luisherranz <luisherranz@git.wordpress.org> Co-authored-by: joemcgill <joemcgill@git.wordpress.org> Co-authored-by: Gulamdastgir-Momin <gulamdastgir04@git.wordpress.org> Co-authored-by: Mayank-Tripathi32 <mayanktripathi32@git.wordpress.org> Co-authored-by: kmanijak <karolmanijak@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org> Co-authored-by: shail-mehta <shailu25@git.wordpress.org> Co-authored-by: im3dabasia <im3dabasia1@git.wordpress.org>
…9472) Bumps the github-actions group with 1 update in the /.github/setup-node directory: [actions/cache](https://github.com/actions/cache). Bumps the github-actions group with 2 updates in the /.github/workflows directory: [actions/cache](https://github.com/actions/cache) and [ramsey/composer-install](https://github.com/ramsey/composer-install). Updates `actions/cache` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...d4323d4) Updates `actions/cache` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...d4323d4) Updates `ramsey/composer-install` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@57532f8...a2636af) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: desrosj <desrosj@git.wordpress.org>
Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: Mukulsingh27 <mukulsingh27@git.wordpress.org> Co-authored-by: Rishit30G <rishit30g@git.wordpress.org> Co-authored-by: nani-samireddy <nanisamireddy@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: im3dabasia <im3dabasia1@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
…solute links. (#69495) * Update dead link to JS Build Setup tutorial to be consistent with WordPress Developer Resources * Remove absolute URL from internal doc paths as per contributor guidelines Co-authored-by: dontfeedthecode <dontfeedthecode@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: SirLouen <sirlouen@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
* Site Editor: show save panel in mobile layout * Use white background for template/pattern list screen * Don't use dark background for pattern/page screen Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: stokesman <presstoke@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
* Editor: Use disabled state for 'Change Template' menu item * Update e2e test Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org> Co-authored-by: draganescu <andraganescu@git.wordpress.org>
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )