Skip to content

Commit f929933

Browse files
committed
bump version
1 parent ff36a31 commit f929933

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/svelte-file-tree/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte-file-tree
22

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+
315
## 0.7.0
416

517
### Minor Changes

packages/svelte-file-tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-file-tree",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"type": "module",
55
"scripts": {
66
"dev": "svelte-kit sync && svelte-package --watch",

0 commit comments

Comments
 (0)