File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.15.1] (2025-07-11)
11
+
12
+ ### BREAKING
13
+
14
+ - Replace the transition function ` scaleFade() ` with ` scaleFly() ` (and remove the first one).
15
+
16
+ ### Changed
17
+
18
+ - Move the ` <SortableList.Root> ` ` outline-offset ` definition into the base stylesheet.
19
+
20
+ ### Docs
21
+
22
+ - Update the README to reflect the latest changes.
23
+
10
24
## [ 0.15.0] (2025-07-04)
11
25
12
26
### BREAKING
@@ -967,7 +981,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
967
981
- Add a ghost element to represent the item being dragged and dropped.
968
982
- Add base animations.
969
983
970
- [ unreleased ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.15.0...HEAD
984
+ [ unreleased ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.15.1...HEAD
985
+ [ 0.15.1 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.15.0...v0.15.1
971
986
[ 0.15.0 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.14.1...v0.15.0
972
987
[ 0.14.1 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.14.0...v0.14.1
973
988
[ 0.14.0 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.13.2...v0.14.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rodrigodagostino/svelte-sortable-list" ,
3
- "version" : " 0.15.0 " ,
3
+ "version" : " 0.15.1 " ,
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