File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.16.3] (2025-07-22)
11
+
12
+ ### Changed
13
+
14
+ - Ensure pointer capture is released on pointer up.
15
+ - Simplify the ` getCollidingItem() ` function.
16
+
10
17
## [ 0.16.2] (2025-07-13)
11
18
12
19
### Fixed
@@ -1033,7 +1040,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1033
1040
- Add a ghost element to represent the item being dragged and dropped.
1034
1041
- Add base animations.
1035
1042
1036
- [ unreleased ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.2...HEAD
1043
+ [ unreleased ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.3...HEAD
1044
+ [ 0.16.3 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.2...v0.16.3
1037
1045
[ 0.16.2 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.1...v0.16.2
1038
1046
[ 0.16.1 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.0...v0.16.1
1039
1047
[ 0.16.0 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.15.1...v0.16.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rodrigodagostino/svelte-sortable-list" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 0.16.3 " ,
4
4
"author" : " Rodrigo D’Agostino <rodrigo.dagostino@proton.me>" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments