Skip to content

Commit

Permalink
release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Nov 24, 2023
1 parent 38b0428 commit f5f3b5d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.4 (Nov 28, 2023)

### Bugfixes

- 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)
- 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)
- Various lint/dependency fixes.

## 1.4.3 (Nov 8, 2023)

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion dist/react-grid-layout.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-grid-layout.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-grid-layout",
"version": "1.4.3",
"version": "1.4.4",
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f5f3b5d

Please sign in to comment.