-
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 #167
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. |
* Add reset button to ColorGradientSettingsDropdown * Toggle if it is open, to avoid multiple selectors being open. * Always show reset button if hover is not supported. * Respect clearable setting to display the reset button. * Toggle if it is open, to avoid multiple selectors being open. * Apply suggestions from code review --------- Co-authored-by: juanfra <[email protected]> Co-authored-by: t-hamano <[email protected]>
…68231) * DropZone: Make the drop zone in Storybook the same size as the item * Update changelog * Remove changelog entry Co-authored-by: t-hamano <[email protected]> Co-authored-by: tyxla <[email protected]>
* List View: fix appender size * Change CSS selector Co-authored-by: t-hamano <[email protected]> Co-authored-by: tyxla <[email protected]>
Co-authored-by: Infinite-Null <[email protected]> Co-authored-by: t-hamano <[email protected]>
Co-authored-by: oandregal <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: swissspidy <[email protected]>
Co-authored-by: ciampo <[email protected]> Co-authored-by: tyxla <[email protected]> Co-authored-by: mirka <[email protected]>
…alization and default controls supports (#68163) * Revert "Global Styles: Fix handling of booleans when stabilizing block supports (#67552)" This reverts commit 4335c45. * Revert "Block Supports: Extend stabilization to common experimental block support flags (#67018)" This reverts commit 5513d7a. * Revert "Borders: Stabilize border block supports within block processing (#66918)" This reverts commit b5ee9da. * Revert "Process Block Type: Copy deprecation to a new object instead of mutating when stabilizing supports (#66849)" This reverts commit 457fcf8. * Revert "Typography: Stabilize typography block supports within block processing (#63401)" This reverts commit 48341a1. Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: talldan <[email protected]>
) Co-authored-by: ramonjd <[email protected]> Co-authored-by: talldan <[email protected]>
* Date Block: Add dropdown menu props to ToolsPanel component * Fix Default formate spacing issue * Update DateFormatPicker component style * Fix CSS indentation * Remove unnecessary CSS ---- Co-authored-by: Sukhendu2002 <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: t-hamano <[email protected]>
Unlinked contributors: remcokalf. Co-authored-by: stokesman <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: hanneslsm <[email protected]> Co-authored-by: ellatrix <[email protected]>
…#68248) Co-authored-by: t-hamano <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: talldan <[email protected]>
* Allow template part editing in write mode * Update unit tests for template parts * Refine block editing mode calculation - allow editing of inner template part content blocks * Update tests for content blocks in template parts * Add content role to site logo block * Consider template parts a section in navigation mode * Allow content blocks to be explicitly disabled even when they have a derived mode First iteration of handling disabled blocks as derived block editing modes * Avoid showing template parts when edting a page in Write Mode * entries().some is not widely available, so switch to Array.from().some * Update test to show explicitly disabled block * Update unit tests * Remove unused argument * Add optimization for disabled blocks calculation * Avoid state updates when setting block editor modes to the same thing as they already are * Update DisableNonPageContentBlocks to not set block editor modes on all blocks at once * Try breaking DisableNonPageContentBlocks into separate useEffect calls ---- Unlinked contributors: xavier-lc. Co-authored-by: talldan <[email protected]> Co-authored-by: getdave <[email protected]> Co-authored-by: draganescu <[email protected]> Co-authored-by: tellthemachines <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: annezazu <[email protected]> Co-authored-by: richtabor <[email protected]> Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: t-hamano <[email protected]>
…68201) * Scripts: Use fork of `rtlcss-webpack-plugin` to fix issues with dependencies * Update the changelog entry * Fix path in the moved plugin * Fix path to PhpFilePathsPlugin in webpack config Co-authored-by: gziolo <[email protected]> Co-authored-by: manzoorwanijk <[email protected]> Co-authored-by: stein2nd <[email protected]>
Co-authored-by: SH4LIN <[email protected]> Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: louwie17 <[email protected]> Co-authored-by: oandregal <[email protected]>
Co-authored-by: gigitux <[email protected]> Co-authored-by: oandregal <[email protected]>
Co-authored-by: oandregal <[email protected]> Co-authored-by: youknowriad <[email protected]>
Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: t-hamano <[email protected]> Co-authored-by: stokesman <[email protected]>
* Add JSDoc and update README for BlockCard component * Docs: Improve BlockCard component JSDoc documentation * docs: Improve BlockCard component JSDoc documentation * Docs: Improve indentation of BlockCard component JSDoc documentation Co-authored-by: Infinite-Null <[email protected]> Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: t-hamano <[email protected]>
Co-authored-by: youknowriad <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ramonjd <[email protected]>
…eatured image (#68299) Co-authored-by: Mamaduka <[email protected]> Co-authored-by: youknowriad <[email protected]>
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: Mamaduka <[email protected]>
…68164) * KeyboardShortcuts: Update delete shortcut to use Shift + Delete and add Backspace alias * KeyboardShortcuts: Add Shift modifier for Backspace alias * KeyboardShortcuts: Update delete shortcut character from 'del' to 'delete' * KeyboardShortcuts: Update delete shortcut to use Shift + Delete * KeyboardShortcuts: Change delete shortcut to platformAlt + Backspace * KeyboardShortcuts: Update delete shortcut to use primaryShift + Delete * KeyboardShortcuts: Update Block Locking spec to use the proper key shortcut * KeyboardShortcuts: Change delete shortcut to primaryShift + Backspace * KeyboardShortcuts: Update delete shortcut to use `shift + Backspace` Co-authored-by: yogeshbhutkar <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: jarekmorawski <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: talldan <[email protected]>
* Add WP_ENV_MULTISITE envoriment variable. Introduce a new `multisite` option in `wp-env` to enable multisite setups. This can be specified via the `WP_ENV_MULTISITE` environment variable or in the configuration file. Updated documentation to include usage instructions. * Apply suggestions from code review * Apply suggestions from code review * Update packages/env/README.md Co-authored-by: Pascal Birchler <[email protected]> * Add `WP_ENV_MULTISITE` environment variable to override multisite This enhancement allows overriding the `multisite` option using the `WP_ENV_MULTISITE` variable. It provides greater flexibility for customizing environment configurations. * Fix type annotation and format multisite environment logic Corrected the JSDoc type annotation for the multisite property from `bool` to `boolean` for consistency. Added a minor formatting adjustment to the multisite environment variable processing logic. --------- Co-authored-by: Pascal Birchler <[email protected]>
* Remove `getAllRawValue` and unit tests * Remove `isValuesMixed` and unit tests * Remove `isValuesDefined` and unit tests * Remove `getSupportedMenuItems` and unit tests Co-authored-by: stokesman <[email protected]> Co-authored-by: tyxla <[email protected]> Co-authored-by: Mamaduka <[email protected]>
…`presetKey` Props (#68385) * feat: Improve developer experience for presets * fix: change Warning error message * fix: Enforce runtime check for presets, and presetKey * doc: Add log for runtime check * doc: Add in unreleased section --- Co-authored-by: im3dabasia <[email protected]> Co-authored-by: ciampo <[email protected]>
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: joemcgill <[email protected]> Co-authored-by: desrosj <[email protected]>
* Block Editor: Fix block color contrast checker * Use reducer hook * Add comment Co-authored-by: Mamaduka <[email protected]> Co-authored-by: juanfra <[email protected]> Co-authored-by: jsnajdr <[email protected]> Co-authored-by: afercia <[email protected]>
…ference (#68132) * Image size fix in lightbox * Revert "Image size fix in lightbox" This reverts commit 63f81c1. * Update text description * Description update * Update index.js Minor text revision --------- Co-authored-by: karthick-murugan <[email protected]> Co-authored-by: joedolson <[email protected]>
Relocates the backport log file for block comments to the experimental feature directory. The feature is currently experimental and will not be included in WordPress 6.8. Co-authored-by: Mamaduka <[email protected]> Co-authored-by: shail-mehta <[email protected]>
* Editor: Standardize reduced motion handling using media queries * Remove redundant mixin * Editor: Fix Post Publish Panel animation sliding in reduced motion mode Co-authored-by: himanshupathak95 <[email protected]> Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Infinite-Null <[email protected]> Co-authored-by: carolinan <[email protected]>
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: shimotmk <[email protected]>
Co-authored-by: t-hamano <[email protected]>
…n` (#68498) * fix: Removed extra tooltips component in button component * fix: label name * fix: Removed view component * doc: Update changelog for unreleased section * Add heading before new changelog entry --------- Co-authored-by: im3dabasia <[email protected]> Co-authored-by: afercia <[email protected]> Co-authored-by: ciampo <[email protected]>
* Changed Inline Documentation Order * Changed Inline Documentation Order Co-authored-by: shail-mehta <[email protected]> Co-authored-by: t-hamano <[email protected]>
* 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 <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: carolinan <[email protected]>
Co-authored-by: shail-mehta <[email protected]> Co-authored-by: pooja9712 <[email protected]>
* Navigation Submenu Block: Add example preview Co-authored-by: himanshupathak95 <[email protected]> Co-authored-by: carolinan <[email protected]>
…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 <[email protected]>
Co-authored-by: im3dabasia <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: CGastrell <[email protected]>
…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 <[email protected]>
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 <[email protected]>
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: desrosj <[email protected]>
Co-authored-by: shimotmk <[email protected]> Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: im3dabasia <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: afercia <[email protected]>
* 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 <[email protected]>
* Use the term menu instead of navigation in nav elements labels. * Adjust translators comments for clarity. Co-authored-by: afercia <[email protected]> Co-authored-by: SergeyBiryukov <[email protected]>
…rmance (#68898) * Block Editor: Fix 'isBlockVisibleInTheInserter' selector helper performance * Use the loop, Luke! Unlinked contributors: ktmn. Co-authored-by: Mamaduka <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: mmtr <[email protected]>
* `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 <[email protected]> Co-authored-by: stokesman <[email protected]>
…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 <[email protected]> Co-authored-by: stokesman <[email protected]> Co-authored-by: glendaviesnz <[email protected]> Co-authored-by: mburridge <[email protected]>
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )