-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] trunk from WordPress:trunk #167
base: trunk
Are you sure you want to change the base?
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @gutenbergplugin. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
* Disable toolbar and auto inserter behaviour if no section root * Remove useless coercion Co-authored-by: Ramon <[email protected]> * Remove more coercion copy/paste Co-authored-by: Ramon <[email protected]> * Add section root to Zoom Out e2e test * Add test coverage * Add some test coverage * Try e2e test fix by reverting all template part changes in Theme * Remove need to exit Zoom Out * Ensure a main tag * Update tests to expect the click-through behavior * Simplify selection --------- Co-authored-by: getdave <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: jeryj <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: draganescu <[email protected]>
* Remove one occurrence of incorret usage of ItemGroup. * Fix toggling visibility of the help text. Co-authored-by: afercia <[email protected]> Co-authored-by: gziolo <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: SantosGuillamot <[email protected]>
Co-authored-by: ellatrix <[email protected]> Co-authored-by: t-hamano <[email protected]>
Co-authored-by: youknowriad <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: carolinan <[email protected]>
Co-authored-by: youknowriad <[email protected]> Co-authored-by: jsnajdr <[email protected]>
Co-authored-by: ellatrix <[email protected]> Co-authored-by: youknowriad <[email protected]>
Co-authored-by: youknowriad <[email protected]> Co-authored-by: jsnajdr <[email protected]>
Co-authored-by: ellatrix <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ntsekouras <[email protected]>
…67370) * Block Bindings: Move the place when the attributes get overriden * Fix failing unit tests * Wrap Edit with bindings logic only when the block supports it * Extend the test plugin with `editor.BlockEdit` filter * Add a new test covering the extensibility inside inspector controls * Fix the issue with missing context established by sources Co-authored-by: gziolo <[email protected]> Co-authored-by: SantosGuillamot <[email protected]>
* Weight towards exact matches * Add additional test coverage Co-authored-by: getdave <[email protected]> Co-authored-by: draganescu <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: kevin940726 <[email protected]> Co-authored-by: ironprogrammer <[email protected]> Co-authored-by: annezazu <[email protected]>
* Initialize meta boxes whether or not they’re visible * Add hook for initialization of meta boxes * Minimize hook for meta boxes initialization * Name the export Co-authored-by: stokesman <[email protected]> Co-authored-by: afercia <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: enricobattocchi <[email protected]>
Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: getdave <[email protected]>
* Add the deprecation for 36px default size to number control * Add the changelog for the deprecation * Update unit test and supress warning for 40px default size warning from child component * Add the deperection changelog to unreleased section and updated the component to use __next40pxDefaultSize for NumberControl * Refactor the test for NumberControl component to reduce changes * Update box control files to use supress warning prop before default 40px prop * Supress the console warning for deprecation message from child component * Addressed the feedbacks on the PR and updated the component based on that --------- Co-authored-by: hbhalodia <[email protected]> Co-authored-by: mirka <[email protected]>
Co-authored-by: ellatrix <[email protected]> Co-authored-by: youknowriad <[email protected]>
* SlotFill: remove explicit rerender from portal version * Add changelog entry Co-authored-by: jsnajdr <[email protected]> Co-authored-by: tyxla <[email protected]>
* Fix EntitiesSavedStates panel dialog props. * Remove renderDialog default value. Co-authored-by: afercia <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: Mayank-Tripathi32 <[email protected]> Co-authored-by: jameskoster <[email protected]>
Co-authored-by: getdave <[email protected]> Co-authored-by: MaggieCabrera <[email protected]> Co-authored-by: carolinan <[email protected]> Co-authored-by: mrwweb <[email protected]> Co-authored-by: juanfra <[email protected]> Co-authored-by: draganescu <[email protected]> Co-authored-by: bph <[email protected]> Co-authored-by: jordesign <[email protected]> Co-authored-by: webmandesign <[email protected]>
Co-authored-by: ellatrix <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: jorgefilipecosta <[email protected]>
…mode (#67481) Co-authored-by: tyxla <[email protected]> Co-authored-by: ellatrix <[email protected]>
* DropdownMenu: Increase option height to 40px * Add changelog Co-authored-by: mirka <[email protected]> Co-authored-by: tyxla <[email protected]>
* CustomSelectControl: Deprecate 36px default size * Add changelog Co-authored-by: mirka <[email protected]> Co-authored-by: tyxla <[email protected]>
* FormFileUpload: Deprecate 36px default size * Add changelog * Tweak descriptions Co-authored-by: mirka <[email protected]> Co-authored-by: tyxla <[email protected]>
* ToolbarButton: Set size to "compact" * Add changelog * Update snapshots Co-authored-by: mirka <[email protected]> Co-authored-by: tyxla <[email protected]>
Makes previousIsZoomedOut a proper ref, and assumes a starting zoom level of 1.
Co-authored-by: mirka <[email protected]> Co-authored-by: tyxla <[email protected]>
…cks docs (#67889) Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: shail-mehta <[email protected]>
* Create a catalog list of private APIs * Document some private components * Rewrite the introduction * Rewrite the introduction again
…of PanelBody (#67910) Co-authored-by: prasadkarmalkar <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
…f PanelBody (#67913) Co-authored-by: prasadkarmalkar <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
…67817) Co-authored-by: afercia <[email protected]> Co-authored-by: oandregal <[email protected]>
Co-authored-by: manzoorwanijk <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: anomiex <[email protected]>
…nuItem' (#67961) Co-authored-by: Mamaduka <[email protected]>
* Improve logic to show entities saved panel description. * Apply CR suggestion --------- Co-authored-by: afercia <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: t-hamano <[email protected]>
Co-authored-by: t-hamano <[email protected]> Co-authored-by: tyxla <[email protected]> Co-authored-by: jameskoster <[email protected]>
* Storybook: Add stories for the text-alignment-control component * Storybook: Update TextAlignmentControl story to follow best practices and simplify the structure * Storybook: Simplify TextAlignmentControl story * Storybook: Simplify the documentation for TextAlignmentControl story Co-authored-by: himanshupathak95 <[email protected]> Co-authored-by: t-hamano <[email protected]>
* TreeSelect: Deprecate 36px default size * Fix types * Auto-generate readme * Add changelog * Fixup readme Co-authored-by: mirka <[email protected]> Co-authored-by: tyxla <[email protected]>
…ad of PanelBody (#67898) Co-authored-by: Sukhendu2002 <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
…of PanelBody (#67908) Co-authored-by: Sukhendu2002 <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ciampo <[email protected]> Co-authored-by: mirka <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: tyxla <[email protected]> Co-authored-by: andreawetzel <[email protected]>
…of PanelBody (#67966) Co-authored-by: Mayank-Tripathi32 <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
…ead of PanelBody (#67974) Co-authored-by: Mayank-Tripathi32 <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
…tead of PanelBody (#67909) Co-authored-by: Infinite-Null <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
…d of PanelBody (#67911) Co-authored-by: Sukhendu2002 <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
…tead of PanelBody (#67975) Co-authored-by: Mayank-Tripathi32 <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
* Icons: Deprecate `warning` and rename to `cautionFilled` * Update changelog * Update icon * Update mobile snapshots * Rename original variable * Update existing usage in native files --------- Co-authored-by: mirka <[email protected]> Co-authored-by: jameskoster <[email protected]> Co-authored-by: tyxla <[email protected]>
Co-authored-by: oandregal <[email protected]> Co-authored-by: afercia <[email protected]> Co-authored-by: jameskoster <[email protected]>
* Create badge component * Imports and Manifest * Add test and capability for additional props using spread operator * Enhance componenet furthermore * Generate README via manifest & Add in ignore list * Lock Badge * Convert Storybook from CSF 2 to CSF 3 Format * Improve the component * New iteration * Add new icons: Error and Caution * Utilize new icons * Update icons * decrease icon size * Address feedback * Fix SVG formatting * Fix unit test * Remove unnecessary type (already included) * Update readme * Adjust icon keywords * Add changelog --------- Co-authored-by: Vrishabhsk <[email protected]> Co-authored-by: jameskoster <[email protected]> Co-authored-by: mirka <[email protected]> Co-authored-by: rogermattic <[email protected]> Co-authored-by: jasmussen <[email protected]>
* Move getItemTitle to its own file * Add unset homepage action * Add unset as posts page action * Add set as posts page action * Update homepage action tests * Rename unset options to reset * Reword posts page reset notice * Ensure Move to trash is always at end of list * Update packages/editor/src/components/post-actions/actions.js Co-authored-by: Aki Hamano <[email protected]> * Update packages/editor/src/components/post-actions/reset-homepage.js Co-authored-by: Aki Hamano <[email protected]> * Remove getItemTitle from utils index.js * Remove reset actions * Slight refactor to modal warning in set as posts page action * Remove use of saveEditedEntityRecord * Check for currentPostsPage before setting modalwarning * Add full stop to action success notices --------- Co-authored-by: Aki Hamano <[email protected]> Co-authored-by: mikachan <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: oandregal <[email protected]> Co-authored-by: jameskoster <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: paaljoachim <[email protected]> Co-authored-by: youknowriad <[email protected]>
…7400) * SlotFill: use observableMap in base version * Add changelog entry
…d of PanelBody (#67903) Co-authored-by: im3dabasia <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
…el instead of PanelBody (#67969) Co-authored-by: im3dabasia <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
…el instead of PanelBody (#67958) Co-authored-by: im3dabasia <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
* Refactor setting panel of featured image block control * Fix link target attribute reset Co-authored-by: akasunil <[email protected]> Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: mayurprajapatii <[email protected]> Co-authored-by: pateljaymin29 <[email protected]>
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: t-hamano <[email protected]>
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )