File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
103103 "react" : " >= 16.3.0" ,
104104 "react-dom" : " >= 16.3.0"
105105 }
106- }
106+ }
You can’t perform that action at this time.
0 commit comments