Skip to content

Commit 9f0d165

Browse files
authored
Merge pull request #3263 from adumesny/master
v12.6.0
2 parents 246fae5 + 6e32cfa commit 9f0d165

24 files changed

Lines changed: 27 additions & 27 deletions

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.5.0-dev
1+
# GridStack Angular Library v12.6.0
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.5.0-dev",
3+
"version": "12.6.0",
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.5.0-dev
2+
* gridstack-item.component.ts 12.6.0
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.5.0-dev
2+
* gridstack-item.component.ts 12.6.0
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.5.0-dev
2+
* gridstack.component.ts 12.6.0
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.5.0-dev
2+
* gridstack.component.ts 12.6.0
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.5.0-dev
2+
* gridstack-item.component.ts 12.6.0
33
* Copyright (c) 2025 Alain Dumesny - see GridStack root license
44
*/
55

doc/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gridstack v12.5.0-dev
1+
# gridstack v12.6.0
22

33
## Classes
44

@@ -4068,7 +4068,7 @@ protected getAllHandles(): HTMLElement[];
40684068

40694069
Defined in: [dd-draggable.ts:88](https://github.com/adumesny/gridstack.js/blob/master/src/dd-draggable.ts#L88)
40704070

4071-
return all handles omitting other nested `.grid-stack-item` children (in case where n.subGrid isn't set for some reason)
4071+
return all handles omitting other nested `.grid-stack-item` children (in case node.subGrid isn't set for some reason)
40724072

40734073
###### Returns
40744074

doc/CHANGES.md

Lines changed: 2 additions & 2 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.5.0-dev (TBD)](#1250-dev-tbd)
8+
- [12.6.0 (2026-04-08)](#1260-2026-04-08)
99
- [12.5.0 (2026-04-05)](#1250-2026-04-05)
1010
- [12.4.2 (2025-12-26)](#1242-2025-12-26)
1111
- [12.4.1 (2025-12-12)](#1241-2025-12-12)
@@ -137,7 +137,7 @@ Change log
137137
- [v0.1.0 (2014-11-18)](#v010-2014-11-18)
138138

139139
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
140-
## 12.5.0-dev (TBD)
140+
## 12.6.0 (2026-04-08)
141141
* feat: [#3250](https://github.com/gridstack/gridstack.js/pull/3250) full RTL support - thank you [Daniel Cohen Gindi](https://github.com/danielgindi)
142142
* fix: [#3261](https://github.com/gridstack/gridstack.js/pull/3261) prepareDragDrop() returns for disable after deletion
143143
* fix: [#3262](https://github.com/gridstack/gridstack.js/pull/3262) DDDraggable fix to querySelectorAll(handle) for nested grid

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

0 commit comments

Comments
 (0)