Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a596e20

Browse files
Merge pull request gridstack#3064 from adumesny/master
v12.2.1 fix `GridStack.updateCB(w)` crash
2 parents b269446 + 7dd3819 commit a596e20

25 files changed

+36
-32
lines changed

‎angular/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^14",
1919
"@angular/platform-browser-dynamic": "^14",
2020
"@angular/router": "^14",
21-
"gridstack": "^12.2.0",
21+
"gridstack": "^12.2.1",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.11.4"

‎angular/projects/lib/src/lib/base-widget.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-item.component.ts 12.2.0
2+
* gridstack-item.component.ts 12.2.1
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

‎angular/projects/lib/src/lib/gridstack-item.component.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-item.component.ts 12.2.0
2+
* gridstack-item.component.ts 12.2.1
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

‎angular/projects/lib/src/lib/gridstack.component.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.component.ts 12.2.0
2+
* gridstack.component.ts 12.2.1
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

‎angular/projects/lib/src/lib/gridstack.module.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.component.ts 12.2.0
2+
* gridstack.component.ts 12.2.1
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

‎angular/projects/lib/src/lib/types.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-item.component.ts 12.2.0
2+
* gridstack-item.component.ts 12.2.1
33
* Copyright (c) 2025 Alain Dumesny - see GridStack root license
44
*/
55

‎angular/yarn.lock‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3752,10 +3752,10 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4,
37523752
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
37533753
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
37543754

3755-
gridstack@^12.2.0:
3756-
version "12.2.0"
3757-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.2.0.tgz#5c3f8ef35374daffe6d863ce198c77c8067977f3"
3758-
integrity sha512-xvOGd8guyRO5A2LKFRYy4DALNVd20TlrN/88Ad0q6zJOyE9EJt1htB1LWpWMgWmOJPf1YDIR0PPCbV3PqHCTgg==
3755+
gridstack@^12.2.1:
3756+
version "12.2.1"
3757+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.2.1.tgz#0e82e3d9d11e5229388d73bd57f8ef1a0e7059c4"
3758+
integrity sha512-xU69tThmmVxgMHTuM/z3rIKiiGm0zW4tcB6yRcuwiOUUBiwb3tslzFOrUjWz+PwaxoAW+JChT4fqOLl+oKAxZA==
37593759

37603760
handle-thing@^2.0.0:
37613761
version "2.0.1"

‎doc/CHANGES.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Change log
55
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
66
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
77

8+
- [12.2.1 (2025年05月28日)](#1221-2025年05月28日)
89
- [12.2.0 (2025年05月27日)](#1220-2025年05月27日)
910
- [12.1.2 (2024年05月07日)](#1212-2024年05月07日)
1011
- [12.1.1 (2024年04月28日)](#1211-2024年04月28日)
@@ -128,6 +129,9 @@ Change log
128129

129130
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
130131

132+
## 12.2.1 (2025年05月28日)
133+
* fix: [#3064](https://github.com/gridstack/gridstack.js/pull/3064) fix `GridStack.updateCB(w)` crash
134+
131135
## 12.2.0 (2025年05月27日)
132136
* feat: [#3061](https://github.com/gridstack/gridstack.js/pull/3061) added `GridStack.updateCB(w)` that gets called after a widget has been updated (eg: load() after initial layout) instead of created
133137

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "12.2.0",
3+
"version": "12.2.1",
44
"license": "MIT",
55
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
66
"contributors": [

‎react/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"gridstack": "^12.2.0",
14+
"gridstack": "^12.2.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"react-fast-compare": "^3.2.2"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /