-
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
Sync with master repo #1
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e45d5ff - Browse repository at this point
Copy the full SHA e45d5ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 535c9ea - Browse repository at this point
Copy the full SHA 535c9eaView commit details -
Use the postcss-custom-properties config to define fallback colors (#…
…24408) Co-authored-by: Riad Benguella <benguella@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 125fc59 - Browse repository at this point
Copy the full SHA 125fc59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e96dcc - Browse repository at this point
Copy the full SHA 3e96dccView commit details -
Add "Post Comment Author" block (#24824)
Adds a new inner block called Post Comment Author. It can be inserted into the Post Comment block.
Configuration menu - View commit details
-
Copy full SHA for 6e459ea - Browse repository at this point
Copy the full SHA 6e459eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e215c80 - Browse repository at this point
Copy the full SHA e215c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b1999e - Browse repository at this point
Copy the full SHA 6b1999eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f393474 - Browse repository at this point
Copy the full SHA f393474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c6053 - Browse repository at this point
Copy the full SHA 86c6053View commit details -
Fix invalid HTML structure on the widgets screen (#24866)
* Fix invalid HTML structure on the widgets screen * Hide the save button on widget blocks * Add inline CSS to both widgets.php AND the customizer * Only hide the save button on widgets.php * Use a named function instead of anonymous one * Lint
Configuration menu - View commit details
-
Copy full SHA for cefab03 - Browse repository at this point
Copy the full SHA cefab03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97dc776 - Browse repository at this point
Copy the full SHA 97dc776View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d4483 - Browse repository at this point
Copy the full SHA e6d4483View commit details -
Convert all
px
values in front-facing styles to relative (em
) uni……ts (#24523) * Button Block: Use relative instead of absolute units * Use relative units for calendar paddings * Paragraph block: Use relative instead of absolute units * Text Columns: Prefer relative units * Quote block: Prefer relative units * Pullquote block: Prefer relative units * also apply changes to native * Latest Comments Block: Prefer relative units * Use relative units for social-icons block * Don't use $grid-unit-* vars for front-facing styles * Avoid using $default-block-margin for front-facing styles * Convert all remaining pixel values to rem * Use em instead of rem * Use the vars * restore original code block padding * Update packages/block-library/src/button/style.scss Co-authored-by: Zebulan Stanphill <zebulanstanphill@protonmail.com> * Update packages/block-library/src/latest-comments/style.scss Co-authored-by: Zebulan Stanphill <zebulanstanphill@protonmail.com> * Move vars to separate "group" and fix comments capitalization * this value is closer to the legacy one * no reason for the padding to change here since it was already using em * Update packages/base-styles/_variables.scss Co-authored-by: Zebulan Stanphill <zebulanstanphill@protonmail.com> * Value needs to change since it's now relative to the font-size * Fix calculations for relative units in the gallery block * Fix social links editor styles * Revert social-icons style mods Co-authored-by: Zebulan Stanphill <zebulanstanphill@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc77362 - Browse repository at this point
Copy the full SHA bc77362View commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a4e381b - Browse repository at this point
Copy the full SHA a4e381bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1930a97 - Browse repository at this point
Copy the full SHA 1930a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdcb49 - Browse repository at this point
Copy the full SHA ecdcb49View commit details -
Added a min length of 3 and per_page to 20 to avoid infinite query (#…
…23841) * Added a min lenght of 3, since request under 3 char are triggering more search for nothing. And minLenght 3 was the classic editor base lenght search before. Limited searc hto 20 per_page. The old -1 was triggering many XHR request on a simple search, for nothing since we have a MAX_TERMS_SUGGESTIONS of 20. * Using defined constant now * Fix linting error Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for fb20b4f - Browse repository at this point
Copy the full SHA fb20b4fView commit details -
Add block inspector component readme (#24929)
* Add block inspector component readme * Update block inspector component readme
Configuration menu - View commit details
-
Copy full SHA for 0de26c5 - Browse repository at this point
Copy the full SHA 0de26c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d37120d - Browse repository at this point
Copy the full SHA d37120dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d8b25 - Browse repository at this point
Copy the full SHA 81d8b25View commit details -
Create unstable selectors for getting all controlled inner blocks (#2…
…4835) Co-authored-by: Riad Benguella <benguella@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c7dfc62 - Browse repository at this point
Copy the full SHA c7dfc62View commit details -
Configuration menu - View commit details
-
Copy full SHA for b57ae9e - Browse repository at this point
Copy the full SHA b57ae9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26be8c2 - Browse repository at this point
Copy the full SHA 26be8c2View commit details -
Enhancement: Disable tools while code editor mode is enable (#24923)
* Enhancement: Disable tools while code editor mode is enable * Fix: Disable Tools dropdown button while code editor is open * Fix: Disable Tools dropdown button while code editor is open * Inverted condition to disable tools dropdown in code editor mode
Configuration menu - View commit details
-
Copy full SHA for ab0d01b - Browse repository at this point
Copy the full SHA ab0d01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f8078c - Browse repository at this point
Copy the full SHA 8f8078cView commit details -
Fixes PHP error in
lib/block-supports/align.php
& other undefined $……block_type->supports instances (#24411)
Configuration menu - View commit details
-
Copy full SHA for 6b87d10 - Browse repository at this point
Copy the full SHA 6b87d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4a0b3 - Browse repository at this point
Copy the full SHA dc4a0b3View commit details -
CustomGradientPicker: Update Type and Angle controls (#23802)
* Refactor AnglePickerControl styles * Update SelectControl. Integrate new SelectControl with AnglePickerControl in GradientPicker * Improve Gradient Select and radio control UI * Update snapshots * Update snapshot * Update snapshot * Add label for gradient picker type * Fixed sizing. * Improve focus. * Harmonize spacing. * Fix so swatches align with the gradient control below. Co-authored-by: jasmussen <joen@automattic.com>
Configuration menu - View commit details
-
Copy full SHA for be09692 - Browse repository at this point
Copy the full SHA be09692View commit details -
useEditorFeature: take block context into account (#24416)
* Take editor features data from blocks as well * Make linter happy
Configuration menu - View commit details
-
Copy full SHA for 379719f - Browse repository at this point
Copy the full SHA 379719fView commit details -
Don't send empty paragraph tags to view on Android (#22561)
* Don't send empty paragraph tags to view on Android * lint fixes * Limit getHtmlForRecordCreation calls to Android * Removed unnecessary out of bounds check * Try setting quote tagName to p instead of removing empty paragraph tags in getHTMLToRender * Revert setting tagName to p * Re-add multiline tag when no longer empty on edit * Only re-add p tag from onTextUpdate * Distinguish props.onChange from onChangeFromAztec * Updated constant to more precise name
Configuration menu - View commit details
-
Copy full SHA for e268e1e - Browse repository at this point
Copy the full SHA e268e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90da808 - Browse repository at this point
Copy the full SHA 90da808View commit details -
Correct @SInCE version for block parser package (#24819)
Fixes #22050 The @SInCE values in packages/block-serialization-default-parser/parser.php (converted to class-wp-block-parser.php in WordPress core) were all set to the version of Gutenberg that they were introduced in, rather than the version of WordPress they were introduced in. In this patch those version values are properly set to 5.0.0 - the version of WordPress in which they were introduced. Props: @JustinyAhin
Configuration menu - View commit details
-
Copy full SHA for c47ba60 - Browse repository at this point
Copy the full SHA c47ba60View commit details -
Post content: show placeholder if trying to render itself (#24010)
Co-authored-by: Noah Allen <noahtallen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 970e8e0 - Browse repository at this point
Copy the full SHA 970e8e0View commit details -
Mobile - Fix Pullquote block styles (#24936)
Gerardo Pacheco authoredAug 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 74ccff1 - Browse repository at this point
Copy the full SHA 74ccff1View commit details -
[RNMobile] Remove dev only restriction for pullquote block on Android (…
…#24921) * Remove dev only restriction for pullquote block on Android * Lint exception to keep iOS only function * Updated changelog
Configuration menu - View commit details
-
Copy full SHA for b418bf7 - Browse repository at this point
Copy the full SHA b418bf7View commit details
Commits on Sep 1, 2020
-
Navigation: Fix creating Navigation from pages or menu with HTML in t…
…itle (#24673) * Navigation: Fix creating Navigation from pages or menu with HTML in title Pages and menu items in WordPress allow HTML in the title. We should therefore not escape the menu item title when creating a Navigation block from top-level pages or an existing menu. Additionally, the menu items REST API endpoint was setting title.raw to the menu item CPT's post_title and title.rendered to the referenced post's post_title. Both title.raw and title.rendered should be set to the menu item's title, which is properly set by wp_setup_nav_menu_item(). The only difference is that title.rendered should be passed through the_title, which escapes & characters, and nav_menu_item_title, which provides plugins a chance to customise menu item titles before display. This matches what Walker_Nav_Menu does. * REST API: Test that menu items have their title properly escaped * REST API: Fix menu items unit tests for multisite environments * REST API: Use is_multisite() instead of MULTISITE Co-authored-by: Timothy Jacobs <timothy@ironbounddesigns.com> Co-authored-by: Timothy Jacobs <timothy@ironbounddesigns.com>
Configuration menu - View commit details
-
Copy full SHA for dda3a9c - Browse repository at this point
Copy the full SHA dda3a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a14796e - Browse repository at this point
Copy the full SHA a14796eView commit details -
Add block parent selector component readme (#24962)
* Add block parent selector component readme * Update packages/block-editor/src/components/block-parent-selector/README.md Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com> Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 187167b - Browse repository at this point
Copy the full SHA 187167bView commit details -
Use internal libxml errors instead of @suppression (#24677)
Instead of using `@` to suppress errors during `DOMDocument::loadHTML`, use `libxml_use_internal_errors` to capture and suppress the errors instead. If there is a custom `set_error_handler` set for your installation, it will continue to receive warnings and html validation errors from this `loadHTML` call. If the goal is to suppress these errors we should try to capture and drop these without polluting customized error logs.
Configuration menu - View commit details
-
Copy full SHA for 33c83fa - Browse repository at this point
Copy the full SHA 33c83faView commit details -
Add order/order by support in Query block (#24691)
* add basic order support in Query block * move sort to block inspector * add orderby param in php * add orderBy in query loop * lint php
Configuration menu - View commit details
-
Copy full SHA for 18e102c - Browse repository at this point
Copy the full SHA 18e102cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f2756 - Browse repository at this point
Copy the full SHA 97f2756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f8fda - Browse repository at this point
Copy the full SHA 13f8fdaView commit details
Commits on Sep 2, 2020
-
Add option to show icon labels. (#24234)
* Add option to show icon labels. * Address review feedback and consolidate * Move option to general section * Remove unnecessary dispatch
Configuration menu - View commit details
-
Copy full SHA for 1ef7d3b - Browse repository at this point
Copy the full SHA 1ef7d3bView commit details -
Display labels instead of icons in top toolbar. (#24304)
* Add option to show icon labels. * Address review feedback and consolidate * Move option to general section * Remove unnecessary dispatch * Display labels instead of icons in top toolbar. * Fix dropdown tooltip display * Adjust button and toolbar styling. * Reposition outline dropdown * Try button tertiary styles * Update button styles * Add translator comments to top toolbar buttons. * Fix failing tests. * Update e2e test selector. * Fix translator comments. * Change header toolbar menu labels. * Change options labels * Update snapshot. * Update e2e selector * Change labels * Styling tweaks * Try Settings button inside Options dropdown * Expand modes in Tools dropdown * Button styling adjustments * Fix inserter aria label * Fix e2e selector. * Actually change all the e2e selectors. * Styling improvements * Fix buttons on small breakpoint. * Address remaining feedback and style fixes.
Configuration menu - View commit details
-
Copy full SHA for e703aee - Browse repository at this point
Copy the full SHA e703aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5cbfa - Browse repository at this point
Copy the full SHA ab5cbfaView commit details -
Add drag and drop to List View in Navigation Screen (#23952)
* Split useBlockDropZone into multiple hooks * Add Draggable to block navigation block component * Add block navigation drop zone hook * Allow tree grid component to take a ref * Add drop zone to block navigation tree * Allow custom elementId in BlockDraggable component * Move block draggable to block contents and add simple initial drop indicator * Fix block drop index * Try allowing blocks to be nested when dragging below, first attempt * Break early when cursor is contained by block * Improve drop zone detection * Fix issue where incorrect drop position selected when blocks overlap * Improve drop zone indicators * Hide dragged block in list view * Refactor selector * Hide dragged block children in list view * Hide appender when dragging parent * Fix block draggable chip error * Refactor block drop event handlers into a single hook * Disallow dropping in invalid block context * Allow nesting from both above and below the insertion point * remove unused data * Fix comment * Try a separate fixed position element for the drop indicator * Update styles to improve drop zone indicator * Fix media dragging and dropping * Fix incorrect import * Fix dropping blocks with no drop indicators * Tidy up nesting code * Fix useRef/useEffect anti-pattern, replace with useMemo * Wrap up selectors in an object * Convert getDropTargetBlocksData into a hook so that selectors can be colocated * Add doc blocks * Revert "Update styles to improve drop zone indicator" This reverts commit 753008a. * Avoid showing drop zone on dragged block * Improve styles * Try making the list view popover a modal drop zone * Adjust drop indicator styles * Use __experimentalFeatures to disable drag and drop outside of navigation editor * Revert "Try making the list view popover a modal drop zone" This reverts commit 2bc3dbb. * Make selectors more succinct * Change useMemo back to useEffect to ensure blocksData is recomputed correctly * Fix incorrect conditional setting of target * Specify all the deps * Add comment
Configuration menu - View commit details
-
Copy full SHA for 00f824a - Browse repository at this point
Copy the full SHA 00f824aView commit details -
Add block inspector virtual bubbling option (#24991)
* Make inspector bubbling optional * Clean up code.
Configuration menu - View commit details
-
Copy full SHA for b96b6e3 - Browse repository at this point
Copy the full SHA b96b6e3View commit details -
Updating Versions in WordPress doc to include 5.5.1 (#24988)
With 5.5.1 being released, this is just an update to take care of the newest release. I also included an update to the language in the intro post as proposed by @paaljoachim in #23344 (comment)
Configuration menu - View commit details
-
Copy full SHA for ea157ae - Browse repository at this point
Copy the full SHA ea157aeView commit details -
Remove Embeds for Facebook and Instagram (#24472)
* Embeds moved to variations, fix * Update packages/block-library/src/embed/variations.js Co-authored-by: Ajit Bohra <ajit@lubus.in> Co-authored-by: Ajit Bohra <ajit@lubus.in>
Configuration menu - View commit details
-
Copy full SHA for 87c4dc5 - Browse repository at this point
Copy the full SHA 87c4dc5View commit details -
Transform multiple heading blocks to list or paragraphs (#24977)
* transform multiple headings to list or paragraphs * fix e2e tests
Configuration menu - View commit details
-
Copy full SHA for 2d53ad1 - Browse repository at this point
Copy the full SHA 2d53ad1View commit details -
Allow sharp gradients. (#24967)
* Allow sharp gradients. * Updated some constants Co-authored-by: Jorge <jorge.costa@developer.pt>
Configuration menu - View commit details
-
Copy full SHA for 0ccabe7 - Browse repository at this point
Copy the full SHA 0ccabe7View commit details -
api-fetch: simplify the code that executes the handlers (#24999)
* apiFetch: simplify the promise-chaining code * Use reduce(Right) to compose middlewares
Configuration menu - View commit details
-
Copy full SHA for ee36854 - Browse repository at this point
Copy the full SHA ee36854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5044d - Browse repository at this point
Copy the full SHA 1e5044dView commit details -
api-fetch: remove redundant next parameter from middleware calls (#25001
Configuration menu - View commit details
-
Copy full SHA for 61f0064 - Browse repository at this point
Copy the full SHA 61f0064View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba0c086 - Browse repository at this point
Copy the full SHA ba0c086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9729f12 - Browse repository at this point
Copy the full SHA 9729f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 668182c - Browse repository at this point
Copy the full SHA 668182cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e1134 - Browse repository at this point
Copy the full SHA 95e1134View commit details -
Fix issue with gradient swatches stacking badly with scrollbar. (#25002)
* Fix issue with gradient swatches stacking badly with scrollbar. * Update snapshot Co-authored-by: Jon Q <hello@jonquach.com>
Configuration menu - View commit details
-
Copy full SHA for e4f2584 - Browse repository at this point
Copy the full SHA e4f2584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2473c1d - Browse repository at this point
Copy the full SHA 2473c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26fd3cd - Browse repository at this point
Copy the full SHA 26fd3cdView commit details -
[RNMobile] Correct multiple sliders spacings (#25017)
* Correct spacings * Correct cellContainerStyle
Configuration menu - View commit details
-
Copy full SHA for f7d3945 - Browse repository at this point
Copy the full SHA f7d3945View commit details
Commits on Sep 3, 2020
-
Add drag handle to block toolbar (#24852)
* Add drag handle to block mover component * Switch draggable chip to reflect toolbar layout * Use drag cursor * Hide drag handle on mobile or in top toolbar mode * Adjust handle and structure. * Size the switcher. * Adjust mover. * Update icon for handle. * Update movers buttons. * Fix groups. * Focus for switcher. * Handle focus. * Fix top toolbar. * Popover fix. * Fix spacing issue. * Harmonize spacing. * Try small independen transition for up / down. * Reduce motion. * use dragHandle icon in draggable chip * Make draggable chip use same icon as toolbar * Revert "Make draggable chip use same icon as toolbar" This reverts commit d031006. * Revert offset change and ensure cursor does not overlap chip block info * Update snapshots to reflect chevron icon change Co-authored-by: jasmussen <joen@automattic.com> Co-authored-by: Matías Ventura <mv@matiasventura.com>
Configuration menu - View commit details
-
Copy full SHA for 430c938 - Browse repository at this point
Copy the full SHA 430c938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e57ffd - Browse repository at this point
Copy the full SHA 3e57ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cea07 - Browse repository at this point
Copy the full SHA d7cea07View commit details -
Fixing internal link to experimental-theme-json-global-styles
Configuration menu - View commit details
-
Copy full SHA for ecb5094 - Browse repository at this point
Copy the full SHA ecb5094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f557de - Browse repository at this point
Copy the full SHA 3f557deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 459ab7f - Browse repository at this point
Copy the full SHA 459ab7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9597d9 - Browse repository at this point
Copy the full SHA b9597d9View commit details -
Add padding support to Group block (#24966)
Co-authored-by: Jon Q <hello@jonquach.com>
Configuration menu - View commit details
-
Copy full SHA for 97ec77e - Browse repository at this point
Copy the full SHA 97ec77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 829e762 - Browse repository at this point
Copy the full SHA 829e762View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45bfcb3 - Browse repository at this point
Copy the full SHA 45bfcb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef62680 - Browse repository at this point
Copy the full SHA ef62680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee00ad - Browse repository at this point
Copy the full SHA 7ee00adView commit details -
Image Block: properly show errors on drag n drop (#25004)
Co-authored-by: cpap <papazoglou.charalampos@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a190cd - Browse repository at this point
Copy the full SHA 6a190cdView commit details -
Search Block: Add button, label, and width options (#24666)
* Add support in the editor for button position, and changing the button to an icon. * Add search label toggle option. * Use updated icons. * Update icons, and add resizing of the search form. * Add width sidebar input field * First pass at basic front end rendering support for button only, width, and label toggle settings. * Add front end rendering support for new attribute classnames, and icon button. * Add styles for button inside selection on front end. * Remove duplicated editor styles * Better preservation of visuals when moving from the previous version of the block. * Do not show the drag handle when the block is not selected. * Remove bounds restriction on resize as this breaks when the parent is a dynamic width. * Group all button options in the block toolbar together. * Add support for setting percentage widths. * Add missing widthUnit attribute. * Make sure that the search block cannot be resized beyond the width of its parent. * Fix e2e tests for search block. * Update button labels to sentence case to match other core blocks. * Convert px usage to em. * Fix missed px to em converts * Fix PHP lint issues. * Replace tab with space for line alignment.
Configuration menu - View commit details
-
Copy full SHA for b575047 - Browse repository at this point
Copy the full SHA b575047View commit details -
Block Editor: Fix Multiple Trailing Inserters for Nested Inner Blocks (…
…#24836) * Hide trailing inserter if siblings in the block list are not selected * Display trailing appender when the page is empty * Display trailing inserter when parent block is selected
Configuration menu - View commit details
-
Copy full SHA for 5270919 - Browse repository at this point
Copy the full SHA 5270919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da8da9 - Browse repository at this point
Copy the full SHA 2da8da9View commit details -
Block Directory: Add an "Install" button when a block type is not fou…
…nd (#22631) * Update package-lock.json * Filter the Missing block edit component * Remove debug code * Updated warning styles to be more consistent with other patterns like the block placeholder state * Removed font size declaration - was inconsistent with other patterns particularly because of the use of `em` units for padding * changed padding on the warning and changed margin on the warning message * changed the side the padding was on for warning buttons * Run `parse` to get the correct attributes and innerBlocks Co-authored-by: Michael Arestad <marestad@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d62d455 - Browse repository at this point
Copy the full SHA d62d455View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3cd345 - Browse repository at this point
Copy the full SHA a3cd345View commit details -
Use cleaned slug to query for template part post (#25030)
Fixes issues where theme template parts were not resolved from subdirectories.
Configuration menu - View commit details
-
Copy full SHA for b1c8026 - Browse repository at this point
Copy the full SHA b1c8026View commit details
Commits on Sep 4, 2020
-
[Mobile] Add support for full-width/wide alignment options (#24598)
* Mobile - Full / Wide alignment support * Mobile - Full / Width alignment support: wide setting improvements * Mobile - Full / Wide alignment support - Custom align native hook to filter unsupported blocks * Mobile - Full / Wide alignment support - margin improvements and fixes * Mobile - BlockListItem - Remove unused selector * Mobile - Full / Wide alignments - props order * Mobile - Full / wide alignment - use declared const * Mobile - Full / Wide alignment - Remove right / left support * Mobile - Full width / wide alignment - Add Imade block support and Group appender fix * Mobile - Full width / wide alignment - Cover and group improvements * Mobile - Full width / wide alignments - Improve margins * Mobile - Full width / wide alignment options - Fix appender and selected border for full width blocks * Mobile - Full width / wide alignment - Update margins * Mobile - Wide / full width alignments - Margin fixes and improvements * Mobile - Full width / wide alignment fix margins and max width * Mobile - Remove unused style * Mobile - Full-width / wide alignment options - Restore cover paddings for inner blocks * Mobile - Full width / wide alignments update breakpoints * Mobile - Full-width / Wide alignments - Improve max width and margins for smaller screens * Mobile - Full-width / Wide alignments - Remove unused variable * Mobile - Full-width / Wide alignments - New utils with alignments and breakpoints * Mobile - Full-width fix for Android devices window width * React Native Editor - Update changelog
Gerardo Pacheco authoredSep 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ba0a42 - Browse repository at this point
Copy the full SHA 8ba0a42View commit details -
Fix Template Part auto-drafting to support sub-directories. (#25063)
* refactor for nested files * merge arrays outside of function * lint wants function doc
Configuration menu - View commit details
-
Copy full SHA for 959542c - Browse repository at this point
Copy the full SHA 959542cView commit details -
[RNMobile] Merge 1.36.0 release to master (#25081)
* Release script: Update react-native-editor version to 1.36.0 * Release script: Update with changes from 'npm run core preios' * [RNMobile] Correct multiple sliders spacings (#25017) * Correct spacings * Correct cellContainerStyle * Updated changelog Co-authored-by: Luke Walczak <lukasz.walczak.pwr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9e69214 - Browse repository at this point
Copy the full SHA 9e69214View commit details -
Block supports: Fix block attribute (style and class) double-encoding (…
…#25079) * Add encoding tests * Remove double attribute value escaping * fixup! Add encoding tests * Add escaping comment
Configuration menu - View commit details
-
Copy full SHA for e56efc0 - Browse repository at this point
Copy the full SHA e56efc0View commit details
Commits on Sep 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 458277c - Browse repository at this point
Copy the full SHA 458277cView commit details
Commits on Sep 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c06fff0 - Browse repository at this point
Copy the full SHA c06fff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2cfa1f - Browse repository at this point
Copy the full SHA f2cfa1fView commit details -
- @wordpress/a11y@2.12.0 - @wordpress/annotations@1.21.0 - @wordpress/api-fetch@3.19.0 - @wordpress/babel-plugin-makepot@3.8.0 - @wordpress/babel-preset-default@4.18.0 - @wordpress/base-styles@2.1.0 - @wordpress/block-directory@1.14.0 - @wordpress/block-editor@4.4.0 - @wordpress/block-library@2.23.0 - @wordpress/blocks@6.21.0 - @wordpress/components@10.1.0 - @wordpress/compose@3.20.0 - @wordpress/core-data@2.21.0 - @wordpress/create-block@0.17.0 - @wordpress/data-controls@1.17.0 - @wordpress/data@4.23.0 - @wordpress/date@3.11.0 - @wordpress/docgen@1.13.0 - @wordpress/dom@2.14.0 - @wordpress/e2e-test-utils@4.12.0 - @wordpress/e2e-tests@1.21.0 - @wordpress/edit-navigation@1.4.0 - @wordpress/edit-post@3.22.0 - @wordpress/edit-site@1.12.0 - @wordpress/edit-widgets@0.21.0 - @wordpress/editor@9.21.0 - @wordpress/element@2.17.0 - @wordpress/env@2.0.0 - @wordpress/eslint-plugin@7.2.0 - @wordpress/format-library@1.23.0 - @wordpress/i18n@3.15.0 - @wordpress/icons@2.5.0 - @wordpress/interface@0.8.0 - @wordpress/is-shallow-equal@2.2.0 - @wordpress/jest-console@3.8.0 - @wordpress/jest-preset-default@6.3.0 - @wordpress/keyboard-shortcuts@1.10.0 - @wordpress/keycodes@2.15.0 - @wordpress/library-export-default-webpack-plugin@1.8.0 - @wordpress/list-reusable-blocks@1.22.0 - @wordpress/media-utils@1.16.0 - @wordpress/notices@2.9.0 - @wordpress/nux@3.21.0 - @wordpress/plugins@2.21.0 - @wordpress/postcss-plugins-preset@1.4.0 - @wordpress/prettier-config@0.4.0 - @wordpress/primitives@1.8.0 - @wordpress/priority-queue@1.8.0 - @wordpress/project-management-automation@1.9.0 - @wordpress/react-native-aztec@1.36.0 - @wordpress/react-native-bridge@1.36.0 - @wordpress/react-native-editor@1.36.0 - @wordpress/redux-routine@3.11.0 - @wordpress/rich-text@3.21.0 - @wordpress/scripts@12.2.0 - @wordpress/server-side-render@1.17.0 - @wordpress/shortcode@2.10.0 - @wordpress/token-list@1.12.0 - @wordpress/url@2.18.0 - @wordpress/viewport@2.22.0 - @wordpress/warning@1.3.0 - @wordpress/wordcount@2.11.0
Configuration menu - View commit details
-
Copy full SHA for 1897cf5 - Browse repository at this point
Copy the full SHA 1897cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84cbc5f - Browse repository at this point
Copy the full SHA 84cbc5fView commit details -
Data: add a comment about why we normalize resolvers to objects with …
…fulfill method (#25102) Also refactors the code to remove too smart destructuring, and removes a stale JSDoc comment.
Configuration menu - View commit details
-
Copy full SHA for afc0090 - Browse repository at this point
Copy the full SHA afc0090View commit details -
Polish menu item icon locations. (#25106)
* Polish media replace menu. * Polish transforms menu.
Configuration menu - View commit details
-
Copy full SHA for 5e77f46 - Browse repository at this point
Copy the full SHA 5e77f46View commit details -
Improve the block and patterns search algorithm (#25105)
Co-authored-by: Miguel Fonseca <miguelcsf@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 612acd3 - Browse repository at this point
Copy the full SHA 612acd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b95e0d - Browse repository at this point
Copy the full SHA 6b95e0dView commit details -
Add tags support in Query block (#25005)
* add tags support in Query block * refactor + tests for getTermsInfo * fetch more terms to show * add typedefs and jsdoc at getTermsInfo * fix add multiple terms * set $query properly
Configuration menu - View commit details
-
Copy full SHA for 9ced21b - Browse repository at this point
Copy the full SHA 9ced21bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 353eada - Browse repository at this point
Copy the full SHA 353eadaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 124eee7 - Browse repository at this point
Copy the full SHA 124eee7View commit details -
Element: Add and upgrade @types/{react,react-dom} dependencies (#25086)
* Add @types/react and @types/react-dom dependency to element Fixes #23130 * Upgrade the type packages * Add changelog
Configuration menu - View commit details
-
Copy full SHA for 36cf82b - Browse repository at this point
Copy the full SHA 36cf82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd0fb4 - Browse repository at this point
Copy the full SHA 2dd0fb4View commit details -
Add support for advanced menu item properties to Navigation screen (#…
…25062) * Set up advanced attributes on nav screen. * Add new attribs to tests.
Configuration menu - View commit details
-
Copy full SHA for 750ab48 - Browse repository at this point
Copy the full SHA 750ab48View commit details
Commits on Sep 8, 2020
-
Fix Typo in Import Statement (#25125)
Import statement is referencing the wrong package name.
Configuration menu - View commit details
-
Copy full SHA for f947206 - Browse repository at this point
Copy the full SHA f947206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f8a17 - Browse repository at this point
Copy the full SHA 31f8a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939aef9 - Browse repository at this point
Copy the full SHA 939aef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2407c9e - Browse repository at this point
Copy the full SHA 2407c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 481ca1b - Browse repository at this point
Copy the full SHA 481ca1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f899b3e - Browse repository at this point
Copy the full SHA f899b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eed5c5 - Browse repository at this point
Copy the full SHA 5eed5c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54db7e2 - Browse repository at this point
Copy the full SHA 54db7e2View commit details -
fix issue 24539, show external icon on help button (#24622)
* fix issue 24539, show external icon on help button * add visually hidden text for external link item * unite duplicate import Co-authored-by: Leutrim Husaj <leutrim.husaj@cm4all.com>
Configuration menu - View commit details
-
Copy full SHA for 149849e - Browse repository at this point
Copy the full SHA 149849eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d978655 - Browse repository at this point
Copy the full SHA d978655View commit details -
Embed Block: fix crash in isFromWordPress helper if preview.html is f…
…alse (#25140) The Facebook oEmbed provider returns `html: false` when the URL is not previewable, e.g., when it points to a Facebook page rather than a post or video. The `isFromWordPress` helper used to use Lodash `includes( html, x)` which handles falsy values gracefully. After refactored to `html.includes( x )`, non-string values started to trigger a `TypeError`.
Configuration menu - View commit details
-
Copy full SHA for acc626e - Browse repository at this point
Copy the full SHA acc626eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2bf762 - Browse repository at this point
Copy the full SHA d2bf762View commit details -
Configuration menu - View commit details
-
Copy full SHA for f62d144 - Browse repository at this point
Copy the full SHA f62d144View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a67f8 - Browse repository at this point
Copy the full SHA f8a67f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba1083 - Browse repository at this point
Copy the full SHA 0ba1083View commit details -
Add filtering by author support in Query block (#25149)
* add filter by author support in Query block * provide useSelect dependencies Co-authored-by: Miguel Fonseca <miguelcsf@gmail.com> * Update packages/block-library/src/query/edit/query-inspector-controls.js change description Co-authored-by: Miguel Fonseca <miguelcsf@gmail.com> Co-authored-by: Miguel Fonseca <miguelcsf@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7874839 - Browse repository at this point
Copy the full SHA 7874839View commit details -
Docs: Fixes link to ubuntu docker notes (#25060)
* Fix link, move ubuntu docker document to devenv * Fix Ubuntu 20.04.1 instructions, fix export var * Apply suggestions from code review Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com> * Remove docker-compose instructions Docker-compose is not needed for most now that Ubuntu binaries are updated. Just include link to Docker docs which does a better job of documenting installation. Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
Configuration menu - View commit details
-
Copy full SHA for 369688a - Browse repository at this point
Copy the full SHA 369688aView commit details -
Docs: Update dev environment setup (#24871)
* Add quick start, expand on wp-env usage as tool * Add Troubleshooting and Uninstall instructions * Update install, add screenshot * Add clarification around file creation * Add clarification around .wp-env.json * Fix typo in uninstall node * Updates based on review * Update with new wp-env changes, remove need for .wp-env.json * Update uninstall section per review * Add clarifiation around WP dashboard * Add confirmation step for uninstall * Reword to try to run * Reword to try to run * Tweak uninstall verbage * Apply suggestions from code review :+1: Co-authored-by: Noah Allen <noahtallen@gmail.com> * Add clean WP db, clarify start - per review * Add link to Docker Ubuntu notes * Add quit and restart to uninstall Co-authored-by: Noah Allen <noahtallen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 55edb95 - Browse repository at this point
Copy the full SHA 55edb95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c9f74 - Browse repository at this point
Copy the full SHA 65c9f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd31639 - Browse repository at this point
Copy the full SHA cd31639View commit details -
Bump @storybook/react major version (#25161)
* Bump storybook major version Fixes some breakage related to dependency imports. * Increase buffer size on check licenses script The size of the output for `npm ls --json --long --prod` has grown to around 110MB. For this reason, the output was being truncated at the previous maximum buffer size, which was set at around ~104MB.
Configuration menu - View commit details
-
Copy full SHA for 86cd404 - Browse repository at this point
Copy the full SHA 86cd404View commit details
Commits on Sep 9, 2020
-
Add a way to change template parts. (#24990)
* refactor reusable selection component * update class names * another classname * use an icon * add onClose * search form needs value... * updated styles to support dropdown from name panel * missing newline, lol * disable button when open
Configuration menu - View commit details
-
Copy full SHA for bd8bfea - Browse repository at this point
Copy the full SHA bd8bfeaView commit details