Changeset 62580 for trunk/src/wp-includes/blocks/blocks-json.php
- Timestamp:
- 06/30/2026 12:34:47 AM (2 weeks ago)
- Author:
- desrosj
- Message:
-
General: Bump the pinned hash for Gutenberg to
v23.0.0.
This updates the pinned commit hash of the Gutenberg repository from
5426109cdaf45828ef28ff8527d7d38e7e75fe74(version22.9.0) to7295bd91a3c2b64bb11dde0a12313210d9d16a12(version23.0.0).
A full list of changes included in this commit can be found on GitHub: https://github.com/WordPress/gutenberg/compare/v22.9.0..v23.0.0.
The following commits are included:
- Classify admin-ui and dataviews to components (https://github.com/WordPress/gutenberg/pull/76959)
- Add performance metrics for client-side media processing (https://github.com/WordPress/gutenberg/pull/76792)
- Connectors: Update help text from 'reset' to 'manage' (https://github.com/WordPress/gutenberg/pull/76963)
- Connectors: Hide Akismet unless already installed (https://github.com/WordPress/gutenberg/pull/76962)
- Remove unused catch block variables across the codebase (https://github.com/WordPress/gutenberg/pull/76969)
- Wrap sync update processing in try/catch (https://github.com/WordPress/gutenberg/pull/76968)
- Backport: Improve validation and permission checks for
WP_HTTP_Polling_Sync_Server(https://github.com/WordPress/gutenberg/pull/76987) - BlockMover: Remove unused disabled button props (https://github.com/WordPress/gutenberg/pull/76993)
- Core Data: Fix incorrect pagination for non-paginated entities (https://github.com/WordPress/gutenberg/pull/76406)
- Block Editor: Display shortcuts for moving blocks via tooltips (https://github.com/WordPress/gutenberg/pull/76992)
- Convert directories in test/ to workspaces (https://github.com/WordPress/gutenberg/pull/74684)
- RTC: Fix core/table cell merging (https://github.com/WordPress/gutenberg/pull/76913)
- Components: Extract the autocomplete matcher into a separate function (https://github.com/WordPress/gutenberg/pull/76957)
- Added Context for Next/Prev Enlarge Image (https://github.com/WordPress/gutenberg/pull/76967)
- Build Tools: Update TypeScript to 6.0.2 (https://github.com/WordPress/gutenberg/pull/77010)
- Text: Remove UA margins (https://github.com/WordPress/gutenberg/pull/76970)
- Fix pre-existing lint errors across the codebase (https://github.com/WordPress/gutenberg/pull/77002)
- Fix failing 'WP_HTTP_Polling_Sync_Server' unit test (https://github.com/WordPress/gutenberg/pull/77025)
- Card: Set default foreground color on root (https://github.com/WordPress/gutenberg/pull/77013)
- TypeScript: Migrate a11y package to TS (https://github.com/WordPress/gutenberg/pull/70680)
- Button: Remove unused Storybook story stylesheet (https://github.com/WordPress/gutenberg/pull/77031)
- Improve CSS setup instructions in package readmes (https://github.com/WordPress/gutenberg/pull/76975)
- Use Link component in details story example (https://github.com/WordPress/gutenberg/pull/76997)
- @wordpress/ui: Add global CSS defense module (https://github.com/WordPress/gutenberg/pull/76783)
- Autocompleters: Move and improve links search (https://github.com/WordPress/gutenberg/pull/76995)
- Autocomplete: Refactor useAutocomplete to use useReducer (https://github.com/WordPress/gutenberg/pull/77020)
- Components: Fix autocomplete overlapping trigger matching (https://github.com/WordPress/gutenberg/pull/77018)
- Fix: A sentence has no ending punctuation in README.md file. (https://github.com/WordPress/gutenberg/pull/77027)
ValidatedRangeControl: Fix aria-label rendered as [object Object] (https://github.com/WordPress/gutenberg/pull/77042)- HStack, VStack: Mark as not recommended for use (https://github.com/WordPress/gutenberg/pull/77041)
- Tests: Fix wp-env scripts not found in test workspaces (https://github.com/WordPress/gutenberg/pull/77055)
- Bump the github-actions group across 1 directory with 2 updates (https://github.com/WordPress/gutenberg/pull/77030)
- Autocomplete: Clarify 'isDebounced' setting limitation (https://github.com/WordPress/gutenberg/pull/77062)
- Fix SyntaxError in Autocompleter UI when pasting matching content (https://github.com/WordPress/gutenberg/pull/76961)
- Connectors: account for mu-plugins when resolving plugin.file status (https://github.com/WordPress/gutenberg/pull/76994)
- Storybook: Fix E2E subpath exports and add CI build smoke test (https://github.com/WordPress/gutenberg/pull/77034)
- Fix Storybook cursor Default option passing theme token (https://github.com/WordPress/gutenberg/pull/77037)
- Storybook: Enable theming toolbar for wp-components (https://github.com/WordPress/gutenberg/pull/77038)
- RTC: Fix "Edit as HTML" content reset during collaboration (https://github.com/WordPress/gutenberg/pull/77043)
- RTC: Fix inline inserter reset on update sync (https://github.com/WordPress/gutenberg/pull/76980)
- RTC: Predefined retry schedules for disconnect dialog, make more lenient (https://github.com/WordPress/gutenberg/pull/76966)
- Block Editor: Prevent Enter key from inserting paragraphs in contentOnly sections (https://github.com/WordPress/gutenberg/pull/76989)
- Editor: Fix 'selectedNote' action PHPDoc (https://github.com/WordPress/gutenberg/pull/77080)
- Tests: Fix argument forwarding for workspace test scripts (https://github.com/WordPress/gutenberg/pull/77083)
- Search block: Derive 'isSearchFieldHidden' value (https://github.com/WordPress/gutenberg/pull/77082)
- Cover block: fix embed video background Error 153 in editor (https://github.com/WordPress/gutenberg/pull/76904)
- Fields: Fix
postContentInfoFieldwhen there are edits (https://github.com/WordPress/gutenberg/pull/76901) - Restore original template registration tests alongside activation variants (https://github.com/WordPress/gutenberg/pull/77068)
- i18n: Make sprintf return FormattedText for type-safe createInterpolateElement (https://github.com/WordPress/gutenberg/pull/76974)
- Block Editor store: refactor controlledInnerBlocks to Set (https://github.com/WordPress/gutenberg/pull/77094)
- DataForm: support disabled controls (https://github.com/WordPress/gutenberg/pull/77090)
- ESLint plugin: Disable
jsx-a11y/heading-has-content(https://github.com/WordPress/gutenberg/pull/77073) - Remove remaining esModuleInterop usage (https://github.com/WordPress/gutenberg/pull/77095)
- Avoid stale values in core/cover block for RTC compatibility (https://github.com/WordPress/gutenberg/pull/76916)
- RTC: Add optional
shouldSyncfunction to entity sync config (https://github.com/WordPress/gutenberg/pull/76947) - Bump oras-project/setup-oras (https://github.com/WordPress/gutenberg/pull/77096)
- RTC: Change SyncConnectionModal to isSyncConnectionErrorHandled filter and drop IS_GUTENBERG_PLUGIN check (https://github.com/WordPress/gutenberg/pull/76853)
- RTC: Respect WP_ALLOW_COLLABORATION in Gutenberg for activation hook (https://github.com/WordPress/gutenberg/pull/77084)
- Add iteration issue template (https://github.com/WordPress/gutenberg/pull/77113)
- Media Modal Experiment: Set matching picker grid layout properties for when a user switches between layouts (https://github.com/WordPress/gutenberg/pull/77118)
- contentOnly template lock: Fix block insertion and removal rules (https://github.com/WordPress/gutenberg/pull/77119)
- Global Styles Revisions: Fix footer overflow (https://github.com/WordPress/gutenberg/pull/77103)
- updateBlockListSettings: convert state to Map, do all updates in one action (https://github.com/WordPress/gutenberg/pull/46392)
- DataViews: Fix
compactdensity clipping and remove top/bottom padding (https://github.com/WordPress/gutenberg/pull/77054) - Icons: Override WP_Icons_Registry singleton with Gutenberg icons registry (https://github.com/WordPress/gutenberg/pull/76455)
- Button: Remove obsolete Safari + VoiceOver workaround (https://github.com/WordPress/gutenberg/pull/77107)
- E2E Tests: Ensure artifacts generate correctly and remove unnecessary artifacts (https://github.com/WordPress/gutenberg/pull/77093)
- UI
Text: Mark as recommended (https://github.com/WordPress/gutenberg/pull/77044) - ui/AlertDialog: better async confirm APIs, fully use base ui's
AlertDialog(https://github.com/WordPress/gutenberg/pull/76937) - BlockStyleVariationOverridesWithConfig: change name and fix lint errors (https://github.com/WordPress/gutenberg/pull/77130)
- Add
.scssfiles to CSS module linting (https://github.com/WordPress/gutenberg/pull/77140) - BoxControl: remove unused state for icon side (https://github.com/WordPress/gutenberg/pull/77143)
- Fix overflow of Highlighted white-space in Code Block (https://github.com/WordPress/gutenberg/pull/77085)
- move pseudo-state slicing logic into useStyle hook (https://github.com/WordPress/gutenberg/pull/77104)
- Autocomplete: Remove getAutoCompleterUI factory pattern (https://github.com/WordPress/gutenberg/pull/77048)
- Add
datefield in templates and template parts (https://github.com/WordPress/gutenberg/pull/77134) - Revisions: Simplify fetching (https://github.com/WordPress/gutenberg/pull/77086)
- Remove 'Home' and 'End' key usage from Navigation Tests (https://github.com/WordPress/gutenberg/pull/77102)
- Guidelines: Update actions-section and import/export workflow (https://github.com/WordPress/gutenberg/pull/76621)
- Image block: Hide drag handles while an upload is in progress (https://github.com/WordPress/gutenberg/pull/77121)
- Build: Fix glob ignore patterns in dot-prefixed directories (https://github.com/WordPress/gutenberg/pull/75114)
- Added missing documentation in
collaboration.php(https://github.com/WordPress/gutenberg/pull/77173) @wordpress/ui: addPopover(https://github.com/WordPress/gutenberg/pull/76438)- Add Site Tagline and Site Title to Design > Identity panel (https://github.com/WordPress/gutenberg/pull/76264)
- Revision: Fix 'Show changes' button reset state (https://github.com/WordPress/gutenberg/pull/77122)
- Components: update React function names for better ESLint detection (https://github.com/WordPress/gutenberg/pull/77148)
- Link picker: Decode HTML entities in link preview title (https://github.com/WordPress/gutenberg/pull/77170)
- MediaEdit: handle '*' wildcard in validateMimeType (https://github.com/WordPress/gutenberg/pull/77168)
- Search block : Match behaviour of global styling for border and color with local styling (inspector controls) to remove inconsistency (https://github.com/WordPress/gutenberg/pull/77060)
- Re-order spacing side controls when unlinked (https://github.com/WordPress/gutenberg/pull/66317)
- Dataviews: remove unneeded ref callbacks (https://github.com/WordPress/gutenberg/pull/77179)
- Experiment: Add revisions panel to templates, template parts and patterns (https://github.com/WordPress/gutenberg/pull/77008)
- Guidelines CPT: Changes slug from wp_content_guidelines to wp_guidelines (https://github.com/WordPress/gutenberg/pull/77147)
- TextArea: add disabled styles (https://github.com/WordPress/gutenberg/pull/77129)
- Writing Flow: Fix format toolbar not appearing when selecting text from block edge (https://github.com/WordPress/gutenberg/pull/77136)
- DataForm: Remove
text-transformfrompanelfield labels (https://github.com/WordPress/gutenberg/pull/77196) - FormTokenField: fix disabled styles (https://github.com/WordPress/gutenberg/pull/77137)
- Admin UI: Increase page header vertical padding (https://github.com/WordPress/gutenberg/pull/77152)
- Use entity link title for link control preview (https://github.com/WordPress/gutenberg/pull/77155)
- TypeScript: migrate annotations package to TS (https://github.com/WordPress/gutenberg/pull/70602)
- refactor: migrate bin/api-docs to tools/api-docs as workspace
@wordpress/api-docs-generator(https://github.com/WordPress/gutenberg/pull/77019) - TypeScript: Migrate viewport package (https://github.com/WordPress/gutenberg/pull/71118)
- UI/Tooltip: Add usage guidelines documentation (https://github.com/WordPress/gutenberg/pull/77158)
- RadioControl: add support for disabling radio group (https://github.com/WordPress/gutenberg/pull/77127)
- Upgrade ESLint to v10 (https://github.com/WordPress/gutenberg/pull/76654)
- Add e2e test coverage for the Guidelines settings page (https://github.com/WordPress/gutenberg/pull/77192)
- Admin UI: Update Page background color to surface-neutral (https://github.com/WordPress/gutenberg/pull/76869)
- Fix lint-staged API docs path (https://github.com/WordPress/gutenberg/pull/77203)
- PresetInputControl: Fix clearing of numeric value in custom input control (https://github.com/WordPress/gutenberg/pull/77139)
- Upload external media: Ensure notice only fires once (https://github.com/WordPress/gutenberg/pull/77218)
- Checkbox: fix disabled styles (https://github.com/WordPress/gutenberg/pull/77132)
- FormToggle: Update disabled styles (https://github.com/WordPress/gutenberg/pull/77208)
- Calendar: fix disabled styles (https://github.com/WordPress/gutenberg/pull/77138)
- Textarea: remove unnecessary styles (https://github.com/WordPress/gutenberg/pull/77221)
- Search Block: Ensure color settings apply to input field when button is disabled (https://github.com/WordPress/gutenberg/pull/77219)
- iAPI Docs: Fix typos, code errors, and inaccuracies in the documentation (https://github.com/WordPress/gutenberg/pull/76636)
- Connectors: don't clobber third-party custom render in registerDefaultConnectors (https://github.com/WordPress/gutenberg/pull/77116)
- Guidelines: Improve guideline revision UX (https://github.com/WordPress/gutenberg/pull/76560)
- ui/
Dialog: update Header layout, refactor Title to use Text (https://github.com/WordPress/gutenberg/pull/77161) - ui/docs: add additional global css setup instructions (https://github.com/WordPress/gutenberg/pull/77228)
- ui/VisuallyHidden: Standardize composition pattern (https://github.com/WordPress/gutenberg/pull/77190)
- ui: expose
containerportal prop on all overlay Popup components (https://github.com/WordPress/gutenberg/pull/77163) - Components: Use
--wpds-cursor-controlfor interactive controls (Sass only) (https://github.com/WordPress/gutenberg/pull/76786) - Card: Remove redundant margin reset from Card.Title (https://github.com/WordPress/gutenberg/pull/77187)
- Theme: Rename typography tokens to use "typography" prefix (https://github.com/WordPress/gutenberg/pull/76912)
- UI: Normalize render prop and ref forwarding patterns (https://github.com/WordPress/gutenberg/pull/77160)
- Ensure "Retry" button is stable during retries (https://github.com/WordPress/gutenberg/pull/77234)
- RTC: Improve array attribute stability when structural changes occur (https://github.com/WordPress/gutenberg/pull/77164)
- Env: Fix loopback requests when running on non-default ports (https://github.com/WordPress/gutenberg/pull/77057)
- Connectors: Replace speak() with notice store for state changes (https://github.com/WordPress/gutenberg/pull/77174)
- Core Data: Fix 'useEntityProp' for raw attributes (https://github.com/WordPress/gutenberg/pull/77120)
- Use image.copyMemory() for batch thumbnail generation (https://github.com/WordPress/gutenberg/pull/76979)
- Post Author Biography: Preserve occurance of white spaces (https://github.com/WordPress/gutenberg/pull/71133)
- Fix PatternsActions prop name from postType to type (https://github.com/WordPress/gutenberg/pull/77251)
- Resolve package-lock.json inconsistency for @babel/eslint-parser (https://github.com/WordPress/gutenberg/pull/77256)
- Fix duotone filter not applying on style variation switch (https://github.com/WordPress/gutenberg/pull/77229)
- Fix: restore editor canvas padding in classic themes (https://github.com/WordPress/gutenberg/pull/76864)
- DataViews: simplify
defaultLayoutsprop (https://github.com/WordPress/gutenberg/pull/77232) - getMergedItemsIds: receive full page bigger than perPage (https://github.com/WordPress/gutenberg/pull/77262)
- FormTokenField: remove unnecessary styles (https://github.com/WordPress/gutenberg/pull/77263)
- TypeScript: Migrate
packages/list-reusable-blockspackage to TypeScript (https://github.com/WordPress/gutenberg/pull/70518) - RTC: Add filterable flag for meta box RTC compatibility (https://github.com/WordPress/gutenberg/pull/76939)
- RTC: Fix disconnect dialog due to uneditable entity (https://github.com/WordPress/gutenberg/pull/77242)
- Guidelines: Try removing the jsxRuntime pragma and see what happens (https://github.com/WordPress/gutenberg/pull/77255)
- DataForm: Show tooltip in edit button in
panellayout (https://github.com/WordPress/gutenberg/pull/77024) - blocks: Convert blocks package to TypeScript (https://github.com/WordPress/gutenberg/pull/76312)
- Fix Gutenberg_REST_View_Config_Controller_7_1 PHP warnings (https://github.com/WordPress/gutenberg/pull/77290)
- renamed focus visible (https://github.com/WordPress/gutenberg/pull/77292)
- page.waitForFunction: fix call arguments (https://github.com/WordPress/gutenberg/pull/77300)
- Tabs: Simplify anchor handling (https://github.com/WordPress/gutenberg/pull/77189)
- Tests: Auto-fix some new 'eslint-plugin-playwright' warnings (https://github.com/WordPress/gutenberg/pull/77314)
- Tab Menu Item: simplify active tab menu item style (https://github.com/WordPress/gutenberg/pull/77195)
- Eslint: Suggest alternative in
no-setting-ds-tokensrule (https://github.com/WordPress/gutenberg/pull/77154) - Autocomplete: Fix flaky e2e tests (https://github.com/WordPress/gutenberg/pull/77322)
- UI: Update
@base-ui/reactfrom1.3.0to1.4.0(https://github.com/WordPress/gutenberg/pull/77308) - Docs: Add README for DatePicker and TimePicker Components (https://github.com/WordPress/gutenberg/pull/70365)
- UI: use Text component for Badge typography (https://github.com/WordPress/gutenberg/pull/77295)
- Block Editor: Extract getElementCSSRules from useBlockProps (https://github.com/WordPress/gutenberg/pull/77327)
- Edit Post: Fix warning in 'useMetaBoxInitialization' hook (https://github.com/WordPress/gutenberg/pull/77311)
- Update the page slug we link to for the AI plugin after the plugin has been installed and activated (https://github.com/WordPress/gutenberg/pull/77336)
- Guidelines CPT: Rename references from content guidelines to guidelines (https://github.com/WordPress/gutenberg/pull/77223)
- Dialog: add explicit margin-inline-end rule to Title (https://github.com/WordPress/gutenberg/pull/77334)
- Remove sandbox
allow-same-originfor core/html blocks (https://github.com/WordPress/gutenberg/pull/77212) - Block Directory: Use
--wpds-cursor-controldesign token (https://github.com/WordPress/gutenberg/pull/77330) - Registers wp_guideline_type taxonomy (https://github.com/WordPress/gutenberg/pull/77156)
- DataForm: Add min/max date range support for date and datetime fields (https://github.com/WordPress/gutenberg/pull/77201)
- Separator Block: Apply default block variation when inserting via
---shortcut (https://github.com/WordPress/gutenberg/pull/77135) - Paragraph: Prevent
onEntersplitting of parent block when insertion of that block type is not allowed (https://github.com/WordPress/gutenberg/pull/77291) - Media Upload Modal: Persist view configuration (https://github.com/WordPress/gutenberg/pull/77288)
- Image block: Validate attachment ID exists before treating image as local (https://github.com/WordPress/gutenberg/pull/77178)
- Tabs: remove sequential numbering from new tab labels (https://github.com/WordPress/gutenberg/pull/77321)
- DataViews: Use
--wpds-cursor-controldesign token for interactive controls (https://github.com/WordPress/gutenberg/pull/77259) - Post Editor: Store metaboxes RTC-compatible flag on location entries (https://github.com/WordPress/gutenberg/pull/77361)
- Guidelines CPT: Skip registration when post type already exists (https://github.com/WordPress/gutenberg/pull/77486)
- RTC: Fixed orphaned meta causing dirty editor state (https://github.com/WordPress/gutenberg/pull/77529)
- Guidelines: Make the CPT type-aware (https://github.com/WordPress/gutenberg/pull/77491)
Props adamsilverstein, jorbin, westonruter, wildworks.
Fixes #65557.
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/blocks-json.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/blocks-json.php
r62578 r62580 6996 6996 6997 6997 ) 6998 ),6999 'isSearchFieldHidden' => array(7000 'type' => 'boolean',7001 'default' => false7002 6998 ) 7003 6999 ), … … 7050 7046 ), 7051 7047 'editorStyle' => 'wp-block-search-editor', 7052 'style' => 'wp-block-search' 7048 'style' => 'wp-block-search', 7049 'selectors' => array( 7050 'color' => '.wp-block-search .wp-block-search__button, .wp-block-search.wp-block-search__no-button .wp-block-search__input', 7051 'border' => '.wp-block-search.wp-block-search__button-outside .wp-block-search__input, .wp-block-search.wp-block-search__button-outside .wp-block-search__button, .wp-block-search.wp-block-search__no-button .wp-block-search__input, .wp-block-search.wp-block-search__button-only .wp-block-search__input, .wp-block-search.wp-block-search__button-only .wp-block-search__button, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper' 7052 ) 7053 7053 ), 7054 7054 'separator' => array(
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)