-
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 #67
Commits on Jun 10, 2024
-
Placeholders: Fix contrast. (#62416)
Co-authored-by: jasmussen <[email protected]> Co-authored-by: afercia <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: vcanales <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4688e3 - Browse repository at this point
Copy the full SHA e4688e3View commit details -
Docs: Explicitly mention new behavior coming in WP 6.6 for block vari…
…ations (#62399) Co-authored-by: gziolo <[email protected]> Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: ockham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e04b36c - Browse repository at this point
Copy the full SHA e04b36cView commit details -
Fix increasingly big canvas in the post editor when editing patterns (#…
…62360) * Fix big canvas in the post editor when editing patterns * Avoid adding multiple padding rules * Revert "Avoid adding multiple padding rules" This reverts commit 91edeb9. * Revert "Fix big canvas in the post editor when editing patterns" This reverts commit 37326a9. * Ensure `useEditorStyles` recomputes whenever the postType changes * Fix mutation of `editorSettings.styles` resulting in editor styles incorrectly persisting and being duplicated ---- Co-authored-by: talldan <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8fca79 - Browse repository at this point
Copy the full SHA b8fca79View commit details -
Color Variations: Use Grid rather than VStack (#62445)
Co-authored-by: richtabor <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: bgardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a1031b - Browse repository at this point
Copy the full SHA 5a1031bView commit details -
LinkControl: refined the display of the link preview title and url wh…
…en both are same (#61819) * Add removeProtocol function to URL package * Fix redundant link preview display when link text includes protocol in LinkControl. * Changed regex for stripDomainPrefixes to handle all protocols * Add unit tests for stripDomainPrefixes function * Refactor URL filtering logic * Change variable name * Moved filterTitleForDisplay outside of component * Adds test cases for the updated regex * Fix typos and remove redundant tests for filterURLForDisplay * Fix isUrlRedundant check in LinkPreview component * Add test case for empty or falsy URL in filterURLForDisplay function Co-authored-by: amitraj2203 <[email protected]> Co-authored-by: afercia <[email protected]> Co-authored-by: tyxla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd6e764 - Browse repository at this point
Copy the full SHA bd6e764View commit details -
Fix: Add
network-active
to valid options inPluginStatus
Type def……inition (#62450) Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: Mamaduka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b10cb6 - Browse repository at this point
Copy the full SHA 3b10cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f64a0af - Browse repository at this point
Copy the full SHA f64a0afView commit details
Commits on Jun 11, 2024
-
DataViews: Fix unnecessary horizontal scrollbar in list layout (#62448)
Co-authored-by: t-hamano <[email protected]> Co-authored-by: stokesman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7bb2b7 - Browse repository at this point
Copy the full SHA c7bb2b7View commit details -
List view: show context menu for content-only blocks in posts (#62354)
* Ensure the Edit template context menu is shown in the post editor/site editor pages by checking only for a templateId. Previously it was only shown for pages and there was no check if the user can edit template. Show a not-very-pretty dialogue box where a user cannot edit a template. * Check for an entity before showing the canUser message. * Rename variable Move canUser fallback component beneath existing entity check block * Use existing component but disable the edit button and update the copy * Check for content blocks * Use `getContentLockingParent` Co-authored-by: ramonjd <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: kevin940726 <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e78cb55 - Browse repository at this point
Copy the full SHA e78cb55View commit details -
Fix flaky Site Editor command center e2e test (#62454)
Co-authored-by: Mamaduka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7368c0 - Browse repository at this point
Copy the full SHA b7368c0View commit details -
Page creation and duplication: Decode HTML entities in success notices (
#62313) * Decode the page title when creating a new page from the Site Editor > Pages * Decode the page title when a page is duplicated from the Data Views * Decode the page title when you duplicate an item in the Edit Site > Editor component * Decode the page title when a page or post is duplicated from the block editor * Add ´@wordpress/html-entities´ to the edit post package. Co-authored-by: carolinan <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2d7bf6 - Browse repository at this point
Copy the full SHA d2d7bf6View commit details -
Section Styles: Register block style variations on
init
(#62461)Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: oandregal <[email protected]> Co-authored-by: annezazu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faf5cba - Browse repository at this point
Copy the full SHA faf5cbaView commit details -
Fixed : Disambiguate "Cover" translatable string in the context of ba…
…ckground-panel.js (#62440) * Fixed : Disambiguate 'Cover' translatable string in the context of background-panel.js * Added context for Contain and Tile * Implemented the suggestions Co-authored-by: narenin <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: audrasjb <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd587da - Browse repository at this point
Copy the full SHA fd587daView commit details -
Block Styles: Remove core block style variations filters and action (#…
…62090) Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: oandregal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48d9364 - Browse repository at this point
Copy the full SHA 48d9364View commit details -
Site Editor: Remove editor specific classes from shell wrapper. (#62389)
Co-authored-by: youknowriad <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: ntsekouras <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a20fb0 - Browse repository at this point
Copy the full SHA 3a20fb0View commit details -
Block style variation: rename hook (#62464)
Co-authored-by: ramonjd <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edd5fa4 - Browse repository at this point
Copy the full SHA edd5fa4View commit details -
Bootstrap the dashboard layout (#62409)
Co-authored-by: youknowriad <[email protected]> Co-authored-by: ntsekouras <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d34e2a - Browse repository at this point
Copy the full SHA 2d34e2aView commit details -
DataViews: Bootstrap Actions Extensibility API (#62052)
Co-authored-by: youknowriad <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: mcsf <[email protected]> Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: Mamaduka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97ccc28 - Browse repository at this point
Copy the full SHA 97ccc28View commit details -
Co-authored-by: sirreal <[email protected]> Co-authored-by: WunderBart <[email protected]> Co-authored-by: up1512001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b177d9 - Browse repository at this point
Copy the full SHA 7b177d9View commit details -
Fix
@since
tag in docblock inWP_Theme_JSON_Data_Gutenberg
. (#62425)The `get_theme_json` method was actually added in v18.5.0, not 18.3.0. This corrects the docblock reference. Co-authored-by: joemcgill <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57b8b61 - Browse repository at this point
Copy the full SHA 57b8b61View commit details
Commits on Jun 12, 2024
-
Fix showing double icons for connected blocks in pattern editor (#62317)
Co-authored-by: kevin940726 <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: richtabor <[email protected]> Co-authored-by: ellatrix <[email protected]> * Fix showing double icons for connected blocks in pattern editor * Fix post-meta * Unify the experience * Rename the component
Configuration menu - View commit details
-
Copy full SHA for b8fd20a - Browse repository at this point
Copy the full SHA b8fd20aView commit details -
List View: Respect default shortcuts in modals (#62479)
Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: mcsf <[email protected]> Co-authored-by: colorful-tones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24aeb31 - Browse repository at this point
Copy the full SHA 24aeb31View commit details -
Icons: Fix React warning error for offline icon (#62353)
Co-authored-by: t-hamano <[email protected]> Co-authored-by: dcalhoun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1016e9 - Browse repository at this point
Copy the full SHA f1016e9View commit details -
List View: Fix home and end key behaviour in very long lists (#62312)
* List View: Fix home and end key behaviour in very long lists * Update e2e test Co-authored-by: andrewserong <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35ddbfb - Browse repository at this point
Copy the full SHA 35ddbfbView commit details -
Post Date: Adds relative date format (#62298)
* Adds "Time Ago" option to SelectControl of DateFormatPicker * Update post-date block to have "Time ago" format * Use 'human-diff' as format for relative dates * Add support for relative dates to Comment Date block * Always use a somewhat recent example date --------- Co-authored-by: amitraj2203 <[email protected]> Co-authored-by: noisysocks <[email protected]> Co-authored-by: ramonjd <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 907a70e - Browse repository at this point
Copy the full SHA 907a70eView commit details -
Global Styles: Fix registration of theme style variation defined bloc…
…k styles (#62495) Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: oandregal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bda08ff - Browse repository at this point
Copy the full SHA bda08ffView commit details -
Unify DataViews Header Title & Subtitle (#62429)
* Unify DataViews Patterns Header Title & Subtitle * Don't wrap text * Apply same logic to Pages, Templates Co-authored-by: t-hamano <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d375f00 - Browse repository at this point
Copy the full SHA d375f00View commit details -
Verse block: add background image and minimum height support (#62498)
Co-authored-by: ramonjd <[email protected]> Co-authored-by: tellthemachines <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 375d6b6 - Browse repository at this point
Copy the full SHA 375d6b6View commit details -
Quote blocks: add background image and minimum height support (#62497)
Co-authored-by: ramonjd <[email protected]> Co-authored-by: tellthemachines <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b5046b - Browse repository at this point
Copy the full SHA 0b5046bView commit details -
Update Node version for flaky test reporter (#62401)
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: kevin940726 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c6c693 - Browse repository at this point
Copy the full SHA 1c6c693View commit details -
Change
Site Editor
toEdit site
(#62501)Co-authored-by: up1512001 <[email protected]> Co-authored-by: akasunil <[email protected]> Co-authored-by: youknowriad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1128ac0 - Browse repository at this point
Copy the full SHA 1128ac0View commit details -
Block bindings: Change bindings panel title, add description. (#62489)
* Change title, add description * Update description * Update description Co-authored-by: cbravobernal <[email protected]> Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07f8235 - Browse repository at this point
Copy the full SHA 07f8235View commit details -
Update React API reference links in @wordpress/element reference-guid…
…es (#62475) * Update React API reference links * Addressed feedback Co-authored-by: amitraj2203 <[email protected]> Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff0ef2b - Browse repository at this point
Copy the full SHA ff0ef2bView commit details -
Fix: Invalid link on explanations documentation. (#62487)
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e48e636 - Browse repository at this point
Copy the full SHA e48e636View commit details -
[Mobile] - Fix Inserter items list (#62334)
* Mobile - Pass isQuick option to useBlockTypesState for the native inserter * Mobile - Update tests for Buttons and Social Icons to check the correct blocks are shown in the inserter * Update changelog
Gerardo Pacheco authoredJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for b3d9822 - Browse repository at this point
Copy the full SHA b3d9822View commit details -
Ensure that openref is defined before accessing to .current (#62508)
* Ensure that openref is defined before accessing to .current * add comment Co-authored-by: gigitux <[email protected]> Co-authored-by: cbravobernal <[email protected]> Co-authored-by: vcanales <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bb138e - Browse repository at this point
Copy the full SHA 3bb138eView commit details -
[Mobile] Improve List block onSplit to avoid hiding the keyboard on e…
…nter (#62446) * Native RichText - Add __unstableUseSplitSelection prop * Native List block - Use __unstableUseSplitSelection prop and remove custom onSplit and onReplace functionality * Update changelog * Fix changelog after fixing conflict Co-authored-by: geriux <[email protected]> Co-authored-by: twstokes <[email protected]> Co-authored-by: fluiddot <[email protected]>
4 people authoredJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 851e2a0 - Browse repository at this point
Copy the full SHA 851e2a0View commit details -
[Mobile] - RichText - Fix
undefined
onDelete callback (#62486)* Native RichText - Fix undefined onDelete callback * Update changelog Co-authored-by: geriux <[email protected]> Co-authored-by: twstokes <[email protected]>
3 people authoredJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 7eeb041 - Browse repository at this point
Copy the full SHA 7eeb041View commit details -
Add JSON Schema for
.wp-env.json
files (#36276)Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: ajlende <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: gziolo <[email protected]> Co-authored-by: PerryRylance <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98617fd - Browse repository at this point
Copy the full SHA 98617fdView commit details -
Inserter: Allow focus to move to the toggle when opening the inserter…
…, so that the browser can correctly handle focus-visible on the tabs (#62513)
Configuration menu - View commit details
-
Copy full SHA for 3104482 - Browse repository at this point
Copy the full SHA 3104482View commit details -
Docs: Correct typos in GitHub and JavaScript wordmarks (#62459).
Fixes documentation and comment references to capitalize the words in accordance with the wordmarks. No symbols have been renamed to avoid the risk of introducing bugs in case sensitive interpreters. See [WP#60699](https://core.trac.wordpress.org/ticket/60699) Co-authored-by: peterwilsoncc <[email protected]> Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: dmsnell <[email protected]> Co-authored-by: juanmaguitar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91084bf - Browse repository at this point
Copy the full SHA 91084bfView commit details
Commits on Jun 13, 2024
-
Block Bindings / Pattern Overrides: Try preventing normal attribute u…
…pdates when a __default binding exists (#62471) * Try preventing normal attribute updates when a __default binding exists * Add an e2e test * Only skip normal attribute updates for pattern overrides ---- Co-authored-by: talldan <[email protected]> Co-authored-by: SantosGuillamot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22bc2e7 - Browse repository at this point
Copy the full SHA 22bc2e7View commit details -
Post content block: add background image and padding support (#62499)
Co-authored-by: ramonjd <[email protected]> Co-authored-by: tellthemachines <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d78aa0 - Browse repository at this point
Copy the full SHA 1d78aa0View commit details -
Update custom CSS handling to be consistent with block global styles. (…
…#62357) Co-authored-by: tellthemachines <[email protected]> Co-authored-by: ramonjd <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ec0bda - Browse repository at this point
Copy the full SHA 6ec0bdaView commit details -
Global styles: send theme object to setUserConfig (#61805)
* Instead of destructuring object, just send it. The global styles provider does the work. * Remove unnecessary callback - use state function to set current revision * Allow an object or a function in the setConfig function, which sets global styles. Use the object arg for variations, pushing to global styles from block settings, and reset global styles. Co-authored-by: ramonjd <[email protected]> Co-authored-by: noisysocks <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e829be - Browse repository at this point
Copy the full SHA 1e829beView commit details -
Build JS module only in development mode (#62398)
Co-authored-by: kevin940726 <[email protected]> Co-authored-by: gziolo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0354b6 - Browse repository at this point
Copy the full SHA e0354b6View commit details -
Extract the pattern overrides toolbar indicator from the `block-edito…
…r` package (#62514) Co-authored-by: kevin940726 <[email protected]> Co-authored-by: talldan <[email protected]> * Extract pattern overrides toolbar indicator from the block-editor package * Fix error
Configuration menu - View commit details
-
Copy full SHA for fe8fe40 - Browse repository at this point
Copy the full SHA fe8fe40View commit details -
Use stable reference for
getEntityActions
action (#62536)Co-authored-by: ntsekouras <[email protected]> Co-authored-by: youknowriad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee30a87 - Browse repository at this point
Copy the full SHA ee30a87View commit details -
Add support for local keyframes through a PostCSS plugin. (#62476)
Co-authored-by: DaniGuardiola <[email protected]> Co-authored-by: jsnajdr <[email protected]> Co-authored-by: tyxla <[email protected]> Co-authored-by: mirka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 842b5c4 - Browse repository at this point
Copy the full SHA 842b5c4View commit details
Commits on Jun 14, 2024
-
Fixing minor syntax in dataview example code (#62560)
Co-authored-by: aaronware <[email protected]> Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91472e5 - Browse repository at this point
Copy the full SHA 91472e5View commit details -
Add custom CSS for block style variations. (#62526)
Co-authored-by: tellthemachines <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: matiasbenedetto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ac2ede - Browse repository at this point
Copy the full SHA 5ac2edeView commit details -
Update fetchLinkSuggestions to sort results by relevancy (#62397)
* Update fetchLinkSuggestions to sort results by relevancy - Rename __experimentalFetchLinkSuggestions to fetchLinkSuggestions. - Rewrite fetchLinkSuggestions in TypeScript. - Sort results by relevancy using cosine similiarty between term frequency vectors. * Fix tsc errors * Update @wordpress/core-data imports * Make tokenize unicode aware * Remove unnecessary mutation * Add tests for all the helper functions * Simpler scoring function * Keep experimental for now Unlinked contributors: scrobbleme. Co-authored-by: noisysocks <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: skorasaurus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18676a8 - Browse repository at this point
Copy the full SHA 18676a8View commit details -
Fix "insert before/after" not showing for blocks in site editor (#62530)
Co-authored-by: kevin940726 <[email protected]> Co-authored-by: noisysocks <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: richtabor <[email protected]> * Fix insert before & after not showing for blocks in templates * Use block editing mode
Configuration menu - View commit details
-
Copy full SHA for ce5280a - Browse repository at this point
Copy the full SHA ce5280aView commit details -
Update all
ConfirmDialog
s in the codebase to be size=medium (#62532)* Update all `ConfirmDialog`s in the codebase to be size=medium * Don't update deprecated dialog ---- Co-authored-by: talldan <[email protected]> Co-authored-by: nerrad <[email protected]> Co-authored-by: annezazu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e4b235 - Browse repository at this point
Copy the full SHA 4e4b235View commit details -
Section styles: support i18n for variations declared in
theme.json
……or theme style variations (#62552) Co-authored-by: oandregal <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c009a43 - Browse repository at this point
Copy the full SHA c009a43View commit details -
Section styles: consolidate variation name (#62550)
Co-authored-by: oandregal <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f0950b - Browse repository at this point
Copy the full SHA 6f0950bView commit details -
Shortcut Help modal: Remove CSS hack for Internet Explorer 11 (#62564)
Co-authored-by: t-hamano <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7f74e5 - Browse repository at this point
Copy the full SHA a7f74e5View commit details -
Speed up check-build-type-declaration-files (#62538)
* Remove npx usage from declaration checking script * Revert "Remove npx usage from declaration checking script" This reverts commit d5a1fe5. * Try skipLibCheck Co-authored-by: sirreal <[email protected]> Co-authored-by: cbravobernal <[email protected]> Co-authored-by: noahtallen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f49db1 - Browse repository at this point
Copy the full SHA 9f49db1View commit details -
Template inspector: Small visual adjustments. (#62537)
* Template inspector: Small visual adjustments. * Update packages/editor/src/components/post-card-panel/style.scss Co-authored-by: Aki Hamano <[email protected]> --------- Co-authored-by: jasmussen <[email protected]> Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9389869 - Browse repository at this point
Copy the full SHA 9389869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2917269 - Browse repository at this point
Copy the full SHA 2917269View commit details -
Blob: Convert package to TypeScript (#62569)
Co-authored-by: jpstevens <[email protected]> Co-authored-by: jsnajdr <[email protected]> Co-authored-by: sirreal <[email protected]> Co-authored-by: up1512001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6710fd5 - Browse repository at this point
Copy the full SHA 6710fd5View commit details -
Fix: Flakey deferred store test (#62571)
* Use events to proceed test when ready * Initialize once on the event * Use window not globalThis in test * Fix event dispatch in page Co-authored-by: sirreal <[email protected]> Co-authored-by: cbravobernal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03eda5b - Browse repository at this point
Copy the full SHA 03eda5bView commit details -
Sort spacing sizes when all slugs begin numerically (#62567)
Co-authored-by: ajlende <[email protected]> Co-authored-by: scruffian <[email protected]> Co-authored-by: justintadlock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1c648f - Browse repository at this point
Copy the full SHA a1c648fView commit details -
Warning: Convert package to TypeScript (#62557)
Co-authored-by: jpstevens <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: sirreal <[email protected]> Co-authored-by: jsnajdr <[email protected]> Co-authored-by: up1512001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe61e1d - Browse repository at this point
Copy the full SHA fe61e1dView commit details -
Added documentation for
PostTrash
&PostTrashCheck
TimeToRead
`……TextEditorGlobalKeyboardShortcuts` `PostPublishButtonLabel `Component (#62116) * Added documentation for PostTrash Component * Added Documentation for PostTrashCheck component * Added Documentation for PostPublishButtonLabel TimeToRead and TextEditorGlobalKeyboardShortcuts
Configuration menu - View commit details
-
Copy full SHA for 79ffe95 - Browse repository at this point
Copy the full SHA 79ffe95View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e82c5 - Browse repository at this point
Copy the full SHA a8e82c5View commit details -
Autop: Convert package to TypeScript (#62583)
Co-authored-by: jpstevens <[email protected]> Co-authored-by: jsnajdr <[email protected]> Co-authored-by: sirreal <[email protected]> Co-authored-by: up1512001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33c2fb7 - Browse repository at this point
Copy the full SHA 33c2fb7View commit details -
Escape-html: Convert package to TypeScript (#62586)
Co-authored-by: jpstevens <[email protected]> Co-authored-by: sirreal <[email protected]> Co-authored-by: up1512001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb924d4 - Browse repository at this point
Copy the full SHA eb924d4View commit details -
Block Editor: Remove 'rootClientId' argument for block lock selectors (…
…#62547) Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: richtabor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 229eca9 - Browse repository at this point
Copy the full SHA 229eca9View commit details -
Global Styles: Only use single property variations as color/type pres…
…ets (#62469) * Global Styles: Only use single property variations as color/type presets * remove unused code * remove unused code * remove unused code * update comment * fix typo * Add the user settings to the base variation * Update packages/edit-site/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js Co-authored-by: Alex Lende <[email protected]> * Update packages/edit-site/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js Co-authored-by: Alex Lende <[email protected]> * Remove the property from the user variation before merginng it with the new variation * apply the name to the correct object --------- Co-authored-by: Alex Lende <[email protected]> Co-authored-by: scruffian <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: ajlende <[email protected]> Co-authored-by: juanmaguitar <[email protected]> Co-authored-by: ndiego <[email protected]> Co-authored-by: richtabor <[email protected]> Co-authored-by: colorful-tones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 854163b - Browse repository at this point
Copy the full SHA 854163bView commit details -
Token-list: Convert package to TypeScript (#62584)
Co-authored-by: jpstevens <[email protected]> Co-authored-by: up1512001 <[email protected]> Co-authored-by: sirreal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0658187 - Browse repository at this point
Copy the full SHA 0658187View commit details -
Global Styles: Don't apply the background and text colors to typograp…
…hy previews (#62578) Co-authored-by: scruffian <[email protected]> Co-authored-by: ajlende <[email protected]> Co-authored-by: hbhalodia <[email protected]> Co-authored-by: draganescu <[email protected]> Co-authored-by: richtabor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d1aa40 - Browse repository at this point
Copy the full SHA 4d1aa40View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a016d86 - Browse repository at this point
Copy the full SHA a016d86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48394d2 - Browse repository at this point
Copy the full SHA 48394d2View commit details -
- @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected]
Configuration menu - View commit details
-
Copy full SHA for 70d3df4 - Browse repository at this point
Copy the full SHA 70d3df4View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa6b6f0 - Browse repository at this point
Copy the full SHA aa6b6f0View commit details
Commits on Jun 17, 2024
-
Account for partial string matches in fetchLinkSuggestions (#62570)
Co-authored-by: noisysocks <[email protected]> Co-authored-by: andrewserong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4413591 - Browse repository at this point
Copy the full SHA 4413591View commit details -
Caption utility component: Allow the main CSS Class Name to be exclud…
…ed from the markup. (#62485) * Allow the main CSS class name of the Caption utility component to be excluded in the HTML markup * Caption utility component: change the name of the property responsible for excluding the Element CSS Class Name ---- Co-authored-by: aatanasovdev <[email protected]> Co-authored-by: talldan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11390a8 - Browse repository at this point
Copy the full SHA 11390a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e81e9 - Browse repository at this point
Copy the full SHA 48e81e9View commit details -
Improve maintainability of theme json class tests. (#62463)
Co-authored-by: tellthemachines <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: andrewserong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4011f4b - Browse repository at this point
Copy the full SHA 4011f4bView commit details -
Autoformat e2e-tests package (#62572)
* Remove prettier ignore for e2e-tests * Apply autoformatting --- Co-authored-by: sirreal <[email protected]> Co-authored-by: Mamaduka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c1b097 - Browse repository at this point
Copy the full SHA 9c1b097View commit details -
Editor: Render editPost slots only in the post editor (same for site …
…editor) (#62531) Co-authored-by: youknowriad <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: jeherve <[email protected]> Co-authored-by: ndiego <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb92727 - Browse repository at this point
Copy the full SHA bb92727View commit details -
Github PHP changes workflow: remove it (#62609)
Co-authored-by: ramonjd <[email protected]> Co-authored-by: tellthemachines <[email protected]> Co-authored-by: noisysocks <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0590511 - Browse repository at this point
Copy the full SHA 0590511View commit details -
Save Panel: Remove connections icon and fix padding (#62542)
* Remove connections icon and fix padding * Reuse Global Styles changes design for meta changes * Update test Co-authored-by: artemiomorales <[email protected]> Co-authored-by: cbravobernal <[email protected]> Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 584524a - Browse repository at this point
Copy the full SHA 584524aView commit details -
Update: Check assignable properties on the duplicate action. (#62590)
Co-authored-by: jorgefilipecosta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 332f8c8 - Browse repository at this point
Copy the full SHA 332f8c8View commit details -
Global Styles: Prevent duplicate block style variations CSS (#62465)
Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: oandregal <[email protected]> Co-authored-by: colorful-tones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04d1b34 - Browse repository at this point
Copy the full SHA 04d1b34View commit details -
Global Styles: Skip registration of variation styles when unsupported (…
…#62529) Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: oandregal <[email protected]> Co-authored-by: andrewserong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3e5775 - Browse repository at this point
Copy the full SHA e3e5775View commit details -
Writing flow: split heading into default block (#61891)
Unlinked contributors: erikiva. Co-authored-by: ellatrix <[email protected]> Co-authored-by: ntsekouras <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40d150b - Browse repository at this point
Copy the full SHA 40d150bView commit details -
Update JSX syntax extension and JavaScript Coding Guidelines links in…
… README.md (#62616) Co-authored-by: amitraj2203 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0216c6 - Browse repository at this point
Copy the full SHA b0216c6View commit details -
Raw handling: fix for mixed blocks and freeform content (#62545)
Unlinked contributors: [email protected], saulyz.
Configuration menu - View commit details
-
Copy full SHA for e896965 - Browse repository at this point
Copy the full SHA e896965View commit details -
Fix toggle active font logic (#62614)
* fix toggle active font logic * simplify logic Co-authored-by: matiasbenedetto <[email protected]> Co-authored-by: madhusudhand <[email protected]> Co-authored-by: richtabor <[email protected]> Co-authored-by: nith53 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c45cdc - Browse repository at this point
Copy the full SHA 7c45cdcView commit details -
Fix: Check create capability on duplicate post action. (#62620)
Co-authored-by: jorgefilipecosta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 708ce27 - Browse repository at this point
Copy the full SHA 708ce27View commit details -
[Mobile] - Fix issues when pasting HTML content (#62588)
* iOS - readHTML remove DOCTYPE check since pasteHandler handles it * Update changelog
Gerardo Pacheco authoredJun 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 6633dc3 - Browse repository at this point
Copy the full SHA 6633dc3View commit details
Commits on Jun 18, 2024
-
Revert "Revert test data for
WithSlug
variation (#62579)" (#62587)* Revert "Revert test data for `WithSlug` variation (#62579)" This reverts commit 2917269. * Clear up test caching Co-authored-by: oandregal <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: tellthemachines <[email protected]> Co-authored-by: ramonjd <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fdcec7 - Browse repository at this point
Copy the full SHA 2fdcec7View commit details -
env: Ignore
\$schema
key in environment config parsing (#62626)* env: Ignore `\$schema` key in environment config parsing * Add changelog Co-authored-by: t-hamano <[email protected]> Co-authored-by: sirreal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e636142 - Browse repository at this point
Copy the full SHA e636142View commit details -
Update Private API opt-in string for WP 6.6. (#62635)
Co-authored-by: peterwilsoncc <[email protected]> Co-authored-by: talldan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4e9024 - Browse repository at this point
Copy the full SHA c4e9024View commit details -
Performance: run block variation hook only for matches (#62617)
Co-authored-by: ellatrix <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54586ee - Browse repository at this point
Copy the full SHA 54586eeView commit details -
Theme JSON resolver: read theme.json files from the styles/ folder on…
…ly once (#62638) Cache reading theme.json files from styles/ folder. Co-authored-by: ramonjd <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f45aa20 - Browse repository at this point
Copy the full SHA f45aa20View commit details -
Tests: simplify test set up in `WP_Block_Supports_Block_Style_Variati…
…ons_Test` (#62637) * Clean all JSON caches, including WP_Theme_JSON_Resolver_Gutenberg::clean_cached_data(), after test suite runs, not just after any tests * LINT THE UNIVERSE THEN SET IT ON FIRE * Test reverting cache reset from tear_down_after_class() Co-authored-by: ramonjd <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c222a5f - Browse repository at this point
Copy the full SHA c222a5fView commit details -
Section Styles: Switch away from using init for variation registration (
#62640) Co-authored-by: oandregal <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 880cf3e - Browse repository at this point
Copy the full SHA 880cf3eView commit details -
Revert change that removes the social link block when pressing backsp…
…ace in the URL Popover (#61344) Co-authored-by: talldan <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: alexstine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7b19b8 - Browse repository at this point
Copy the full SHA e7b19b8View commit details -
wp-env schema: Remove leading dot (#62634)
Rename the wp-env schema to not be a dotfile. Dotfiles have special handling in many systems, including schemastore.org. Remove the leading dot to improve compatibility. --- Co-authored-by: ajlende <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: sirreal <[email protected]> Co-authored-by: dd32 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33854e1 - Browse repository at this point
Copy the full SHA 33854e1View commit details -
Add
context
in post actions API (#62443)Co-authored-by: ntsekouras <[email protected]> Co-authored-by: mcsf <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: jorgefilipecosta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3800e67 - Browse repository at this point
Copy the full SHA 3800e67View commit details -
Cherry pick script: make authenticated requests (#62473)
During the 6.6 Beta 2 release, we ran into rate limiting issues due to conflicts that had to be resolved, which meant that we had to run the script multiple times. Non-authenticated requests have a 60 per hour limit. In order to avoid it in the future, we can grab the token generated by `gh` and use it to make authenticated requests instead, which have a 5000-per hour limit. ```sh ➜ gutenberg git:(trunk) curl -vvvv --request GET \ --url "https://api.github.com/octocat" \ --header "Authorization: Bearer <TOKEN_GENERATED_BY_GH_CLI>" \ --header "X-GitHub-Api-Version: 2022-11-28" ... < HTTP/2 200 < server: GitHub.com < date: Tue, 11 Jun 2024 10:36:15 GMT < content-type: application/octocat-stream < content-length: 917 < x-github-api-version-selected: 2022-11-28 < x-ratelimit-limit: 5000 < x-ratelimit-remaining: 4992 ``` Co-authored-by: vcanales <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0181965 - Browse repository at this point
Copy the full SHA 0181965View commit details -
DataViews: Support passing the registry to actions callbacks (#62505)
Co-authored-by: youknowriad <[email protected]> Co-authored-by: jsnajdr <[email protected]> Co-authored-by: ntsekouras <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b1a3ef - Browse repository at this point
Copy the full SHA 4b1a3efView commit details -
Fix: empty style attribute issue in navigation block (#62600)
* Fix: empty style attribute issue in navigation block * update: store overlay style to variable for better readibility and performance * Fix: linting issue * Fix: added missing quotes to make valid markup ---- Unlinked contributors: convolutedkdlkf. Co-authored-by: up1512001 <[email protected]> Co-authored-by: artemiomorales <[email protected]> Co-authored-by: talldan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4907090 - Browse repository at this point
Copy the full SHA 4907090View commit details -
Fix: Remove inexistent link from the documentation. (#62624)
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b43a433 - Browse repository at this point
Copy the full SHA b43a433View commit details -
Remove changelog checks for branches other than trunk (#62645)
Co-authored-by: ellatrix <[email protected]> Co-authored-by: youknowriad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6e7ddb - Browse repository at this point
Copy the full SHA c6e7ddbView commit details -
Fix: Check Capability to create pages on DataViews add new page button (
#62592) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: carolinan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa1cc8d - Browse repository at this point
Copy the full SHA aa1cc8dView commit details -
Add: Content panel for template parts. (#62034)
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08b77b3 - Browse repository at this point
Copy the full SHA 08b77b3View commit details -
Changelogs: Standardize sections (#58268)
Improve existing changelog entries to adhere to a more standard format. Section headers are now standardizes as: - Breaking Changes - Bug Fixes - Deprecations - Enhancements - New Features - Code Quality -> Internal - Improvements -> Enhancements - New API -> New Features - Polish -> Internal - Refactor -> Internal - Requirements -> Breaking Change - Backward Compatibility -> Bug Fixes Several header levels that were incorrect have also been corrected. The root changelog.txt and the changelog script standardize on "first-time contributors" (hyphenated) instead of "first time contributors." --- Co-authored-by: sirreal <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: gziolo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 703dc20 - Browse repository at this point
Copy the full SHA 703dc20View commit details -
Fix: Comments and Pingbacks get cleared out when a pattern is edited. (…
…#62507) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: carolinan <[email protected]> Co-authored-by: marcarmengou <[email protected]> Co-authored-by: marcarmengou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c72542c - Browse repository at this point
Copy the full SHA c72542cView commit details -
Fix: Resetting template part causes notification saying it's been del…
…ete (#62521) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: carolinan <[email protected]> Co-authored-by: annezazu <[email protected]> Co-authored-by: ramonjd <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ae6870 - Browse repository at this point
Copy the full SHA 8ae6870View commit details -
Edit site: Treat edit-site/lib as vendored code (#62573)
Disable autoformatting of packages/edit-site/lib directory. Revert previous autoformatting for packages/edit-site/lib directory. Add a `linguist-vendored` git attribute to packages/edit-site/lib to indicate it contains vendored code. --- Co-authored-by: sirreal <[email protected]> Co-authored-by: youknowriad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1050efa - Browse repository at this point
Copy the full SHA 1050efaView commit details -
Pages data view: Update status icons (#62136)
Co-authored-by: jameskoster <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: afercia <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: richtabor <[email protected]> Co-authored-by: carolinan <[email protected]> Co-authored-by: hanneslsm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 212d4a8 - Browse repository at this point
Copy the full SHA 212d4a8View commit details -
Bump rexml from 3.2.6 to 3.2.8 in /packages/react-native-editor/ios (#…
…61747) Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.2.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: geriux <[email protected]> Co-authored-by: desrosj <[email protected]> Co-authored-by: sirreal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d52495 - Browse repository at this point
Copy the full SHA 6d52495View commit details
Commits on Jun 19, 2024
-
Media & text: Update the image replacement logic (#62030)
* Media & Text: Update the image replacement logic for the featured image. Add a PHPUnit test class for testing the insertion of the featured image. --------- Co-authored-by: carolinan <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: dmsnell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e53779 - Browse repository at this point
Copy the full SHA 9e53779View commit details -
Correct documentation for WP_Block_Parser_Frame class (#62598)
* Correct documentation for WP_Block_Parser_Frame class * Add optional descriptions prefix * Add backport changelog file
Configuration menu - View commit details
-
Copy full SHA for 2f5c7c0 - Browse repository at this point
Copy the full SHA 2f5c7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e056b9d - Browse repository at this point
Copy the full SHA e056b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1623c0 - Browse repository at this point
Copy the full SHA a1623c0View commit details -
Interactivity API docs: Add wp-async directives doc (#62663)
* Add wp-async directives doc * Changes requested * Add notes to use async and further refine copy * Add links including to async actions section * Add async action example which yields to the main thread --------- Co-authored-by: cbravobernal <[email protected]> Co-authored-by: westonruter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc74558 - Browse repository at this point
Copy the full SHA cc74558View commit details -
Configuration menu - View commit details
-
Copy full SHA for d86ecdb - Browse repository at this point
Copy the full SHA d86ecdbView commit details -
Fix e2e tests in dev mode (#62642)
* Fix e2e tests in dev mode * Fix package-lock.json Co-authored-by: kevin940726 <[email protected]> Co-authored-by: gziolo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46a5bde - Browse repository at this point
Copy the full SHA 46a5bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2adffe - Browse repository at this point
Copy the full SHA a2adffeView commit details -
Update link to API section in block-editor README.md (#62671)
Co-authored-by: amitraj2203 <[email protected]> Co-authored-by: jorgefilipecosta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4d38f6 - Browse repository at this point
Copy the full SHA e4d38f6View commit details -
Mobile Release v1.120.1 (#62646)
* [Mobile] - Image corrector - Check the path extension is a valid one (#62190) * Mobile - Image corrector - Check the path extension is a valid one * [Mobile] - Image corrector- Expand comment explaining the filtering for file: media paths * Integration Test helpers - Expand pasteIntoRichText to support passing files as a parameter * Mobile Editor Tests - Add new tests related to pasting HTML content with local image paths * Update snapshot * [Mobile] - Unsupported block - UI improvements (#62240) * Mobile - Unsupported block editor - Update editor style overrides * Mobile - Unsupported block - Update UI to show Tap to edit for unsupported blocks, simplifying the flow to open the Unsupported block editor * Fix unsupported block condition * Update snapshot * Fix condition for the help icon * Update Unsupported Block Editor condition and reverts the functionality to select the block first before opening the editor. * Release script: Update react-native-editor version to 1.120.0 * Release script: Update CHANGELOG for version 1.120.0 * Release script: Update podfile * [Mobile] - RichText - Fix `undefined` onDelete callback (#62486) * Native RichText - Fix undefined onDelete callback * Update changelog Co-authored-by: geriux <[email protected]> Co-authored-by: twstokes <[email protected]> * Release script: Update react-native-editor version to 1.120.1 * Release script: Update podfile --------- Co-authored-by: geriux <[email protected]> Co-authored-by: twstokes <[email protected]>
3 people authoredJun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for fb8a06a - Browse repository at this point
Copy the full SHA fb8a06aView commit details -
Move dep to dev deps. (#62673)
* Move dep to dev deps. * Fix merge mess. Co-authored-by: DaniGuardiola <[email protected]> Co-authored-by: jsnajdr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 295ccb8 - Browse repository at this point
Copy the full SHA 295ccb8View commit details -
Fix: Don't allow synced patterns to be inserted on shuffling. (#62422)
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: richtabor <[email protected]> Co-authored-by: ndiego <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd69af9 - Browse repository at this point
Copy the full SHA cd69af9View commit details -
Add lib-font credits and license in source code (#60973)
* add lib-font credits and license in source code * undo js lint --------- Co-authored-by: matiasbenedetto <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: mikachan <[email protected]
Configuration menu - View commit details
-
Copy full SHA for 2222abb - Browse repository at this point
Copy the full SHA 2222abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f7c07 - Browse repository at this point
Copy the full SHA a1f7c07View commit details -
Fix: DataViews: Active page is not highlighted properly in list view. (…
…#62378) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: oandregal <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: carolinan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17ecaa6 - Browse repository at this point
Copy the full SHA 17ecaa6View commit details -
Components: Remove Framer Motion from
DropZone
(#62044)* Start implementingthe fadein/fadeout animation in pure CSS * First working iteration * Implement scale animation in the inner element * Remove unneeded CSS * Make it closer to the original Framer Motion animation * Refactor to support reducedMotion * Simplify by moving the Fade component one level up * Cleanup styles * Fix formatting issue * Fix import category * Extract `MaybeFade` to its own component for easier further extractions later if used across components * Manually namespace CSS animation keyframe identifiers and classnames * Remove debug code * Cleanup * Simplify by using CSS transition instead of keyframe and remove the `MaybeFade` animation orchestrator * American english spelling * Switch to `has-dragged-out` instead of `inactive` class, less CSS * Add back legacy classnames * Remove "reduce" from prefers reduced motion * Add back safari pointer events fix * Add back root styles * Restore active class styles * move back 'is-active- check inline * CHANGELOG --------- Co-authored-by: Marco Ciampini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9da6486 - Browse repository at this point
Copy the full SHA 9da6486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9097405 - Browse repository at this point
Copy the full SHA 9097405View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63ff5ba - Browse repository at this point
Copy the full SHA 63ff5baView commit details -
Configuration menu - View commit details
-
Copy full SHA for a33a94d - Browse repository at this point
Copy the full SHA a33a94dView commit details -
Image block: Fix focus style not around whole image when linked (#62556)
* Add inline-block display to image and media-text image * Add display:block to image's <a> tag * Addressed feedback * Fix linting * Change syntax for .wp-block-media-text__media a CSS Co-authored-by: amitraj2203 <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: krokodok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a1372b - Browse repository at this point
Copy the full SHA 1a1372bView commit details -
Allow children of alignfull flow layouts to have root padding. (#62670)
Unlinked contributors: fabiorubioglio. Co-authored-by: tellthemachines <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: richtabor <[email protected]> Co-authored-by: alexandrebuffet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd965c7 - Browse repository at this point
Copy the full SHA cd965c7View commit details -
Fix ExcerptPanel decode issue (#62336)
Co-authored-by: itzmekhokan <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: talldan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb79514 - Browse repository at this point
Copy the full SHA bb79514View commit details -
[Mobile] Support prefix transforms in mobile (#62576)
* RichText - Event Listeners: Export findSelection to be reused with the native functionality * API - Factory - Add support for prefix type in native * Native RichText - Add suppot for inputRules * Native - Add prefix support tests * Remove useRegistry * Update Changelog * Update Changelog Co-authored-by: geriux <[email protected]> Co-authored-by: twstokes <[email protected]>
3 people authoredJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 35db76a - Browse repository at this point
Copy the full SHA 35db76aView commit details -
Fix: Post_type template is not used when creating a page in site edit…
…or. (#62488) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: oandregal <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: colorful-tones <[email protected]> Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: bacoords <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a054c20 - Browse repository at this point
Copy the full SHA a054c20View commit details -
Autoformat changelogs (#62650)
Add configuration to autoformat the root changelog.txt file as markdown. It's authored with markdown syntax but the .txt extension prevents autoformatting. Apply autoformatting to markdown files: ```sh npm run format -- changelog.txt "packages/*/CHANGELOG.md" ``` Add a `linguist-language=Markdown` git attribute to changelog.txt so that GitHub treats it as markdown. --- Co-authored-by: sirreal <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b713db - Browse repository at this point
Copy the full SHA 8b713dbView commit details -
Dependencies: Upgrade @octokit/webhooks (#62666)
Upgrade @octokit/webhooks package. This fixes a dependabot security alert. It is uprgraded to the minimum version to fix the alert. Upgrade @octokit/webhooks-types to align with @octokit/webhooks. --- Co-authored-by: sirreal <[email protected]> Co-authored-by: youknowriad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b97965 - Browse repository at this point
Copy the full SHA 0b97965View commit details -
Rename readme file with uppercase extension (#62697)
--- Co-authored-by: matiasbenedetto <[email protected]> Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fbf9d0 - Browse repository at this point
Copy the full SHA 5fbf9d0View commit details -
Update: Followups to the template and template_lock rest api addition. (
#62696) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3fc5b4 - Browse repository at this point
Copy the full SHA b3fc5b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e0067 - Browse repository at this point
Copy the full SHA 10e0067View commit details -
CustomSelectControl: align v1 and legacy v2 unit tests (#62706)
* Update default test props * Align controlled component implementation * Align custom event handlers unit test * Align selected hint tests * Align selectedItem onChange unit test * Add missing object onChange unit test * Add missing capture events unit tests (skipped for now) * CHANGELOG * Fix unit tests failing due to a known bug --- Co-authored-by: ciampo <[email protected]> Co-authored-by: tyxla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7201eec - Browse repository at this point
Copy the full SHA 7201eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5738e9b - Browse repository at this point
Copy the full SHA 5738e9bView commit details
Commits on Jun 21, 2024
-
Fix: Check ability to create patterns on the add new pattern modal. (#…
…62633) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: carolinan <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb73da7 - Browse repository at this point
Copy the full SHA bb73da7View commit details -
Rename yieldToMain to splitTask and export from @wordpress/interactiv…
…ity (#62665) * Export yieldToMain from @wordpress/interactivity * Rename yieldToMain to splitTask Co-authored-by: tunetheweb <[email protected]> * Update docs to note splitTask being exported --------- Co-authored-by: tunetheweb <[email protected]> Co-authored-by: westonruter <[email protected]> Co-authored-by: luisherranz <[email protected]> Co-authored-by: cbravobernal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96a2ebd - Browse repository at this point
Copy the full SHA 96a2ebdView commit details -
Co-authored-by: michakrapp <[email protected]> Co-authored-by: juanmaguitar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 308b7ff - Browse repository at this point
Copy the full SHA 308b7ffView commit details -
Query Loop block: Clarify explanation around query loop variation exa…
…mple (#62605) * Clarify what is needed to get the example working * Add additional clarifying text Co-authored-by: artemiomorales <[email protected]> Co-authored-by: juanmaguitar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3680152 - Browse repository at this point
Copy the full SHA 3680152View commit details -
Set
.editor-post-publish-panel
's top prop to$admin-bar-height-big
(#62736) Co-authored-by: ivan-ottinger <[email protected]> Co-authored-by: youknowriad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26b7a12 - Browse repository at this point
Copy the full SHA 26b7a12View commit details -
CustomSelectControlV2 legacy adapter: fix handling of options extra a…
…ttributes (#62255) * Pass the an object with the expected interface to the `selectedItem` property of the `changeObject` that's passed to the `onChange` callback for the legacy adapter * Remove unrelated test for this part * Remove debug code * Add test to V1 to confirm it supports passing custom properties as part of an option * Update V2 legacy adapter test to test that the comppnent supports custom attributes as part of option and that they are not added to the DOM as attributes (same behavior as V1) * Type `LegacyOption` to support arbitrary attributes * Remove re-export for the adapter for now * Remove non-nullable operator in favour of an early return * Remove extra space * Set default false value via prop destructuring * Use a valid HTML attribute in CustomSelectControl v2 unit tests * Update unit tests * Remove stable export * Export v2 legacy adapter as private API * CHANGELOG * Allow v1 Storybook to log onChange args in the actions tab for easier debugging * Do not export legacy adapter as private API just yet * Shorter test name --------- Co-authored-by: fullofcaffeine <[email protected]> Co-authored-by: ciampo <[email protected]> Co-authored-by: tyxla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0a160b - Browse repository at this point
Copy the full SHA b0a160bView commit details -
Adds comment on blocks resource referencing wp_block post type. (#62722)
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: carolinan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8a8a28 - Browse repository at this point
Copy the full SHA f8a8a28View commit details -
Fix: the trash post action doesn't take into account user capabilitie…
…s. (#62589) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: ntsekouras <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33bc0da - Browse repository at this point
Copy the full SHA 33bc0daView commit details -
CustomSelectControl V2: fix passing external value/defaultValue (#62733)
* Legavy v2 adapter: set value and defaultValue explicitly * Update v1 and legacy v2 tests to align assertions on onChange calls * Update unit tests * CHANGELOG * Move external controlled update tests outside of describe each * Re-use option objects when it makes sense instead of hardcoded strings --- Co-authored-by: ciampo <[email protected]> Co-authored-by: tyxla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 418d8b7 - Browse repository at this point
Copy the full SHA 418d8b7View commit details -
Update: Reverse backport changes on post type REST API changes. (#62751)
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 417a837 - Browse repository at this point
Copy the full SHA 417a837View commit details -
Raw handling: fix too aggressive list removal (#62622)
Co-authored-by: ellatrix <[email protected]> Co-authored-by: saulyz <[email protected]> Co-authored-by: jorgefilipecosta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 950f5c8 - Browse repository at this point
Copy the full SHA 950f5c8View commit details
Commits on Jun 24, 2024
-
Site Editor: don't render empty body tag (#62769)
Co-authored-by: ramonjd <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73a9d35 - Browse repository at this point
Copy the full SHA 73a9d35View commit details -
Make the fonts management modal dialog more discoverable (#62129)
* Replace Manage fonts icon button with visible text button. * Fix after rebase. * Male buttons use the next 40 pixels height. Co-authored-by: afercia <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: jameskoster <[email protected]> Co-authored-by: richtabor <[email protected]> Co-authored-by: colorful-tones <[email protected]> Co-authored-by: noisysocks <[email protected]> Co-authored-by: annezazu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d99dcf - Browse repository at this point
Copy the full SHA 8d99dcfView commit details -
Add letter spacing inheritance for the navigation block (#62745)
Unlinked contributors: graylaurenm. Co-authored-by: talldan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e0d0dc - Browse repository at this point
Copy the full SHA 4e0d0dcView commit details -
Add
html
to reset styles on theeditor-styles-wrapper
container (#……62350) Also removes comment about not needing it within an iframe. Unlinked contributors: peXed. Co-authored-by: sabernhardt <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: karmatosed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58932ed - Browse repository at this point
Copy the full SHA 58932edView commit details -
small typo correction in doc file (#62765)
Co-authored-by: shail-mehta <[email protected]> Co-authored-by: akasunil <[email protected]> Co-authored-by: Soean <[email protected]> Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e748ece - Browse repository at this point
Copy the full SHA e748eceView commit details -
Fix async directives API docs (#62759)
Co-authored-by: westonruter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0344be - Browse repository at this point
Copy the full SHA b0344beView commit details -
Section Styles: improve performance and conceptual consistency (#62712)
Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: oandregal <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: richtabor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c19dfd - Browse repository at this point
Copy the full SHA 7c19dfdView commit details -
Fix: Check permissions on duplicate pattern and template part actions. (
#62757) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29b0a18 - Browse repository at this point
Copy the full SHA 29b0a18View commit details -
Skip failing image block test (#62781)
Co-authored-by: talldan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f40c68 - Browse repository at this point
Copy the full SHA 7f40c68View commit details -
Add writing mode support to other blocks (#62727)
* add text orientation to site title, tagline and button blocks * add support for verse block
Configuration menu - View commit details
-
Copy full SHA for d0d775b - Browse repository at this point
Copy the full SHA d0d775bView commit details -
Template Part: Improve how the tag name attribute is handled (#62785)
Only valid tags should be allowed rather than characters that can't be a part of HTML tags. Co-authored-by: gziolo <[email protected]> Co-authored-by: aaronjorbin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abe0925 - Browse repository at this point
Copy the full SHA abe0925View commit details -
Fix: Include permission management on permanently delete, rename, and…
… restore. (#62754) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e2050a - Browse repository at this point
Copy the full SHA 5e2050aView commit details -
Create Block: Add missing changelog entries (#62791)
Co-authored-by: gziolo <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b945db - Browse repository at this point
Copy the full SHA 9b945dbView commit details -
Pattern overrides: disallow override for image with caption/href (#62747
) Co-authored-by: ellatrix <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: carolinan <[email protected]> Co-authored-by: afercia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c41857c - Browse repository at this point
Copy the full SHA c41857cView commit details -
Skip test: create a new page, edit template and toggle page template …
…preview (#62799) Co-authored-by: ellatrix <[email protected]> Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db68ea4 - Browse repository at this point
Copy the full SHA db68ea4View commit details -
Docs/iapi warnings new directives wp 6 6 (#62789)
* proper callouts for Block Editor Handbook * replaced other notes with proper callouts * added id to h5 Co-authored-by: juanmaguitar <[email protected]> Co-authored-by: cbravobernal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17c2db2 - Browse repository at this point
Copy the full SHA 17c2db2View commit details -
Improve performance of
compute_style_properties
method. (#62522)* Improve performance of `compute_style_properties` method. Improve logic in compute_style_properties to improve performance. This commit fixes a number of performance issues including. - Expensive repeated call to `str_starts_with`. - Return easy if not array. - Repeated call to `strlen`. - Move call to `get_property_value` where it is needed. - Move call to implode to after empty check. * Fix lint. * Apply suggestions from code review Co-authored-by: Joe McGill <[email protected]> --------- Co-authored-by: Jonny Harris <[email protected]> Co-authored-by: Joe McGill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ff9331 - Browse repository at this point
Copy the full SHA 3ff9331View commit details -
Don't use async on submenu focus out (#62800)
Co-authored-by: luisherranz <[email protected]> Co-authored-by: westonruter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d97e3f7 - Browse repository at this point
Copy the full SHA d97e3f7View commit details
Commits on Jun 25, 2024
-
Release automation: try cherry-picking automation (#62716)
Co-authored-by: ellatrix <[email protected]> Co-authored-by: vcanales <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6c5b41 - Browse repository at this point
Copy the full SHA b6c5b41View commit details -
Grid interactivity: Allow blocks to be positioned in manual mode usin…
…g drag and drop (#61025) Co-authored-by: noisysocks <[email protected]> Co-authored-by: tellthemachines <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1fdffe - Browse repository at this point
Copy the full SHA e1fdffeView commit details -
Post Date Block: Fix PHP warning error (#62783)
Unlinked contributors: ametaplus. Co-authored-by: t-hamano <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 525f792 - Browse repository at this point
Copy the full SHA 525f792View commit details -
Global Styles: Remove obsolete hook resolving shared block style vari…
…ations (#62808) Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: scruffian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 228058b - Browse repository at this point
Copy the full SHA 228058bView commit details -
DataViews: remove selection correcting, set initial state (#62796)
Co-authored-by: ellatrix <[email protected]> Co-authored-by: jorgefilipecosta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfa80e3 - Browse repository at this point
Copy the full SHA bfa80e3View commit details -
Add changelog entry for splitTask export from @wordpress/interactivity (
#62805) * Add changelog entry for splitTask Add changelog entry for #62665 * Move changelog entry to Unreleased section Co-authored-by: Carlos Bravo <[email protected]> --------- Co-authored-by: Carlos Bravo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ba8018 - Browse repository at this point
Copy the full SHA 1ba8018View commit details -
Fix: List view renders an empty menu when no actions are eligible. (#…
…62786) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2259f6 - Browse repository at this point
Copy the full SHA e2259f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 125e37f - Browse repository at this point
Copy the full SHA 125e37fView commit details -
Change
grid-visualizer
folder name togrid
. (#62810)Co-authored-by: tellthemachines <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd54d6c - Browse repository at this point
Copy the full SHA bd54d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5993ecb - Browse repository at this point
Copy the full SHA 5993ecbView commit details -
Fix: Active template is not highlighted properly in list view. (#62811)
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d7e7cd - Browse repository at this point
Copy the full SHA 1d7e7cdView commit details -
Image Block: fix Aspect Ratio button position (#62776)
Co-authored-by: t-hamano <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac2f3a5 - Browse repository at this point
Copy the full SHA ac2f3a5View commit details -
Move Sticky toggle to status popover (#62782)
Co-authored-by: jameskoster <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ad0732 - Browse repository at this point
Copy the full SHA 6ad0732View commit details -
Inspector: Improve handling of long words in post titles (#62691)
Co-authored-by: jameskoster <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: afercia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b23483b - Browse repository at this point
Copy the full SHA b23483bView commit details -
Show publish panel only in edit mode (#62813)
Co-authored-by: ntsekouras <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c389980 - Browse repository at this point
Copy the full SHA c389980View commit details -
Make VisualEditor a stacking context (#62681)
Co-authored-by: stokesman <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25aa1b8 - Browse repository at this point
Copy the full SHA 25aa1b8View commit details -
Accessibility: Fix custom color palette (#62753)
Co-authored-by: ellatrix <[email protected]> Co-authored-by: afercia <[email protected]> Co-authored-by: joedolson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e618232 - Browse repository at this point
Copy the full SHA e618232View commit details -
Co-authored-by: jameskoster <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: ntsekouras <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc6f873 - Browse repository at this point
Copy the full SHA dc6f873View commit details -
Display the DocumentBar for Style Book and Style Revisions (#62669)
* `@wordpress/edit-site`: passes both title and icon props into the `Editor` component when Style Book and/or Style Revisions are open * `@wordpress/editor` - Adds `title` and `icon` props to the `DocumentBar` component that override the current entity's title and icon - Displays `title` within `DocumentBar` when present, rather than replacing `DocumentBar` with the `title` string Co-authored-by: creativecoder <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: jameskoster <[email protected]> Co-authored-by: richtabor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a789146 - Browse repository at this point
Copy the full SHA a789146View commit details -
Docs/iAPI: Fix wrong code snippet in data-wp-run example (#62835)
* Fix wrong code snippet in wp-run example * Add explanation/warning about using `ref` inside `data-wp-run` Co-authored-by: luisherranz <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90bc142 - Browse repository at this point
Copy the full SHA 90bc142View commit details -
Bump the github-actions group across 1 directory with 3 updates (#62836)
* Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v2...v4) Updates `ruby/setup-ruby` from 1.179.0 to 1.180.1 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](ruby/setup-ruby@d5fb7a2...3783f19) Updates `shivammathur/setup-php` from 2.30.5 to 2.31.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@fc14643...2e947f1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> * Use SHA values for 3rd-party 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]>
Configuration menu - View commit details
-
Copy full SHA for 596d117 - Browse repository at this point
Copy the full SHA 596d117View commit details -
Bump gradle/actions in the react-native group across 1 directory (#62655
) Bumps the react-native group with 1 update in the / directory: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from 3.3.2 to 3.4.2 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@db19848...dbbdc27) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react-native ... 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]>
Configuration menu - View commit details
-
Copy full SHA for 1e57017 - Browse repository at this point
Copy the full SHA 1e57017View commit details -
Add tooltip on hover of color and typography presets (#62201)
* Add tooltip to color presets * Adds inline comment for the extra div Co-authored-by: Ben Dwyer <[email protected]> * Add tooltip to variation --------- Co-authored-by: Ben Dwyer <[email protected]> Unlinked contributors: sahiladit. Co-authored-by: amitraj2203 <[email protected]> Co-authored-by: scruffian <[email protected]> Co-authored-by: bgardner <[email protected]> Co-authored-by: carolinan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ee2e3c - Browse repository at this point
Copy the full SHA 1ee2e3cView commit details -
Fix lock modal dialog accessibility and semantics (#62795)
* Use fieldset and legend instead of labeled group. * Make lock options a nested list. Co-authored-by: afercia <[email protected]> Co-authored-by: alexstine <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mamaduka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39777ea - Browse repository at this point
Copy the full SHA 39777eaView commit details -
CustomSelectControlV2: Handle long strings in selected value (#62198)
* CustomSelectControlV2: Handle long strings in selected value * Add truncate styles to custom render with hint * Add changelog Co-authored-by: mirka <[email protected]> Co-authored-by: tyxla <[email protected]> Co-authored-by: fullofcaffeine <[email protected]> Co-authored-by: ciampo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bca2fa - Browse repository at this point
Copy the full SHA 7bca2faView commit details
Commits on Jun 26, 2024
-
Generic name for previous version of WP tests. (#62853)
Co-authored-by: peterwilsoncc <[email protected]> Co-authored-by: talldan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 913ebe0 - Browse repository at this point
Copy the full SHA 913ebe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2bc04c - Browse repository at this point
Copy the full SHA d2bc04cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b649ec4 - Browse repository at this point
Copy the full SHA b649ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db6896 - Browse repository at this point
Copy the full SHA 7db6896View commit details -
- @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected]
Configuration menu - View commit details
-
Copy full SHA for 9f8c260 - Browse repository at this point
Copy the full SHA 9f8c260View commit details -
Block Editor: Remove duplicate translator comment (#62860)
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e8bcf1 - Browse repository at this point
Copy the full SHA 0e8bcf1View commit details -
Update new release issue template to remove core editor chat item (#6…
…2864) Co-authored-by: talldan <[email protected]> Co-authored-by: Mamaduka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdd11d5 - Browse repository at this point
Copy the full SHA bdd11d5View commit details -
Cherry pick workflow: improve message after conflict (#62826)
Co-authored-by: ellatrix <[email protected]> Co-authored-by: desrosj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4f770d - Browse repository at this point
Copy the full SHA f4f770dView commit details -
Fix filter chip contrast (#62865)
Co-authored-by: jameskoster <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: annezazu <[email protected]> Co-authored-by: joedolson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c14c434 - Browse repository at this point
Copy the full SHA c14c434View commit details -
Editor: Translation should depend on number of items (#62857)
Co-authored-by: iworks <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f0c4e0 - Browse repository at this point
Copy the full SHA 3f0c4e0View commit details -
Patterns Explorer: Makes the pagination items horizontally stacked on…
… larger screens only * Adds CSS to make the Patterns Explorer pagination items horizontally stacked on larger screens * Stacks the pagination items vertically in catogories list Co-authored-by: amitraj2203 <[email protected]> Co-authored-by: afercia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59e38b2 - Browse repository at this point
Copy the full SHA 59e38b2View commit details -
Featured Image Panel: Align text and icons horizontally to avoid clip…
…ping (#62842) * Featured Image Panel: Align text and icons horizontally to avoid clipping * Apply rounded corner to drop zone Co-authored-by: t-hamano <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: annezazu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2972e37 - Browse repository at this point
Copy the full SHA 2972e37View commit details -
CustomSelectControlV2: Add root element wrapper (#62803)
* Add root element wrapper * Add legacy root className + ability to pass one externally * CHANGELOG --- Co-authored-by: ciampo <[email protected]> Co-authored-by: mirka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2be17bb - Browse repository at this point
Copy the full SHA 2be17bbView commit details -
CustomSelectControlV2: fix popover styles (#62821)
* Set max height and overflow behaviour * add z-index matching legacy popover * CHANGELOG * Remove extra prop, revert to 400px * Switch to flexbox * Better z-index comment --- Co-authored-by: ciampo <[email protected]> Co-authored-by: mirka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ef2a62 - Browse repository at this point
Copy the full SHA 4ef2a62View commit details -
DataViews: make
view.hiddenFields
optional (#62876)Co-authored-by: oandregal <[email protected]> Co-authored-by: youknowriad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b49d83 - Browse repository at this point
Copy the full SHA 4b49d83View commit details -
Escape moves focus to editor region when in select mode (#62196)
An escape keypress previously toggled the state between editing and select mode. This returns the behavior to the previous implementation of Escape clearing block focus and returning focus to the wrapping region, if available, showing a blue outline. If no region is available, it will focus the editor iframe or content region.
Configuration menu - View commit details
-
Copy full SHA for 37a60b2 - Browse repository at this point
Copy the full SHA 37a60b2View commit details -
CustomSelectControl V2: fix trigger RTL text alignment(#62869)
* CustomSelectControl V2: fix trigger text alignment in RTL languages * CHANGELOG --- Co-authored-by: ciampo <[email protected]> Co-authored-by: mirka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cea3b8d - Browse repository at this point
Copy the full SHA cea3b8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2139bc2 - Browse repository at this point
Copy the full SHA 2139bc2View commit details
Commits on Jun 27, 2024
-
Section Styles: Clean up block style variation filters (#62858)
Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: andrewserong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12ee696 - Browse repository at this point
Copy the full SHA 12ee696View commit details -
Fix minor typos in Interactivity API Reference (#62890)
Co-authored-by: jffng <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7717c1e - Browse repository at this point
Copy the full SHA 7717c1eView commit details -
Remove link to polyfill.io (#62883)
Co-authored-by: westonruter <[email protected]> Co-authored-by: ockham <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8758b5c - Browse repository at this point
Copy the full SHA 8758b5cView commit details -
Block supports: ensure tools panel dropdown are visible on mobile (#6…
…2896) * Remove the const `TOOLSPANEL_DROPDOWNMENU_PROPS` in favour of a hook that returns different popover props depending on the viewport width * Remove offset completely * Add to block support panels * Replace in block library. Co-authored-by: ramonjd <[email protected]> Co-authored-by: talldan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69edb24 - Browse repository at this point
Copy the full SHA 69edb24View commit details -
Fix extra scrollbar when a popover extends past the viewport. (#62894)
Co-authored-by: tellthemachines <[email protected]> Co-authored-by: talldan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22c835b - Browse repository at this point
Copy the full SHA 22c835bView commit details -
DataViews: remove the AnyItem type (#62856)
Co-authored-by: jsnajdr <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: youknowriad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e41a46 - Browse repository at this point
Copy the full SHA 2e41a46View commit details -
Global styles revisions: ensure that user-defined variation styles CS…
…S is generated (#62768) * Render styles after the variation style overrides have been saved to stage. Getting closer. But the overrides in state need to be merged with incoming revision styles. * For every current override, update the variation CSS with the incoming config from the revision. * Rename hook Destructure in hook so the consumer doesn't have to clone Only send the override overrides to EditorStyles that need to be overridden. * Fetching overrides in the hook * Feedback suggestions from review: add overrides to dep array in Editor Styles rename hook * Return getBlockStyles from the useSelect callback * Refactor so we don't have to change the EditorStyles props Register revision overrides with useStyleOverride * Adding some explanatory comments Add rudimentary E2E test covering block style partials, applying them, updating them and viewing styles revisions. * Removed unused style fixture Co-authored-by: ramonjd <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49b9692 - Browse repository at this point
Copy the full SHA 49b9692View commit details -
Group block: Automatically select variation if there is only one (#61871
) When a `core/group` block has only one variation available, skip the placeholder step and select the variation. Co-authored-by: costasovo <[email protected]> Co-authored-by: ockham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1998f1f - Browse repository at this point
Copy the full SHA 1998f1fView commit details -
Fix issue of HTML entities rendering in command menu (#62606)
* Fix issue of HTML entities rendering in command menu * Update link to API in block-editor README.md * Undo previous changes * Fix issue of HTML entities rendering in command menu * Add @wordpress/html-entities dependency in packages/core-commands
Configuration menu - View commit details
-
Copy full SHA for b906b22 - Browse repository at this point
Copy the full SHA b906b22View commit details -
CustomSelectControlV2: fix select popover content overflow (#62844)
* Add minimum width to select popover * CHANGELOG --- Co-authored-by: ciampo <[email protected]> Co-authored-by: mirka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8b61cd - Browse repository at this point
Copy the full SHA a8b61cdView commit details -
Fix buttonless table header alignment (#62877)
Co-authored-by: jameskoster <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 664bd7b - Browse repository at this point
Copy the full SHA 664bd7bView commit details -
Pattern overrides: Fix aspect ratio not working in image with overrid…
…es (#62828) * Remove only supported attributes * Try alternative approach * Update comment * Return early while editing the original pattern * Move conditional inside conditional * Add missing check * Go back to running always bindings * Use block context to detect presence of parent pattern for overrides (#62861) * Use block context to detect presence of parent pattern * Regenerate fixtures * Update image block to use context for checking a parent pattern block exists * Rename context to `pattern/overrides` to be consistent with php code * Move pattern overrides context shim to pattern overrides hooks * Remove shim Co-authored-by: talldan <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: SantosGuillamot <[email protected]> * Reduce diff * Change array order --------- Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: cbravobernal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3200f90 - Browse repository at this point
Copy the full SHA 3200f90View commit details -
Fix: Correct variable name in color directive example code (#62912)
- Change 'color' to 'colors' in destructured parameter of example code - Update ensures the example code accurately demonstrates correct usage Co-authored-by: byeongin <[email protected]> Unlinked contributors: [email protected].
Configuration menu - View commit details
-
Copy full SHA for ea72cf1 - Browse repository at this point
Copy the full SHA ea72cf1View commit details -
Update Node.js to 20. (#62851)
Co-authored-by: desrosj <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e05f99 - Browse repository at this point
Copy the full SHA 0e05f99View commit details -
DataViews: simplify selection setting (#62846)
Co-authored-by: ellatrix <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: sirreal <[email protected]> Co-authored-by: jsnajdr <[email protected]> Co-authored-by: luisherranz <[email protected]> Co-authored-by: oandregal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe67010 - Browse repository at this point
Copy the full SHA fe67010View commit details -
Docs/iAPI: Recommend kebab-case in data-wp-class (#62817)
* Recommend kebab-case in wp-class and remove outdated info about callback args * Trigger actions again Co-authored-by: luisherranz <[email protected]> Co-authored-by: cbravobernal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b883f30 - Browse repository at this point
Copy the full SHA b883f30View commit details -
Tabs: add vertical indicator animation (#62879)
* Add vertical indicator animation. * Remove style overrides from preferences menu in the block editor. Co-authored-by: DaniGuardiola <[email protected]> Co-authored-by: jasmussen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6de2f42 - Browse repository at this point
Copy the full SHA 6de2f42View commit details
Commits on Jun 28, 2024
-
Block styles variations E2E: wait for Save button before editing glob…
…al styles (#62915) * Add blockName to the overrides array so getBlockName() can be called in the useSelect store subscription callback * Update e2e test to wait for save button between styles updates * Revert selector name Co-authored-by: ramonjd <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: andrewserong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cb5adf - Browse repository at this point
Copy the full SHA 4cb5adfView commit details -
Fix second scrollbar when editing patterns in the post editor (#62909)
Co-authored-by: talldan <[email protected]> Co-authored-by: stokesman <[email protected]> Co-authored-by: tellthemachines <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55f3a98 - Browse repository at this point
Copy the full SHA 55f3a98View commit details -
Adds Aspect ratio control on Image blocks in Grids (#62891)
Co-authored-by: amitraj2203 <[email protected]> Co-authored-by: tellthemachines <[email protected]> Co-authored-by: ndiego <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 535c74f - Browse repository at this point
Copy the full SHA 535c74fView commit details -
Ensure "disable overrides" button is active for image blocks with cap…
…tions or links (#62948) Co-authored-by: talldan <[email protected]> Co-authored-by: kevin940726 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d3cc7a - Browse repository at this point
Copy the full SHA 6d3cc7aView commit details -
Fix typo to be preposition, not verb, in some package comments and do…
…cumentations (#62945) * Fix typo to be preposition, not verb * Reformat to fit comment on one line --------- Unlinked contributors: [email protected]. Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 540331b - Browse repository at this point
Copy the full SHA 540331bView commit details -
Post editor: Fix triple scrollbars in device previews (#62940)
* Fix triple scrollbars in post editor * Restore flex of VisualEditor when metaboxes are present Co-authored-by: stokesman <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: t-hamano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82598f9 - Browse repository at this point
Copy the full SHA 82598f9View commit details -
Update method for changing the content in 'editor-modes' e2e test (#6…
…2957) Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91d7e41 - Browse repository at this point
Copy the full SHA 91d7e41View commit details -
Format Library: Clean up 'Highlight' format components (#62965)
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ellatrix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1533a42 - Browse repository at this point
Copy the full SHA 1533a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 237e09d - Browse repository at this point
Copy the full SHA 237e09dView commit details -
Dependencies: Upgrades and deduplication (#62657)
* Update braces dependency This does not remove all the problematic braces versions due to a transitive dependency on braces v2 * Update platform-docs package-lock * Update webpack-dev-middleware * Update ws * Dedupe platform-docs packages * Update platform-docs braces * Update platoform-docs express * Update platform-docs follow-redirects * Dedupe package-lock * Upgrade undici * Upgrade @adobe/css-tools * Upgrade ejs * Upgrade postcss * Upgrade node-fetch * Update snapshots Some version hashes have changed * Update zod * Dedupe * Dedupe Co-authored-by: sirreal <[email protected]> Co-authored-by: cbravobernal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc3ca11 - Browse repository at this point
Copy the full SHA bc3ca11View commit details -
Fix UnitControl select disabled state colors (#62970)
* fix unit control select disabled state * adding changelog entry * adding 'bug fixes' subtitle to readme addition Co-authored-by: Lena Morita <[email protected]> * lowe specifity to avoid override :focus styles Co-authored-by: Lena Morita <[email protected]> * removing redundant css --------- Co-authored-by: matiasbenedetto <[email protected]> Co-authored-by: mirka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab116d8 - Browse repository at this point
Copy the full SHA ab116d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15da2aa - Browse repository at this point
Copy the full SHA 15da2aaView commit details -
Patterns: Avoid mapping template parts objects to patterns (#62927)
Co-authored-by: youknowriad <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: oandregal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a331f1 - Browse repository at this point
Copy the full SHA 9a331f1View commit details -
Tabs: split animation logic into multiple separate composable utiliti…
…es. (#62942) * Split animation logic into multiple separate composable utilities. * JSDoc tweak. Co-authored-by: DaniGuardiola <[email protected]> Co-authored-by: ciampo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ea6751 - Browse repository at this point
Copy the full SHA 0ea6751View commit details