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

NavigationMenu: <LinkControl /> integration. #18062

Merged
merged 39 commits into from
Nov 6, 2019
Merged

Commits on Nov 6, 2019

  1. link-control: doc

    retrofox authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    9eaae16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b93b07a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c52d92f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33baef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cc27a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28d446e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d32f027 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5eb1366 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fa1562 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9616d76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35e88e8 View commit details
    Browse the repository at this point in the history
  12. fixing eslint errors/warnings

    retrofox authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    2550320 View commit details
    Browse the repository at this point in the history
  13. fix camelcase warning flawlessly

    props to @getdave
    retrofox authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    fbfcec6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    81bf11a View commit details
    Browse the repository at this point in the history
  15. link-control: doc fixes

    retrofox authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    0d9637d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    154d2c7 View commit details
    Browse the repository at this point in the history
  17. Remove hyperlinks from nav item labels

    getdave authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    ccccb5c View commit details
    Browse the repository at this point in the history
  18. Update attribute name

    getdave authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    9a2d2fb View commit details
    Browse the repository at this point in the history
  19. Fix save output to handle new tab attribute

    getdave authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    c712717 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    56536a1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0c965d8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    80cb5e8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b9d2195 View commit details
    Browse the repository at this point in the history
  24. navigation-menu-item: new item workflow

    open link control and show fake placeholder when it's a new iotem
    retrofox authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    293bfb3 View commit details
    Browse the repository at this point in the history
  25. navigation-menu: rename state hook

    retrofox authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    f6ebb92 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3b4a3ed View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    468eff8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e85cf06 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7044c24 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2dfa557 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c063034 View commit details
    Browse the repository at this point in the history
  32. navigation-menu-item: simplify closing linkcontrol

    It adds a hacky solution to deal with both events that happen at the
    same time: LinkControl.onClose and ToolbatButton.onClick, removing the
    useState ussage in favor adding a setTimeout call.
    retrofox authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    e1b64e4 View commit details
    Browse the repository at this point in the history
  33. navigation-menu: fixing eslint errors

    retrofox authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    b77c663 View commit details
    Browse the repository at this point in the history
  34. Update packages/block-library/src/navigation-menu-item/edit.js

    Co-Authored-By: Daniel Richards <daniel.richards@automattic.com>
    getdave and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    b4ca8ca View commit details
    Browse the repository at this point in the history
  35. Update packages/block-library/src/navigation-menu-item/edit.js

    Co-Authored-By: Daniel Richards <daniel.richards@automattic.com>
    getdave and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    cf3d2c8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2c7b597 View commit details
    Browse the repository at this point in the history
  37. Updates to remove unwanted prop being passed to LinkControl

    `fetchSearchSuggestions` seems to have been accidentally re-added. It’s not required.
    
    Addresses #18062 (comment)
    getdave authored and talldan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    15bf1b2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f60ae05 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c34be01 View commit details
    Browse the repository at this point in the history