Skip to content

Commit 6a71958

Browse files
committed
v12.5.0-dev
1 parent 9186189 commit 6a71958

23 files changed

Lines changed: 87 additions & 79 deletions

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

doc/API.md

Lines changed: 61 additions & 57 deletions
Large diffs are not rendered by default.

doc/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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)
89
- [12.5.0 (2026-04-05)](#1250-2026-04-05)
910
- [12.4.2 (2025-12-26)](#1242-2025-12-26)
1011
- [12.4.1 (2025-12-12)](#1241-2025-12-12)
@@ -136,6 +137,9 @@ Change log
136137
- [v0.1.0 (2014-11-18)](#v010-2014-11-18)
137138

138139
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
140+
## 12.5.0-dev (TBD)
141+
* feat: [#3250](https://github.com/gridstack/gridstack.js/pull/3250) full RTL support - thank you [Daniel Cohen Gindi](https://github.com/danielgindi)
142+
139143
## 12.5.0 (2026-04-05)
140144
* fix: [#3237](https://github.com/gridstack/gridstack.js/pull/3237) updateOptions() fixes for columnOpts, maxRow. load() not cloning
141145
* fix: [#3241](https://github.com/gridstack/gridstack.js/pull/3241) drifting rounding issue when cellHeight is small/fraction

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

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

0 commit comments

Comments
 (0)