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

[Portal] SSR support, one fewer element in Overlay #2205

Merged
merged 7 commits into from
Mar 8, 2018
Merged

Commits on Mar 6, 2018

  1. refactor Portal to support SSR.

    - created DOM element receives className
    - remove containerRef prop and associated element
    Gilad Gray committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    d721833 View commit details
    Browse the repository at this point in the history
  2. refactor Overlay to not use deleted containerRef prop

    - use TransitionGroup as the wrapper element!!
    Gilad Gray committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    3fcf864 View commit details
    Browse the repository at this point in the history
  3. conditionally add classes in portal

    Gilad Gray committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    2a1057a View commit details
    Browse the repository at this point in the history
  4. enable Portal isotest

    Gilad Gray committed Mar 6, 2018
    1 Configuration menu
    Copy the full SHA
    01b2e1b View commit details
    Browse the repository at this point in the history
  5. refactor TransitionGroup usage

    Gilad Gray committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    857fc02 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. ternary style refactors

    Gilad Gray committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    d47970e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0585e4b View commit details
    Browse the repository at this point in the history