Skip to content

Commit dbab61a

Browse files
Release v0.15.1
1 parent 384c968 commit dbab61a

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1024
## [0.15.0] (2025-07-04)
1125

1226
### BREAKING
@@ -967,7 +981,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
967981
- Add a ghost element to represent the item being dragged and dropped.
968982
- Add base animations.
969983

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
971986
[0.15.0]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.14.1...v0.15.0
972987
[0.14.1]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.14.0...v0.14.1
973988
[0.14.0]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.13.2...v0.14.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.15.0",
3+
"version": "0.15.1",
44
"author": "Rodrigo D’Agostino <rodrigo.dagostino@proton.me>",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)