File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
packages/svelte-file-tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# svelte-file-tree
2
2
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: pass ` copies ` to ` onCopy ` and ` canCopy ` callbacks.
8
+ - feat: add prop ` TreeProps.defaultClipboardIds ` .
9
+ - feat: add prop ` TreeProps.clipboardIds ` .
10
+ - feat: add bindable prop ` TreeProps.pasteOperation ` .
11
+ - breaking: remove prop ` TreeProps.clipboard ` .
12
+ - breaking: ` TreeProps.onClipboardChange ` callback now receives ` clipboardIds ` and ` pasteOperation ` instead of ` clipboard ` .
13
+ - fix: ` TreeProps.onClipboardChange ` was previously not always called when the clipboard changes.
14
+
3
15
## 0.7.0
4
16
5
17
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-file-tree" ,
3
- "version" : " 0.7 .0" ,
3
+ "version" : " 0.8 .0" ,
4
4
"type" : " module" ,
5
5
"scripts" : {
6
6
"dev" : " svelte-kit sync && svelte-package --watch" ,
You can’t perform that action at this time.
0 commit comments