Skip to content

Commit f5f3b5d

Browse files
committedNov 24, 2023
release 1.4.4
1 parent 38b0428 commit f5f3b5d

4 files changed

+11
-3
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.4.4 (Nov 28, 2023)
4+
5+
### Bugfixes
6+
7+
- Fix position logic when draggable item is dragged into the grid. We no longer use the deprecated / non-standard `e.nativeEvent.layer{X,Y}` properties. [#1915](https://github.com/react-grid-layout/react-grid-layout/pull/1915)
8+
- Fix drag values according to containerPadding. Previously, when dragging an item, the intuited position within the grid was *not* modified by `containerPadding`, causing it to off by that value. On most grids, this is only set to `[10, 10]`, so this may not have been noticeable, but for higher values it was very obvious. Thanks @hywlss9. [#1323](https://github.com/react-grid-layout/react-grid-layout/pull/1323)
9+
- Various lint/dependency fixes.
10+
311
## 1.4.3 (Nov 8, 2023)
412

513
### Bugfixes

‎dist/react-grid-layout.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/react-grid-layout.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-grid-layout",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.