-
Notifications
You must be signed in to change notification settings - Fork 216
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: SortableJS/react-sortablejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: SortableJS/react-sortablejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 6 files changed
- 4 contributors
Commits on Oct 7, 2020
-
Fix issue when one of a children is undefined
Firstly huge thanks for such amazing module! In some edge cases (like in my own) there can be a `undefined` React child. Easy to reproduce: ```js <ReactSortable> {some_var ? <li>123</li> : undefined} <li>123</li> </ReactSortable> ``` In such case crash happen because code can't read property of undefined object. Just check changes that I made into `react-sortable.tsx` file you will understand what I'm trying to achieve. I also changed this line from `const item = list[index];` to `const item = list[index] || {};` , just to be sure that if list doesn't have particular index, whole code not fail. This two changes are made to prevent edge case crashes. In my own app I spend a lot of time to find out why sometime app is crashing. Please, please approve this pull request!
Rustem Mussabekov authoredOct 7, 2020 Configuration menu - View commit details
-
Copy full SHA for fad8236 - Browse repository at this point
Copy the full SHA fad8236View commit details
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 631e2d0 - Browse repository at this point
Copy the full SHA 631e2d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17878f7 - Browse repository at this point
Copy the full SHA 17878f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7cb54 - Browse repository at this point
Copy the full SHA 8a7cb54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d43f97 - Browse repository at this point
Copy the full SHA 1d43f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e08f1 - Browse repository at this point
Copy the full SHA 89e08f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d2444 - Browse repository at this point
Copy the full SHA 05d2444View commit details -
Configuration menu - View commit details
-
Copy full SHA for e82314b - Browse repository at this point
Copy the full SHA e82314bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c42b97 - Browse repository at this point
Copy the full SHA 3c42b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1000f68 - Browse repository at this point
Copy the full SHA 1000f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48286f1 - Browse repository at this point
Copy the full SHA 48286f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c0660d - Browse repository at this point
Copy the full SHA 9c0660dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba6fc4 - Browse repository at this point
Copy the full SHA 3ba6fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0bc39e - Browse repository at this point
Copy the full SHA f0bc39eView commit details -
chore(release): 6.0.2 [skip ci]
## [6.0.2](v6.0.1...v6.0.2) (2022-01-14) ### Bug Fixes * **remove unnecesary devdependencies:** rmeove innecesary devDependencies ([1000f68](1000f68)) * infra ([1d43f97](1d43f97))
Configuration menu - View commit details
-
Copy full SHA for 440cba4 - Browse repository at this point
Copy the full SHA 440cba4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.1...v6.0.2