File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ yarn-error.log*
2121# ide
2222.vscode
2323.idea
24+ .serena
2425
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 4.0.1 (May 26, 2026)
4+
5+ - Locked aspect ratio drags now track the cursor via orthogonal projection
6+ onto the ` w = ratio·h ` line instead of snapping to whichever axis had the
7+ larger delta. Closes [ #222 ] ( https://github.com/react-grid-layout/react-resizable/issues/222 ) .
8+ - Convert the example app to TypeScript and fix the broken examples build
9+ (webpack entry pointed at ` examples/example.js ` after the 4.0.0 TS
10+ conversion). Affects the GitHub Pages demo / ` yarn dev ` only; the
11+ published package was unaffected. ([ #261 ] ( https://github.com/react-grid-layout/react-resizable/pull/261 ) )
12+
313### 4.0.0 (May 12, 2026)
414
515This release converts the library from Flow to TypeScript and ships bundled
You can’t perform that action at this time.
0 commit comments