@@ -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
0 commit comments