Skip to content

Commit f55a11a

Browse files
committed
11.5.0-dev
1 parent 0c9c8bb commit f55a11a

22 files changed

+23
-22
lines changed

Diff for: 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.5.0
2+
* gridstack-item.component.ts 11.5.0-dev
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

Diff for: 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.5.0
2+
* gridstack-item.component.ts 11.5.0-dev
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

Diff for: angular/projects/lib/src/lib/gridstack.component.ts

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

Diff for: 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.5.0
2+
* gridstack.component.ts 11.5.0-dev
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

Diff for: 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.5.0
2+
* gridstack-item.component.ts 11.5.0-dev
33
* Copyright (c) 2025 Alain Dumesny - see GridStack root license
44
*/
55

Diff for: doc/CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Change log
121121
- [v0.1.0 (2014-11-18)](#v010-2014-11-18)
122122

123123
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
124+
## 11.5.0-dev (TBD)
124125

125126
## 11.5.0 (2025-03-16)
126127
* feat: [#2975](https://github.com/gridstack/gridstack.js/pull/2975) `prepareDragDrop(el, force)` option to force re-creation of the drag&drop event binding

Diff for: package.json

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

Diff for: 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.5.0
2+
* dd-base-impl.ts 11.5.0-dev
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

Diff for: src/dd-draggable.ts

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

Diff for: src/dd-droppable.ts

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

Diff for: src/dd-element.ts

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

Diff for: src/dd-gridstack.ts

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

Diff for: src/dd-manager.ts

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

Diff for: 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.5.0
2+
* dd-resizable-handle.ts 11.5.0-dev
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

Diff for: src/dd-resizable.ts

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

Diff for: src/dd-touch.ts

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

Diff for: src/gridstack-engine.ts

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

Diff for: src/gridstack-poly.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
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)
2+
* gridstack-poly.ts 11.5.0-dev 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

Diff for: src/gridstack.scss

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

Diff for: src/gridstack.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* GridStack 11.5.0
2+
* GridStack 11.5.0-dev
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.5.0';
1990+
static GDRev = '11.5.0-dev';
19911991

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

Diff for: src/types.ts

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

Diff for: src/utils.ts

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

0 commit comments

Comments
 (0)