GitHub / frontend-collective/react-sortable-tree / commits
Drag-and-drop sortable component for nested data and hierarchies
SHA | Message | Author | Date | Stats |
---|---|---|---|---|
2fe62518 | revert: "fix: External node offset was shifted" | fritz-c <f****c@u****m> | about 8 years ago | |
f01c7394 | build: fix prettier script to apply to scss as well, and run it | fritz-c <f****c@u****m> | about 8 years ago | |
2cd371c0 | feat: Display droppable placeholder element when tree is empty | fritz-c <f****c@u****m> | about 8 years ago | |
561ef886 | test: Update snapshots | fritz-c <f****c@u****m> | about 8 years ago | |
7afb0dce | docs: Fix source code link target and style | fritz-c <f****c@u****m> | about 8 years ago | |
d103e9f4 | refactor: get rid of `dndWrapExternalSource` api | fritz-c <f****c@u****m> | about 8 years ago | |
49be6b4a | test: Update snapshot test | fritz-c <f****c@u****m> | about 8 years ago | |
18d4f639 | Update readme to reflect latest package scripts | fritz-c <f****c@u****m> | about 8 years ago | |
6986a23c | feat(tree-to-tree): Enable tree-to-tree drag-and-drop | fritz-c <f****c@u****m> | about 8 years ago | |
7bfe1154 | fix: External node offset was shifted | fritz-c <f****c@u****m> | about 8 years ago | |
6739988c | tests: Add tests for toggleExpandedForAll util | fritz-c <f****c@u****m> | about 8 years ago | |
f084683c | refactor: Change swapRows util name and add tests | fritz-c <f****c@u****m> | about 8 years ago | |
2e4f64cd | chore: Fix code climate config again | fritz-c <f****c@u****m> | about 8 years ago | |
27aed1fd | chore: Disable extension check on codeclimate | fritz-c <f****c@u****m> | about 8 years ago | |
428c1407 | chore: Fix code climate config | fritz-c <f****c@u****m> | about 8 years ago | |
6685b01b | tests: Have code climate use custom eslint config | fritz-c <f****c@u****m> | about 8 years ago | |
63d3b9b0 | tests: Switch from coveralls to Code Climate | fritz-c <f****c@u****m> | about 8 years ago | |
82a1bcc5 | tests: Use coveralls for test coverage | fritz-c <f****c@u****m> | about 8 years ago | |
a50ec4f3 | tests: Remove extra node variant from travis config | fritz-c <f****c@u****m> | about 8 years ago | |
59269aa0 | tests: Add Travis CI config | fritz-c <f****c@u****m> | about 8 years ago | |
0fbe6e02 | tests: Use storyshots for making snapshot tests of storybook entries | fritz-c <f****c@u****m> | about 8 years ago | |
e014f23a | tests: Implement snapshot test | fritz-c <f****c@u****m> | about 8 years ago | |
1c4643d1 | Adding path argument to the props onToggleVisibility function. | Vasil Pachedzhiev <v****v@n****m> | about 8 years ago | |
71f4757b | docs: open source link in same window | fritz-c <f****c@u****m> | about 8 years ago | |
bb4fca2f | docs: Fix links to source that were trapped in iframe | fritz-c <f****c@u****m> | about 8 years ago | |
9f1f6f15 | chore: Remove other external node example | fritz-c <f****c@u****m> | about 8 years ago | |
347236d8 | chore: fix prettier and lint commands | fritz-c <f****c@u****m> | about 8 years ago | |
519b3396 | docs: Add touch backend example to storybook | fritz-c <f****c@u****m> | about 8 years ago | |
96945ba0 | chore(readme): update readme to mention storybook |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
116ea6b9 | docs: Add storybook for displaying example configurations | fritz-c <f****c@u****m> | about 8 years ago | |
c1b63f6d | chore: Move examples directory to root | fritz-c <f****c@u****m> | about 8 years ago | |
1eec4148 | fix: Make `node` prop of wrapped external node explicitly required | fritz-c <f****c@u****m> | about 8 years ago | |
cb3acf1b | docs: correct and simplify external node example | fritz-c <f****c@u****m> | about 8 years ago | |
d027915e | docs: fix example indentation | fritz-c <f****c@u****m> | about 8 years ago | |
75a084a5 | chore: remove unused config files | fritz-c <f****c@u****m> | about 8 years ago | |
cabc1b76 | chore: Remove some unused config files | fritz-c <f****c@u****m> | about 8 years ago | |
03cec864 | merge Merge pull request #121 from svsool/master |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
fcff2f66 | chore(webpack): Clean up build scripts and make external node example buildable | fritz-c <f****c@u****m> | about 8 years ago | |
74850ce9 | Switch from Karma/Jasmine to Jest | fritz-c <f****c@u****m> | about 8 years ago | |
c855676f | Start moving webpack config into unified file, and upgrade to webpack@3 | fritz-c <f****c@u****m> | about 8 years ago | |
6d7f27f1 | Fixed some typos | Svyatoslav Sobol <s****l@r****i> | about 8 years ago | |
5e4432a3 | chore(webpack): start remaking webpack config | fritz-c <f****c@u****m> | about 8 years ago | |
6119d248 | chore(release): 0.1.21 | fritz-c <f****c@u****m> | about 8 years ago | |
7c54e1ad | chore(package): Put package-lock.json in source control | fritz-c <f****c@u****m> | about 8 years ago | |
4373f6fe | chore(prettier): run prettier | fritz-c <f****c@u****m> | about 8 years ago | |
e636c8f5 | chore(package): Add prettier package script | fritz-c <f****c@u****m> | about 8 years ago | |
b5607a29 | chore(package): update dependencies | fritz-c <f****c@u****m> | about 8 years ago | |
d0e2d971 | chore(lint): Add .prettierrc in anticipation of its use in the next version | fritz-c <f****c@u****m> | about 8 years ago | |
da27c475 | fix: Remove console.log left in after development | fritz-c <f****c@u****m> | about 8 years ago | |
d0e387c2 | Bump version to v0.1.20 | fritz-c <f****c@u****m> | about 8 years ago | |
03d10b6e | merge Merge branch 'stephenc222-add-external-nodes' | fritz-c <f****c@u****m> | about 8 years ago | |
7ec948ae | Restore treeIndex inputs to canDrop callback | fritz-c <f****c@u****m> | about 8 years ago | |
88a3124b | Avoid unintentional react-dnd type collisions | fritz-c <f****c@u****m> | about 8 years ago | |
f57bfb36 | Clean up code and documentation a bit | fritz-c <f****c@u****m> | about 8 years ago | |
fc41ab45 | added an exported helper function for dragging in external nodes | stephenc222 <s****1@g****m> | about 8 years ago | |
bf92c141 | chore(package): update dependencies | fritz-c <f****c@u****m> | over 8 years ago | |
e58083fb | Appease the linter | fritz-c <f****c@u****m> | over 8 years ago | |
7025d2ef | Start using airbnb + prettier for formatting | fritz-c <f****c@u****m> | over 8 years ago | |
2e2de04e | Bump version | fritz-c <f****c@u****m> | over 8 years ago | |
ffdb7dfd | Exclude external libraries in a safer way | fritz-c <f****c@u****m> | over 8 years ago | |
c3be1235 | Changes for npm@5 | fritz-c <f****c@u****m> | over 8 years ago | |
6064f7bd | merge Merge branch 'JimdoDolphin-node_key' | fritz-c <f****c@u****m> | over 8 years ago | |
65bbdc70 | Remove unnecessary getNodeKey calls | fritz-c <f****c@u****m> | over 8 years ago | |
ba5952fc | Use custom node key also when isVirtualized=true | Christopher Blum <c****m@s****m> | over 8 years ago | |
29ec16be | 0.1.18 | fritz-c <f****c@u****m> | over 8 years ago | |
13bf826e | Fix lack of horizontal scrolling. Fixes #95 | fritz-c <f****c@u****m> | over 8 years ago | |
beed903d | Make dragging nodes in from outside somewhat more feasible | fritz-c <f****c@u****m> | over 8 years ago | |
a130e2b0 | Fix broken style in text-align: center environments | fritz-c <f****c@u****m> | over 8 years ago | |
cb67b577 | Put propTypes in its proper place | fritz-c <f****c@u****m> | over 8 years ago | |
7e671553 | Bump version | fritz-c <f****c@u****m> | over 8 years ago | |
2dbab82f | Silence react@15.5.0 warnings | fritz-c <f****c@u****m> | over 8 years ago | |
1f70dfdf | Bump version | fritz-c <f****c@u****m> | over 8 years ago | |
be4e1ef3 | merge Merge branch 'GabiAxel-master' | fritz-c <f****c@u****m> | over 8 years ago | |
357b1720 | Provide prevTreeIndex, and rename nextIndex to nextTreeIndex in canDrop | fritz-c <f****c@u****m> | over 8 years ago | |
c90fad3f | Added `nextIndex` property to `canDrop` parameter object | Gabriel Axel <g****k@g****m> | over 8 years ago | |
8a18222d | Bump version | fritz-c <f****c@u****m> | over 8 years ago | |
fdf0f739 | merge Merge pull request #77 from matheusmatos/master |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
39a75ddc | Explicit button type to prevent form submit | Matheus Matos <m****u@g****m> | over 8 years ago | |
5412e3b2 | Update README.md |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
9ee19b7f | Bump version | fritz-c <f****c@u****m> | over 8 years ago | |
68827e03 | Fix horizontal scrolling (for real this time) | fritz-c <f****c@u****m> | over 8 years ago | |
356922b2 | merge Merge pull request #75 from fritz-c/disable-dragging |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
01b67261 | Add canDrag documentation | fritz-c <f****c@u****m> | over 8 years ago | |
c466552b | Implement basic canDrag functionality | fritz-c <f****c@u****m> | over 8 years ago | |
3d38826b | Update info on IE 9 status |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
ad138f47 | Bump version | fritz-c <f****c@u****m> | over 8 years ago | |
204e803a | merge Merge pull request #73 from fritz-c/react-16-compat |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
ccef3ccf | Make components stateful for compatibility with react-dnd. Fixes #65 | fritz-c <f****c@u****m> | over 8 years ago | |
9a774520 | Make outlines invisible again | fritz-c <f****c@u****m> | over 8 years ago | |
87b0d32f | merge Merge pull request #72 from fritz-c/remove-unused-dep |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
0aff440a | Remove unused dependency |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
a3da56cf | merge Merge pull request #71 from fritz-c/fix-horizontal-scroll |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
59f36402 | Leave horizontal scroll handling to react-virtualized List | fritz-c <f****c@u****m> | over 8 years ago | |
64457f3b | Update react-virtualized | fritz-c <f****c@u****m> | over 8 years ago | |
40ddb310 | merge Merge pull request #70 from fritz-c/can-drop-api |
Fritz <f****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
a52cf404 | Add canDrop example to demo site | fritz-c <f****c@u****m> | over 8 years ago | |
0e5cdb1b | Loosen up propTypes requirements so falsey expressions don't throw errors | fritz-c <f****c@u****m> | over 8 years ago | |
f3e75d6a | Update README with canDrop info | fritz-c <f****c@u****m> | over 8 years ago | |
5bcc982f | Tweak naming | fritz-c <f****c@u****m> | over 8 years ago | |
fc28e416 | Provide prevParent to canDrop API | fritz-c <f****c@u****m> | over 8 years ago |