From 01787464100b525722a9adfc43edf0fdbcff4ecc Mon Sep 17 00:00:00 2001 From: Sami Odeh Date: Fri, 17 Jul 2026 21:51:21 +0300 Subject: [PATCH] chore: release 2.0.17 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 123a59a..418998a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.0.17 (2026-07-17) + +### Bug Fixes + +- Flush pending drop cleanup so a fast second drag (or a cancel) no longer races the ~200ms drop-snap animation timeout, which could leave the previous row hidden or corrupt drag state +- Skip the post-shift transform frame when the drag has already ended + +### Chores + +- Bump `styled-components`, `typescript-eslint`, and `vite` devDependencies + ## 1.0.0 (2025-03-14) ### Features diff --git a/package-lock.json b/package-lock.json index a1eb2af..e16b500 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-table-dnd", - "version": "2.0.16", + "version": "2.0.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-table-dnd", - "version": "2.0.16", + "version": "2.0.17", "license": "MIT", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index e2e8098..2453b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-table-dnd", - "version": "2.0.16", + "version": "2.0.17", "type": "module", "description": "Sortable table with draggable rows and columns", "main": "dist/index.cjs.js",