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

Submenu flipping with Popper.js! #2053

Merged
merged 18 commits into from
Jan 31, 2018
Merged

Submenu flipping with Popper.js! #2053

merged 18 commits into from
Jan 31, 2018

Commits on Jan 30, 2018

  1. remove MenuItem useSmartPositioning logic, as Popper.js handles it au…

    …tomatically!!
    Gilad Gray committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    fe8b321 View commit details
    Browse the repository at this point in the history
  2. Add submenuBoundaryElement, submenuBoundaryPadding props to Menu. cas…

    …cade to MenuItem via context fn (better than cloning children).
    Gilad Gray committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    46fe754 View commit details
    Browse the repository at this point in the history
  3. docs

    Gilad Gray committed Jan 30, 2018
    1 Configuration menu
    Copy the full SHA
    f678135 View commit details
    Browse the repository at this point in the history
  4. more docs

    Gilad Gray committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    aef958e View commit details
    Browse the repository at this point in the history
  5. use prop-types, add dependency

    Gilad Gray committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    e23f78c View commit details
    Browse the repository at this point in the history
  6. refactor MenuItem render. no children => no popover

    Gilad Gray committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    a796819 View commit details
    Browse the repository at this point in the history
  7. use Menu and pass context props

    Gilad Gray committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    b770995 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. remove Menu props and context stuff

    Gilad Gray committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    2e92f5a View commit details
    Browse the repository at this point in the history
  2. remove unused refs, final refactors

    Gilad Gray committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    9800ef2 View commit details
    Browse the repository at this point in the history
  3. revert props-types change

    Gilad Gray committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    c7bd0ac View commit details
    Browse the repository at this point in the history
  4. remove submenu props docs

    Gilad Gray committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    85f2356 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ee3917 View commit details
    Browse the repository at this point in the history
  6. props docs

    Gilad Gray committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    12958ee View commit details
    Browse the repository at this point in the history
  7. delete menu test

    Gilad Gray committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    774173e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b92799 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    472361d View commit details
    Browse the repository at this point in the history
  10. button menu items inherit font

    Gilad Gray committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    c9f43ca View commit details
    Browse the repository at this point in the history
  11. improve Overlay focus tests reliability

    Gilad Gray committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    cc9af72 View commit details
    Browse the repository at this point in the history