We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad00d1e commit e1fc930Copy full SHA for e1fc930
.changeset/brave-chefs-crash.md
packages/svelte-ux/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte-ux
2
3
+## 0.76.0
4
+
5
+### Minor Changes
6
7
+- feat(Selection): Add `change` event. Resolves #520 ([`ad00d1e`](https://github.com/techniq/svelte-ux/commit/ad00d1e3dd43a01f205444a659efea2df11b3edb))
8
9
## 0.75.5
10
11
### Patch Changes
packages/svelte-ux/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/svelte-ux",
- "version": "0.75.5",
+ "version": "0.76.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
0 commit comments