Skip to content

Commit b627718

Browse files
authored
v12.3.0 (#3126)
* 🔧 Fix broken Angular Guide link in TypeDoc documentation - Updated angular/typedoc.html.json to point Angular Guide to index.html instead of README.md - Regenerated Angular HTML documentation with correct links - The Angular Guide link now properly navigates to the main Angular docs page Fixes: https://gridstackjs.com/angular/doc/html/modules.html Angular Guide link * doc link fixes, npm pack tweaks * v12.3.0
1 parent 3931df0 commit b627718

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "^14",
2222
"@angular/platform-browser-dynamic": "^14",
2323
"@angular/router": "^14",
24-
"gridstack": "^12.2.2",
24+
"gridstack": "^12.3.0",
2525
"rxjs": "~7.5.0",
2626
"tslib": "^2.3.0",
2727
"zone.js": "~0.11.4"

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.2.2:
3756-
version "12.2.2"
3757-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.2.2.tgz#a9ec300cefc93516bcb8dd966510a728027be358"
3758-
integrity sha512-eK9XAbBWQp+QniqL6ipvofWSrCelm46j5USag73LNq8tOWSL2DeeGBWU9mTibLI6i66n0r7xYS+1/g2qqTqKcw==
3755+
gridstack@^12.3.0:
3756+
version "12.3.0"
3757+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.3.0.tgz#248c466706f65bc76672ed9c36c61dd0ff507158"
3758+
integrity sha512-k+ILHDuZgoM+HmxoLTZ4EK4Vr/Ow4OK/MJkHp+cl/ZHo5m3J/oXP2wG4c512PTUeGPGCU8m7XHJCxerkp7lY5g==
37593759

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

doc/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Change log
133133

134134
## 12.3.0 (2025-08-10)
135135
* feat: [#3047](https://github.com/gridstack/gridstack.js/issues/3047) added `.grid-stack-dragging` to grid when child is being dragged so we can set `cursor:grabbing`. Updated demo.
136+
* feat: now using typedoc to generate doc (HTML and markup) from code. improved code examples and comments.
136137
* fix: [#3099](https://github.com/gridstack/gridstack.js/issues/3099) scroll take into account ScrollContainer position
137138
* fix: [#3102](https://github.com/gridstack/gridstack.js/pull/3102) React demo now support multiple grids
138139
* fix: [#3021](https://github.com/gridstack/gridstack.js/issues/3021) correctly reset widget back (to last known position) when released outside

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:ui": "vitest --ui"
1414
},
1515
"dependencies": {
16-
"gridstack": "^12.2.2",
16+
"gridstack": "^12.3.0",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",
1919
"react-fast-compare": "^3.2.2",

react/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,10 +1335,10 @@ graphemer@^1.4.0:
13351335
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
13361336
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
13371337

1338-
gridstack@^12.2.2:
1339-
version "12.2.2"
1340-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.2.2.tgz#a9ec300cefc93516bcb8dd966510a728027be358"
1341-
integrity sha512-eK9XAbBWQp+QniqL6ipvofWSrCelm46j5USag73LNq8tOWSL2DeeGBWU9mTibLI6i66n0r7xYS+1/g2qqTqKcw==
1338+
gridstack@^12.3.0:
1339+
version "12.3.0"
1340+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.3.0.tgz#248c466706f65bc76672ed9c36c61dd0ff507158"
1341+
integrity sha512-k+ILHDuZgoM+HmxoLTZ4EK4Vr/Ow4OK/MJkHp+cl/ZHo5m3J/oXP2wG4c512PTUeGPGCU8m7XHJCxerkp7lY5g==
13421342

13431343
has-flag@^4.0.0:
13441344
version "4.0.0"

0 commit comments

Comments
 (0)