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

Fix support for generic types in Tree component #2629

Merged
merged 8 commits into from
Jul 11, 2018

Commits on Jun 25, 2018

  1. TreeEventHandler inherits generic types

    Justin Hong committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    20d8328 View commit details
    Browse the repository at this point in the history
  2. add generics to TreeNode

    Justin Hong committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    d8a903e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. add nonstatic nodeFromPath for generics and fix typings

    Justin Hong committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    b9d84ba View commit details
    Browse the repository at this point in the history
  2. style fixes

    Justin Hong committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    10eec63 View commit details
    Browse the repository at this point in the history
  3. indentation

    Justin Hong committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    54a91d0 View commit details
    Browse the repository at this point in the history
  4. remove underscore on iterator variable

    Justin Hong committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    1112d7f View commit details
    Browse the repository at this point in the history
  5. move render up

    Justin Hong committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    30a9638 View commit details
    Browse the repository at this point in the history
  6. remove nonstatic nodefrompath

    Justin Hong committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    a4b1b5a View commit details
    Browse the repository at this point in the history