From a8a791bf94dcef58d942a1f0ae4fad199413ba65 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Fri, 12 Dec 2025 11:11:54 -0800 Subject: [PATCH 1/2] doc update --- doc/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 25afbfb32..e03dbc4bb 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -140,7 +140,7 @@ Change log * fix: [#3181](https://github.com/gridstack/gridstack.js/issues/3181) re-initing from DOM missing x:0, y:0 messing layout * fix: [#3191](https://github.com/gridstack/gridstack.js/pull/3191) touch issue on Linux * fix: [#3194](https://github.com/gridstack/gridstack.js/pull/3194) `updateOption()` update lazyLoad -* fix: [#3200](https://github.com/gridstack/gridstack.js/pull/3200) updating higher column layout can cause negative values in `layoutsNodesChange()` +* fix: [#3201](https://github.com/gridstack/gridstack.js/pull/3201) updating higher column layout can cause negative values in `layoutsNodesChange()` ## 12.3.3 (2025-08-13) * fix: [#3139](https://github.com/gridstack/gridstack.js/pull/3139) `Utils:removeInternalForSave()` to skip arrays From 3500075fa333ad72e6910b32c61521263db35157 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Fri, 12 Dec 2025 13:36:03 -0800 Subject: [PATCH 2/2] test --- doc/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CHANGES.md b/doc/CHANGES.md index e03dbc4bb..407701909 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -140,7 +140,7 @@ Change log * fix: [#3181](https://github.com/gridstack/gridstack.js/issues/3181) re-initing from DOM missing x:0, y:0 messing layout * fix: [#3191](https://github.com/gridstack/gridstack.js/pull/3191) touch issue on Linux * fix: [#3194](https://github.com/gridstack/gridstack.js/pull/3194) `updateOption()` update lazyLoad -* fix: [#3201](https://github.com/gridstack/gridstack.js/pull/3201) updating higher column layout can cause negative values in `layoutsNodesChange()` +* fix: [#3201](https://github.com/gridstack/gridstack.js/pull/3201) updating higher column layout can cause negative values in `layoutsNodesChange()`. ## 12.3.3 (2025-08-13) * fix: [#3139](https://github.com/gridstack/gridstack.js/pull/3139) `Utils:removeInternalForSave()` to skip arrays