File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 5
5
"svelte-ux" : " 1.0.0"
6
6
},
7
7
"changesets" : [
8
+ " clear-regions-listen" ,
8
9
" cuddly-coins-tease" ,
9
10
" fair-bugs-carry" ,
11
+ " four-bears-join" ,
10
12
" green-maps-bathe" ,
11
13
" loose-baths-make" ,
12
14
" major-turkeys-ask" ,
13
15
" nice-onions-sell" ,
16
+ " open-hats-arrive" ,
14
17
" ready-planets-deny" ,
15
18
" wide-months-rescue" ,
16
19
" witty-spies-divide"
Original file line number Diff line number Diff line change 1
1
# svelte-ux
2
2
3
+ ## 2.0.0-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(MultiSelect): Fix reactivity scope for filteredSelectedOptions and filteredUnselectedOptions. Issue #594 ([ #571 ] ( https://github.com/techniq/svelte-ux/pull/571 ) )
8
+
9
+ - fix: Update deps including @layerstack/utils with improved format ([ #571 ] ( https://github.com/techniq/svelte-ux/pull/571 ) )
10
+
11
+ - fix(DateRangeField): Include year when displaying month selection ([ #571 ] ( https://github.com/techniq/svelte-ux/pull/571 ) )
12
+
3
13
## 2.0.0-next.5
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 4
4
"author" :
" Sean Lynch <[email protected] >" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " techniq/svelte-ux" ,
7
- "version" : " 2.0.0-next.5 " ,
7
+ "version" : " 2.0.0-next.6 " ,
8
8
"scripts" : {
9
9
"dev" : " vite dev --port 3001" ,
10
10
"build" : " vite build" ,
You can’t perform that action at this time.
0 commit comments