Skip to content

Commit 4d42aec

Browse files
Release v0.16.3
1 parent 4d23b6e commit 4d42aec

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1017
## [0.16.2] (2025-07-13)
1118

1219
### Fixed
@@ -1033,7 +1040,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10331040
- Add a ghost element to represent the item being dragged and dropped.
10341041
- Add base animations.
10351042

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
10371045
[0.16.2]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.1...v0.16.2
10381046
[0.16.1]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.0...v0.16.1
10391047
[0.16.0]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.15.1...v0.16.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rodrigodagostino/svelte-sortable-list",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"author": "Rodrigo D’Agostino <rodrigo.dagostino@proton.me>",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)