File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/svelte-file-tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
### Minor Changes
6
6
7
7
- 1063795:
8
- feat: add virtualization
9
- feat: add ` isItemHidden ` prop to control item visibility
10
- feat: add ` TreeItemState.order ` property, which is the render index of the item in the tree
11
- breaking: ` TreeProps.isItemDisabled ` must be a function
12
- breaking: remove ` TreeProps.onClipboardChange `
13
- breaking: remove ` TreeProps.onChildrenChange `
14
- breaking: remove ` Tree.copyToClipboard ` method
8
+ feat: add virtualization
9
+ feat: add ` isItemHidden ` prop to control item visibility
10
+ feat: add ` TreeItemState.order ` property, which is the render index of the item in the tree
11
+ breaking: ` TreeProps.isItemDisabled ` must be a function
12
+ breaking: remove ` TreeProps.onClipboardChange `
13
+ breaking: remove ` TreeProps.onChildrenChange `
14
+ breaking: remove ` Tree.copyToClipboard ` method
15
15
- 80a4ba6: feat: add ` canDrag ` and ` canDrop ` props to ` Tree `
16
16
17
17
## 0.10.0
You can’t perform that action at this time.
0 commit comments