Skip to content

Commit a8f6522

Browse files
Release v0.15.0
1 parent 7cbf0a1 commit a8f6522

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.15.0] (2025-07-04)
11+
12+
### BREAKING
13+
14+
- Add transition customization to `<SortableList.Root>`.
15+
- Add prefix to the CSS custom properties in the base stylesheet.
16+
17+
### Added
18+
19+
- Add transitions customization to `<SortableList.Item>`.
20+
- Expose the `scaleFade()` and `scaleFly()` transition functions.
21+
22+
### Changed
23+
24+
- Assign a proper default value to announcements.
25+
26+
### Docs
27+
28+
- Update the demo pages to reflect the latest changes.
29+
- Add **“With custom transitions”** demo page.
30+
- Update the README to reflect the latest changes.
31+
1032
## [0.14.1] (2025-07-03)
1133

1234
### Added
@@ -23,10 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2345

2446
- Provide clearer type references in the exposed types and utils.
2547

26-
### Docs
27-
28-
- Update the README to reflect the latest changes.
29-
3048
## [0.14.0] (2025-06-28)
3149

3250
### Performance
@@ -949,7 +967,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
949967
- Add a ghost element to represent the item being dragged and dropped.
950968
- Add base animations.
951969

952-
[unreleased]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.14.1...HEAD
970+
[unreleased]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.15.0...HEAD
971+
[0.15.0]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.14.1...v0.15.0
953972
[0.14.1]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.14.0...v0.14.1
954973
[0.14.0]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.13.2...v0.14.0
955974
[0.13.2]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.13.1...v0.13.2

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.14.1",
3+
"version": "0.15.0",
44
"author": "Rodrigo D’Agostino <rodrigo.dagostino@proton.me>",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)