Skip to content

Commit 340d5ad

Browse files
committed
v12.4.2
1 parent 183ef01 commit 340d5ad

24 files changed

+30
-26
lines changed

angular/doc/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GridStack Angular Library v12.4.1-dev
1+
# GridStack Angular Library v12.4.2
22

33
## Modules
44

angular/projects/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack-angular",
3-
"version": "12.4.1-dev",
3+
"version": "12.4.2",
44
"peerDependencies": {
55
"@angular/common": ">=14",
66
"@angular/core": ">=14"

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

doc/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gridstack v12.4.1-dev
1+
# gridstack v12.4.2
22

33
## Classes
44

doc/CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ 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.4.0 (2025-12-12)](#1240-2025-12-12)
8+
- [12.4.2 (2025-12-26)](#1242-2025-12-26)
9+
- [12.4.1 (2025-12-12)](#1241-2025-12-12)
910
- [12.3.3 (2025-08-13)](#1233-2025-08-13)
1011
- [12.3.2 (2025-08-12)](#1232-2025-08-12)
1112
- [12.3.1 (2025-08-11)](#1231-2025-08-11)
@@ -135,7 +136,10 @@ Change log
135136

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

138-
## 12.4.0 (2025-12-12)
139+
## 12.4.2 (2025-12-26)
140+
* regression: [#3214](https://github.com/gridstack/gridstack.js/issues/3214) touch device with real mouse event fix (caused by #3191 in last release)
141+
142+
## 12.4.1 (2025-12-12)
139143
* feat: [#3104](https://github.com/gridstack/gridstack.js/issues/3104) Custom resize div element target - thank you [Marvin Heilemann](https://github.com/muuvmuuv)
140144
* fix: [#3181](https://github.com/gridstack/gridstack.js/issues/3181) re-initing from DOM missing x:0, y:0 messing layout
141145
* fix: [#3191](https://github.com/gridstack/gridstack.js/pull/3191) touch issue on Linux

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.4.1-dev",
3+
"version": "12.4.2",
44
"license": "MIT",
55
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
66
"contributors": [

0 commit comments

Comments
 (0)