Skip to content

Commit 54e2a4a

Browse files
committed
v12.1.2
1 parent 653e98d commit 54e2a4a

25 files changed

+38
-37
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.1.1",
21+
"gridstack": "^12.1.2",
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.1.1
2+
* gridstack-item.component.ts 12.1.2
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.1.1
2+
* gridstack-item.component.ts 12.1.2
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/**
2-
* gridstack.component.ts 12.1.1
2+
* gridstack.component.ts 12.1.2
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

6-
import { AfterContentInit, Component, ContentChildren, ElementRef, EventEmitter, Input,
7-
OnDestroy, OnInit, Output, QueryList, Type, ViewChild, ViewContainerRef, reflectComponentType, ComponentRef } from '@angular/core';
6+
import {
7+
AfterContentInit, Component, ContentChildren, ElementRef, EventEmitter, Input,
8+
OnDestroy, OnInit, Output, QueryList, Type, ViewChild, ViewContainerRef, reflectComponentType, ComponentRef
9+
} from '@angular/core';
810
import { NgIf } from '@angular/common';
911
import { Subscription } from 'rxjs';
1012
import { GridHTMLElement, GridItemHTMLElement, GridStack, GridStackNode, GridStackOptions, GridStackWidget } from 'gridstack';

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.1.1
2+
* gridstack.component.ts 12.1.2
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.1.1
2+
* gridstack-item.component.ts 12.1.2
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.1.1:
3756-
version "12.1.1"
3757-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.1.1.tgz#623ea5b6560cc9509252db66fd7a529d70bd2d26"
3758-
integrity sha512-wpfNUkzVBuHJftRRMRQDpH8DPIO5NBdfE0ioIIVoXFePBzqqVTpfgttSs5IJYqO4Uj5LfnJ2fjOmsFEBqpeSwg==
3755+
gridstack@^12.1.2:
3756+
version "12.1.2"
3757+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.1.2.tgz#784f6d55873bb48fa9230c1284f769c9fbf785a8"
3758+
integrity sha512-IC1mkm5xonhAnftwIxsG+B3bawxC61ciKWEvX15ExpVQPbNVN7O9aZZhM7Y/eE4JaIR8PXrdkjd12gMnwNYRLQ==
37593759

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

doc/CHANGES.md

Lines changed: 2 additions & 3 deletions
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-
- [12.1.1-dev (TBD)](#1211-dev-tbd)
8+
- [12.1.2 (2024-05-07)](#1212-2024-05-07)
99
- [12.1.1 (2024-04-28)](#1211-2024-04-28)
1010
- [12.1.0 (2024-04-23)](#1210-2024-04-23)
1111
- [12.0.0 (2025-04-12)](#1200-2025-04-12)
@@ -127,11 +127,10 @@ Change log
127127

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

130-
## 12.1.1-dev (TBD)
130+
## 12.1.2 (2024-05-07)
131131
* fix [#3043](https://github.com/gridstack/gridstack.js/issues/3043) fix `opts.animate` again
132132
* fix [#3048](https://github.com/gridstack/gridstack.js/pull/3048) nested grid resizeToContentCBCheck() fix
133133

134-
135134
## 12.1.1 (2024-04-28)
136135
* fix [#3038](https://github.com/gridstack/gridstack.js/pull/3038) `updateOptions()` fix opts.minRow being undefined
137136

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.1.1",
3+
"version": "12.1.2",
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.1.1",
14+
"gridstack": "^12.1.2",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"react-fast-compare": "^3.2.2"

react/yarn.lock

Lines changed: 4 additions & 4 deletions
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@^12.1.1:
836-
version "12.1.1"
837-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.1.1.tgz#623ea5b6560cc9509252db66fd7a529d70bd2d26"
838-
integrity sha512-wpfNUkzVBuHJftRRMRQDpH8DPIO5NBdfE0ioIIVoXFePBzqqVTpfgttSs5IJYqO4Uj5LfnJ2fjOmsFEBqpeSwg==
835+
gridstack@^12.1.2:
836+
version "12.1.2"
837+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.1.2.tgz#784f6d55873bb48fa9230c1284f769c9fbf785a8"
838+
integrity sha512-IC1mkm5xonhAnftwIxsG+B3bawxC61ciKWEvX15ExpVQPbNVN7O9aZZhM7Y/eE4JaIR8PXrdkjd12gMnwNYRLQ==
839839

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

src/dd-base-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-base-impl.ts 12.1.1
2+
* dd-base-impl.ts 12.1.2
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-draggable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-draggable.ts 12.1.1
2+
* dd-draggable.ts 12.1.2
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-droppable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-droppable.ts 12.1.1
2+
* dd-droppable.ts 12.1.2
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-elements.ts 12.1.1
2+
* dd-elements.ts 12.1.2
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-gridstack.ts

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

src/dd-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-manager.ts 12.1.1
2+
* dd-manager.ts 12.1.2
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-resizable-handle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-resizable-handle.ts 12.1.1
2+
* dd-resizable-handle.ts 12.1.2
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-resizable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-resizable.ts 12.1.1
2+
* dd-resizable.ts 12.1.2
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-touch.ts

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

src/gridstack-engine.ts

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

src/gridstack.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack SASS styles 12.1.1
2+
* gridstack SASS styles 12.1.2
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* GridStack 12.1.1
2+
* GridStack 12.1.2
33
* https://gridstackjs.com/
44
*
55
* Copyright (c) 2021-2024 Alain Dumesny
@@ -1889,7 +1889,7 @@ export class GridStack {
18891889
return this;
18901890
}
18911891

1892-
static GDRev = '12.1.1';
1892+
static GDRev = '12.1.2';
18931893

18941894
/* ===========================================================================================
18951895
* drag&drop methods that used to be stubbed out and implemented in dd-gridstack.ts
@@ -2255,7 +2255,7 @@ export class GridStack {
22552255
this.setAnimation(false);
22562256
this.setAnimation(true, true); // delay adding back
22572257
}
2258-
2258+
22592259
// notify previous grid of removal
22602260
// console.log('drop delete _gridstackNodeOrig') // TEST
22612261
const origNode = el._gridstackNodeOrig;

src/types.ts

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

src/utils.ts

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

0 commit comments

Comments
 (0)