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

refactor(Modal, Dropdown{*}, PopperContent, Tabs): go to React Async Rendering #1427

Merged
merged 5 commits into from Apr 3, 2019

Commits on Mar 5, 2019

  1. refactor(Modal, Dropdown{*}, PopperContent, Tabs): Update on React As…

    …ync Rendering
    
    The main purpose of the changes is to move forward to React Async Rendering.
    The changes include:
    1. remove unsafe componentWillReceiveProps and componentWillUpdate in Modal.
    2. get rid of findDOMNode in Dropdown.
    3. replace legacy context with new Context API in DropdownItem, DropdownToggle, Dropdown, TabContent.
    4. upgrade react-popper to '1.3.3', and make the corresponding changes in  PopperContent, DropdownItem, DropdownToggle, DropdownMenu, Dropdown.
    
    BREAKING CHANGE: using new Context API, react-popper v. '1.3.3'
    aakula-edmunds committed Mar 5, 2019
    Copy the full SHA
    6935e6a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e9834ad View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8837a07 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    45bc1f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Copy the full SHA
    18d61ba View commit details
    Browse the repository at this point in the history