File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.17.0] (2025-08-10)
11+
12+ ### Test
13+
14+ - Add base E2E tests.
15+
16+ ### Changed
17+
18+ - Use ` children ` instead of ` childNodes ` when cloning the dragged item content.
19+ - Improve ` ghostRef ` existence checks.
20+
21+ ### Chore
22+
23+ - Add Playwright.
24+ - Set up Playwright GitHub actions.
25+ - Update Playwright config to better handle flaky tests.
26+
27+ ### Docs
28+
29+ - Improve feature showcase in the ** “With boundaries”** , ** “With locked axis”** and ** “With custom transitions”** demo pages.
30+ - Replace the vertical bar (` | ` ) with an em dash (` — ` ) in the demo page titles.
31+ - Capitalize every list item text.
32+
1033## [ 0.16.5] (2025-07-29)
1134
1235### BREAKING
@@ -1092,7 +1115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10921115- Add a ghost element to represent the item being dragged and dropped.
10931116- Add base animations.
10941117
1095- [ unreleased ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.5...HEAD
1118+ [ unreleased ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.17.0...HEAD
1119+ [ 0.17.0 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.5...v0.17.0
10961120[ 0.16.5 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.4...v0.16.5
10971121[ 0.16.4 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.3...v0.16.4
10981122[ 0.16.3 ] : https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.2...v0.16.3
Original file line number Diff line number Diff line change 11{
22 "name" : " @rodrigodagostino/svelte-sortable-list" ,
3- "version" : " 0.16.5 " ,
3+ "version" : " 0.17.0 " ,
44 "author" : " Rodrigo D’Agostino <rodrigo.dagostino@proton.me>" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments