Skip to content

Commit b6b2c53

Browse files
committed
docs(changelog): add 4.0.1 entry
1 parent ff0e4f4 commit b6b2c53

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ yarn-error.log*
2121
# ide
2222
.vscode
2323
.idea
24+
.serena
2425

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

515
This release converts the library from Flow to TypeScript and ships bundled

0 commit comments

Comments
 (0)