Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frontend-collective/react-sortable-tree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: frontend-collective/react-sortable-tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 14, 2018

  1. Adding more parameters to rowHeight

    // ({ index, treeIndex, node, path }) => rowHeight
    wuweiweiwu committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    b89a711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    584866f View commit details
    Browse the repository at this point in the history
  3. doing the function inline

    wuweiweiwu committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    b5c2700 View commit details
    Browse the repository at this point in the history
  4. forgot that rowHeight can also be a number

    wuweiweiwu committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    39f6150 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    512622a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb21762 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    c7fce4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1848921 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588a95f View commit details
    Browse the repository at this point in the history
  4. feat: add onDragStateChanged callback

    Thanks to @wuweiweiwu for the contribution!
    onDragStateChanged is called when dragging begins and ends,
    so you can easily track the current state of dragging.
    fritz-c committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    2caa9d1 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.7.0

    fritz-c committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    920a2ec View commit details
    Browse the repository at this point in the history
Loading