Skip to content
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

Merged
merged 122 commits into from
Sep 9, 2020
Merged

Sync with master repo #1

merged 122 commits into from
Sep 9, 2020

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    e45d5ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    535c9ea View commit details
    Browse the repository at this point in the history
  3. Use the postcss-custom-properties config to define fallback colors (#…

    …24408)
    
    Co-authored-by: Riad Benguella <benguella@gmail.com>
    jasmussen and youknowriad authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    125fc59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e96dcc View commit details
    Browse the repository at this point in the history
  5. Add "Post Comment Author" block (#24824)

    Adds a new inner block called Post Comment Author. It can be inserted into the Post Comment block.
    david-szabo97 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6e459ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e215c80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b1999e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f393474 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86c6053 View commit details
    Browse the repository at this point in the history
  10. 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
    adamziel authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    cefab03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97dc776 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6d4483 View commit details
    Browse the repository at this point in the history
  13. 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>
    aristath and ZebulanStanphill authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    bc77362 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    a4e381b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1930a97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecdcb49 View commit details
    Browse the repository at this point in the history
  4. 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>
    mgrenierfarmmedia and ntsekouras authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    fb20b4f View commit details
    Browse the repository at this point in the history
  5. Add block inspector component readme (#24929)

    * Add block inspector component readme
    
    * Update block inspector component readme
    JustinyAhin authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    0de26c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d37120d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81d8b25 View commit details
    Browse the repository at this point in the history
  8. Create unstable selectors for getting all controlled inner blocks (#2…

    …4835)
    
    Co-authored-by: Riad Benguella <benguella@gmail.com>
    noahtallen and youknowriad authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c7dfc62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b57ae9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    26be8c2 View commit details
    Browse the repository at this point in the history
  11. 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
    kishanjasani authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    ab0d01b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f8078c View commit details
    Browse the repository at this point in the history
  13. Fixes PHP error in lib/block-supports/align.php & other undefined $…

    …block_type->supports instances (#24411)
    aristath authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6b87d10 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc4a0b3 View commit details
    Browse the repository at this point in the history
  15. 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>
    Q and jasmussen authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    be09692 View commit details
    Browse the repository at this point in the history
  16. useEditorFeature: take block context into account (#24416)

    * Take editor features data from blocks as well
    
    * Make linter happy
    nosolosw authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    379719f View commit details
    Browse the repository at this point in the history
  17. 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
    cameronvoell authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    e268e1e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    90da808 View commit details
    Browse the repository at this point in the history
  19. 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
    JustinyAhin authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c47ba60 View commit details
    Browse the repository at this point in the history
  20. Post content: show placeholder if trying to render itself (#24010)

    Co-authored-by: Noah Allen <noahtallen@gmail.com>
    Addison-Stavlo and noahtallen authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    970e8e0 View commit details
    Browse the repository at this point in the history
  21. Mobile - Fix Pullquote block styles (#24936)

    Gerardo Pacheco authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    74ccff1 View commit details
    Browse the repository at this point in the history
  22. [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
    cameronvoell authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    b418bf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. 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>
    noisysocks and TimothyBJacobs authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    dda3a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a14796e View commit details
    Browse the repository at this point in the history
  3. 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>
    JustinyAhin and ntsekouras authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    187167b View commit details
    Browse the repository at this point in the history
  4. 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.
    lsl authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    33c83fa View commit details
    Browse the repository at this point in the history
  5. 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
    ntsekouras authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    18e102c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97f2756 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13f8fda View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. 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
    tellthemachines authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1ef7d3b View commit details
    Browse the repository at this point in the history
  2. 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.
    tellthemachines authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e703aee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab5cbfa View commit details
    Browse the repository at this point in the history
  4. 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
    talldan authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    00f824a View commit details
    Browse the repository at this point in the history
  5. Add block inspector virtual bubbling option (#24991)

    * Make inspector bubbling optional
    
    * Clean up code.
    tellthemachines authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b96b6e3 View commit details
    Browse the repository at this point in the history
  6. 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)
    annezazu authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    ea157ae View commit details
    Browse the repository at this point in the history
  7. 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>
    mkaz and ajitbohra authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    87c4dc5 View commit details
    Browse the repository at this point in the history
  8. Transform multiple heading blocks to list or paragraphs (#24977)

    * transform multiple headings to list or paragraphs
    
    * fix e2e tests
    ntsekouras authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    2d53ad1 View commit details
    Browse the repository at this point in the history
  9. Allow sharp gradients. (#24967)

    * Allow sharp gradients.
    
    * Updated some constants
    
    Co-authored-by: Jorge <jorge.costa@developer.pt>
    jasmussen and jorgefilipecosta authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    0ccabe7 View commit details
    Browse the repository at this point in the history
  10. api-fetch: simplify the code that executes the handlers (#24999)

    * apiFetch: simplify the promise-chaining code
    
    * Use reduce(Right) to compose middlewares
    jsnajdr authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    ee36854 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e5044d View commit details
    Browse the repository at this point in the history
  12. api-fetch: remove redundant next parameter from middleware calls (#25001

    )
    
    In the middleware API, the `next` function has only one parameter: `options`. The codebase
    has a few middlewares that call `next( options, next )`, where the second parameter is redundant
    (although completely harmless). This patch removes these.
    jsnajdr authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    61f0064 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba0c086 View commit details
    Browse the repository at this point in the history
  14. Update modularity.md (#25007)

    Small typo fix.
    gumacahin authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    9729f12 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    668182c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    95e1134 View commit details
    Browse the repository at this point in the history
  17. 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>
    jasmussen and Jon Q authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e4f2584 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2473c1d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    26fd3cd View commit details
    Browse the repository at this point in the history
  20. [RNMobile] Correct multiple sliders spacings (#25017)

    * Correct spacings
    
    * Correct cellContainerStyle
    lukewalczak authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    f7d3945 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. 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>
    3 people authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    430c938 View commit details
    Browse the repository at this point in the history
  2. Add reusable block icon. (#23552)

    * Add reusable block icon.
    
    * Move external link icon to the right.
    
    Needs a follow up in one of the PRs in #24539.
    
    * Update checkmark.
    
    Fixes #23185.
    
    * Allow both shortcuts and icons.
    
    * Update snapshots.
    
    * Optically balance more.
    
    * Add download icon, use for "Export".
    
    * Update snaps again.
    jasmussen authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3e57ffd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7cea07 View commit details
    Browse the repository at this point in the history
  4. Update README.md (#25024)

    Fixing internal link to experimental-theme-json-global-styles
    adriacobo authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ecb5094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f557de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    459ab7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9597d9 View commit details
    Browse the repository at this point in the history
  8. Add padding support to Group block (#24966)

    Co-authored-by: Jon Q <hello@jonquach.com>
    youknowriad and Jon Q authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    97ec77e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    829e762 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45bfcb3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef62680 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ee00ad View commit details
    Browse the repository at this point in the history
  13. Image Block: properly show errors on drag n drop (#25004)

    Co-authored-by: cpap <papazoglou.charalampos@gmail.com>
    cpapazoglou and cpap authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6a190cd View commit details
    Browse the repository at this point in the history
  14. 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.
    apeatling authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    b575047 View commit details
    Browse the repository at this point in the history
  15. 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
    jeyip authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    5270919 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2da8da9 View commit details
    Browse the repository at this point in the history
  17. 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>
    ryelle and MichaelArestad authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    d62d455 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a3cd345 View commit details
    Browse the repository at this point in the history
  19. Use cleaned slug to query for template part post (#25030)

    Fixes issues where theme template parts
    were not resolved from subdirectories.
    noahtallen authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    b1c8026 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. [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 authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    8ba0a42 View commit details
    Browse the repository at this point in the history
  2. Fix Template Part auto-drafting to support sub-directories. (#25063)

    * refactor for nested files
    
    * merge arrays outside of function
    
    * lint wants function doc
    Addison-Stavlo authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    959542c View commit details
    Browse the repository at this point in the history
  3. [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>
    cameronvoell and lukewalczak authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    9e69214 View commit details
    Browse the repository at this point in the history
  4. 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
    sirreal authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    e56efc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    458277c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    c06fff0 View commit details
    Browse the repository at this point in the history
  2. Update changelog files

    youknowriad committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f2cfa1f View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @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
    youknowriad committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1897cf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84cbc5f View commit details
    Browse the repository at this point in the history
  5. 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.
    jsnajdr authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    afc0090 View commit details
    Browse the repository at this point in the history
  6. Polish menu item icon locations. (#25106)

    * Polish media replace menu.
    
    * Polish transforms menu.
    jasmussen authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    5e77f46 View commit details
    Browse the repository at this point in the history
  7. Improve the block and patterns search algorithm (#25105)

    Co-authored-by: Miguel Fonseca <miguelcsf@gmail.com>
    youknowriad and mcsf authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    612acd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b95e0d View commit details
    Browse the repository at this point in the history
  9. 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
    ntsekouras authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    9ced21b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    353eada View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    124eee7 View commit details
    Browse the repository at this point in the history
  12. 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
    sirreal authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    36cf82b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2dd0fb4 View commit details
    Browse the repository at this point in the history
  14. Add support for advanced menu item properties to Navigation screen (#…

    …25062)
    
    * Set up advanced attributes on nav screen.
    
    * Add new attribs to tests.
    tellthemachines authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    750ab48 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Fix Typo in Import Statement (#25125)

    Import statement is referencing the wrong package name.
    redstar504 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f947206 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#25124)

    Fix bad english
    redstar504 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    31f8a17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    939aef9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2407c9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    481ca1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f899b3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5eed5c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54db7e2 View commit details
    Browse the repository at this point in the history
  9. 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>
    leutrimhusaj and Leutrim Husaj authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    149849e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d978655 View commit details
    Browse the repository at this point in the history
  11. 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`.
    jsnajdr authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    acc626e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2bf762 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f62d144 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f8a67f8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ba1083 View commit details
    Browse the repository at this point in the history
  16. 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>
    ntsekouras and mcsf authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    7874839 View commit details
    Browse the repository at this point in the history
  17. 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>
    mkaz and Aljullu authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    369688a View commit details
    Browse the repository at this point in the history
  18. 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>
    mkaz and noahtallen authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    55edb95 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    65c9f74 View commit details
    Browse the repository at this point in the history
  20. Bump plugin version to 8.9.3

    mcsf committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    cd31639 View commit details
    Browse the repository at this point in the history
  21. 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.
    vcanales authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    86cd404 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. 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
    Addison-Stavlo authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    bd8bfea View commit details
    Browse the repository at this point in the history