react-tree-list
react-tree-list copied to clipboard
Draggable tree list component for React
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Hallo again :D It would be nice to have a dropZone at the end of each parent node. The problem is, if you want to drop the node after a...
Hi @bartaxyz, nice work! 👍 I was looking for something like this. The onChange event is triggering multiple times. Maybe there should be an (additional) event onDataChange or onOrderChange. Cheers!...
Defines whether content can be dropped inside an item. Children are still allowed, it's just impossible to drop any more children inside. ```tsx import React, { useState } from "react";...
This parameter defines whether children can or cannot be passed into the item. If `false`, this element also removes all current children. If you want to disallow only additional children...
Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...