Skip to content

Commit d1b3389

Browse files
committed
moving to stackblitz.com
1 parent a5f1968 commit d1b3389

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ If unsure if lib bug, use slack channel instead: https://join.slack.com/t/gridst
1717

1818
## Steps to reproduce
1919
You **MUST** provide a working demo - keep it simple and avoid frameworks as that could have issues - you can use
20+
21+
plain html: https://stackblitz.com/edit/gridstack-angular
22+
Angular: https://stackblitz.com/edit/gridstack-angular
23+
24+
please don't use jsfiddle.net as my work now blocks that website.
2025
https://jsfiddle.net/adumesny/jqhkry7g
2126

2227
## Expected behavior

angular/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The Angular [wrapper component](projects/lib/src/lib/gridstack.component.ts) <gridstack> is a <b>better way to use Gridstack</b>, but alternative raw [ngFor](projects/demo/src/app/ngFor.ts) or [simple](projects/demo/src/app/simple.ts) demos are also given.
44

5+
Running version can be seen here https://stackblitz.com/edit/gridstack-angular
6+
57
# Dynamic grid items
68

79
this is the recommended way if you are going to have multiple grids (alow drag&drop between) or drag from toolbar to create items, or drag to remove items, etc...

doc/CHANGES.md

Lines changed: 5 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.2.2-dev (TBD)](#1222-dev-tbd)
89
- [12.2.2 (2025-07-06)](#1222-2025-07-06)
910
- [12.2.1 (2025-05-28)](#1221-2025-05-28)
1011
- [12.2.0 (2025-05-27)](#1220-2025-05-27)
@@ -130,6 +131,10 @@ Change log
130131

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

134+
## 12.2.2-dev (TBD)
135+
* fix: [#3099](https://github.com/gridstack/gridstack.js/issues/3099) scroll take into account ScrollContainer position
136+
* fix: [#3102](https://github.com/gridstack/gridstack.js/pull/3102) React demo now support multiple grids
137+
133138
## 12.2.2 (2025-07-06)
134139
* fix: [#3070](https://github.com/gridstack/gridstack.js/pull/3070) incorrect property name 'sizeToContent' when cleaning up invalid attributes
135140
* fix: [#3077](https://github.com/gridstack/gridstack.js/pull/3077) incorrect node._id check

0 commit comments

Comments
 (0)