Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading