Skip to content

Commit eefb704

Browse files
committed
release v4.5.0
1 parent eba2308 commit eefb704

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 4.5.0 (Jun 25, 2025)
4+
5+
- Internal: Update clsx version (#754)
6+
- Fix: bounds="selector" functionality when in a Shadow DOM tree. (#763)
7+
- Perf: Update nodeRef type for React v19 compatibility (#769)
8+
- Fix: forgotten requestAnimationFrame call (#773)
9+
- Perf: setState in lifecycles + forced reflow (#556)
10+
- Fix: add allowMobileScroll prop to allow for clicks to optionally pass through on mobile (#760)
11+
312
### 4.4.6 (Sep 27, 2023)
413

514
- Fix: state inconsistency in React 18 #699

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "4.4.6",
3+
"version": "4.5.0",
44
"description": "React draggable component",
55
"main": "build/cjs/cjs.js",
66
"unpkg": "build/web/react-draggable.min.js",
@@ -103,4 +103,4 @@
103103
"react": ">= 16.3.0",
104104
"react-dom": ">= 16.3.0"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)