Skip to content

Commit 0c9c8bb

Browse files
committed
v11.5.0
1 parent 5321400 commit 0c9c8bb

26 files changed

+35
-35
lines changed

angular/package.json

+1-1
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": "^11.4.0",
21+
"gridstack": "^11.5.0",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.11.4"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-item.component.ts 11.4.0-dev
2+
* gridstack-item.component.ts 11.5.0
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-item.component.ts 11.4.0-dev
2+
* gridstack-item.component.ts 11.5.0
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.component.ts 11.4.0-dev
2+
* gridstack.component.ts 11.5.0
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

@@ -57,7 +57,7 @@ export class GridstackComponent implements OnInit, AfterContentInit, OnDestroy {
5757
/** initial options for creation of the grid */
5858
@Input() public set options(o: GridStackOptions) {
5959
if (this._grid) {
60-
// this._grid.updateOptions(o); // new API
60+
this._grid.updateOptions(o);
6161
} else {
6262
this._options = o;
6363
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.component.ts 11.4.0-dev
2+
* gridstack.component.ts 11.5.0
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-item.component.ts 11.4.0-dev
2+
* gridstack-item.component.ts 11.5.0
33
* Copyright (c) 2025 Alain Dumesny - see GridStack root license
44
*/
55

angular/yarn.lock

+4-4
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@^11.4.0:
3756-
version "11.4.0"
3757-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-11.4.0.tgz#5d98a471c90a3e8c478382ac71f5a63551eb83c4"
3758-
integrity sha512-V1faqcHZjbXODt/cMg8a0aIN1uqqR4R5lENTls3sP8vbArvHrYAa9UPzzJWR6+RqPMLxmFG/OG2Evnmu/XOE9A==
3755+
gridstack@^11.5.0:
3756+
version "11.5.0"
3757+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-11.5.0.tgz#ecd507776db857f3308d37a8fd67d6a24c7fdd74"
3758+
integrity sha512-SE1a/aC2K8VKQr5cqV7gSJ+r/xIYghijIjHzkZ3Xo3aS1/4dvwIgPYT7QqgV1z+d7XjKYUPEizcgVQ5HhdFTng==
37593759

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

doc/CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-
- [11.4.0-dev (TBD)](#1140-dev-tbd)
8+
- [11.5.0 (2025-03-16)](#1150-2025-03-16)
99
- [11.4.0 (2025-02-27)](#1140-2025-02-27)
1010
- [11.3.0 (2025-01-26)](#1130-2025-01-26)
1111
- [11.2.0 (2024-12-29)](#1120-2024-12-29)
@@ -122,7 +122,7 @@ Change log
122122

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

125-
## 11.4.0-dev (TBD)
125+
## 11.5.0 (2025-03-16)
126126
* feat: [#2975](https://github.com/gridstack/gridstack.js/pull/2975) `prepareDragDrop(el, force)` option to force re-creation of the drag&drop event binding
127127
* feat: [#2989](https://github.com/gridstack/gridstack.js/pull/2989) new `updateOptions(o: GridStackOptions)` to update PARTIAL list of options after grid as been created
128128
* fix: [#2980](https://github.com/gridstack/gridstack.js/issues/2980) dd-touch circular dependency

package.json

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

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"gridstack": "^11.4.0",
14+
"gridstack": "^11.5.0",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"react-fast-compare": "^3.2.2"

react/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,10 @@ graphemer@^1.4.0:
832832
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
833833
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
834834

835-
gridstack@^11.4.0:
836-
version "11.4.0"
837-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-11.4.0.tgz#5d98a471c90a3e8c478382ac71f5a63551eb83c4"
838-
integrity sha512-V1faqcHZjbXODt/cMg8a0aIN1uqqR4R5lENTls3sP8vbArvHrYAa9UPzzJWR6+RqPMLxmFG/OG2Evnmu/XOE9A==
835+
gridstack@^11.5.0:
836+
version "11.5.0"
837+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-11.5.0.tgz#ecd507776db857f3308d37a8fd67d6a24c7fdd74"
838+
integrity sha512-SE1a/aC2K8VKQr5cqV7gSJ+r/xIYghijIjHzkZ3Xo3aS1/4dvwIgPYT7QqgV1z+d7XjKYUPEizcgVQ5HhdFTng==
839839

840840
has-flag@^4.0.0:
841841
version "4.0.0"

src/dd-base-impl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-base-impl.ts 11.4.0-dev
2+
* dd-base-impl.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-draggable.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-draggable.ts 11.4.0-dev
2+
* dd-draggable.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-droppable.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-droppable.ts 11.4.0-dev
2+
* dd-droppable.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-element.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-elements.ts 11.4.0-dev
2+
* dd-elements.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-gridstack.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-gridstack.ts 11.4.0-dev
2+
* dd-gridstack.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-manager.ts 11.4.0-dev
2+
* dd-manager.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-resizable-handle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-resizable-handle.ts 11.4.0-dev
2+
* dd-resizable-handle.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-resizable.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-resizable.ts 11.4.0-dev
2+
* dd-resizable.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-touch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* touch.ts 11.4.0-dev
2+
* touch.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack-engine.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-engine.ts 11.4.0-dev
2+
* gridstack-engine.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack-poly.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-poly.ts 11.4.0-dev used for IE and older browser support (not supported in v2-v4.3.1, but again in v4.4)
2+
* gridstack-poly.ts 11.5.0 used for IE and older browser support (not supported in v2-v4.3.1, but again in v4.4)
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack SASS styles 11.4.0-dev
2+
* gridstack SASS styles 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* GridStack 11.4.0-dev
2+
* GridStack 11.5.0
33
* https://gridstackjs.com/
44
*
55
* Copyright (c) 2021-2024 Alain Dumesny
@@ -1987,7 +1987,7 @@ export class GridStack {
19871987
return this;
19881988
}
19891989

1990-
static GDRev = '11.4.0-dev';
1990+
static GDRev = '11.5.0';
19911991

19921992
/* ===========================================================================================
19931993
* drag&drop methods that used to be stubbed out and implemented in dd-gridstack.ts

src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* types.ts 11.4.0-dev
2+
* types.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* utils.ts 11.4.0-dev
2+
* utils.ts 11.5.0
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

0 commit comments

Comments
 (0)