Skip to content

Commit 9398b4b

Browse files
update fork
1 parent 7a575f4 commit 9398b4b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

3+
## 1.5.0-formant (oct 31, 2024)
4+
- Applied patch fixing the resize handle lagging behind cursor. https://github.com/react-grid-layout/react-resizable/issues/237
5+
36
## 1.4.4 (Nov 28, 2023)
47

58
### Bugfixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React-Grid-Layout
1+
# React-Grid-Layout (Fork)
22

33
[![travis build](https://travis-ci.org/STRML/react-grid-layout.svg?branch=master)](https://travis-ci.org/STRML/react-grid-layout)
44
[![CDNJS](https://img.shields.io/cdnjs/v/react-grid-layout.svg)](https://cdnjs.com/libraries/react-grid-layout)

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-grid-layout",
3-
"version": "1.5.0",
2+
"name": "@formant/react-grid-layout",
3+
"version": "1.5.0-formant",
44
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "[email protected]:STRML/react-grid-layout.git"
21+
"url": "[email protected]:formantIO/react-grid-layout.git"
2222
},
2323
"keywords": [
2424
"react",

0 commit comments

Comments
 (0)