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: clauderic/react-sortable-hoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.2
Choose a base ref
...
head repository: clauderic/react-sortable-hoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 19, 2019

  1. chore(release): 1.8.2

    Clauderic Demers committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    5f59938 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. fix: issue with windowAsScrollContainer and translation offsets

    With the recently introduced change to automatically find the scrolling parent of the SortableContainer (getScrollingParent function), there was an issue introduced where the scrollContainer would resolve to the document.body when using windowAsScrollContainer, and the container scroll offset would be taken into account twice. Normally, we take into account the window scroll position and the scroll container’s scroll position, but in this case they were both the same element.
    Clauderic Demers committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    0391e62 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.8.3

    Clauderic Demers committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    e273534 View commit details
    Browse the repository at this point in the history
Loading