You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ But also:
17
17
- ✅ Designed to integrate beautifully with Svelte and SvelteKit
18
18
- ✅ Less than 14kB minified / 4kB minified gzipped
19
19
20
+
## BREAKING CHANGE (v0.0.39)
21
+
22
+
The latest 0.0.39 release switches to using "change" instead of "select" as the event fired when the selected item changes for semantic correctness and to better match native inputs. Be sure to change listeners from `on:select` to `on:change`!
23
+
20
24
## Installation
21
25
22
26
Install using your package manager of choice, e.g.
0 commit comments