Skip to content

Commit 1590251

Browse files
authored
Merge pull request #2543 from adumesny/master
fix slack invite links
2 parents 85eb176 + 70834f1 commit 1590251

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Subject of the issue
22
Describe your issue here.
3-
If unsure if lib bug, use slack channel instead: https://gridstackjs.slack.com
3+
If unsure if lib bug, use slack channel instead: https://join.slack.com/t/gridstackjs/shared_invite/zt-27q0rwf80-5vCt81Z_hfVgpRW7L17MnQ
44

55
## Your environment
66
* version of gridstack.js - DON'T SAY LATEST as that doesn't mean anything a month/year from now.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you find this lib useful, please donate [PayPal](https://www.paypal.me/alaind
1515
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/alaind831)
1616
[![Donate](https://img.shields.io/badge/Donate-Venmo-g.svg)](https://www.venmo.com/adumesny)
1717

18-
Join us on Slack: [https://gridstackjs.slack.com](https://gridstackjs.slack.com)
18+
Join us on Slack: [https://gridstackjs.slack.com](https://join.slack.com/t/gridstackjs/shared_invite/zt-27q0rwf80-5vCt81Z_hfVgpRW7L17MnQ)
1919

2020
<!-- [![Slack Status](https://gridstackjs.com/badge.svg)](https://gridstackjs.slack.com) -->
2121
<!-- START doctoc generated TOC please keep comment here to allow auto update -->

demo/website.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</li>
113113
<li class="nav-item">
114114
<a class="nav-link" target="_blank"
115-
href="https://gridstackjs.slack.com">Slack
115+
href="https://join.slack.com/t/gridstackjs/shared_invite/zt-27q0rwf80-5vCt81Z_hfVgpRW7L17MnQ">Slack
116116
<ion-icon name="logo-slack"></ion-icon></a>
117117
</li>
118118
<li class="nav-item">
@@ -308,7 +308,7 @@ <h1>Used by</h1>
308308
Does your company use gridstack.js? We'd love to add your logo!
309309
Come join our
310310
<a target="_blank"
311-
href="https://gridstackjs.slack.com">
311+
href="https://join.slack.com/t/gridstackjs/shared_invite/zt-27q0rwf80-5vCt81Z_hfVgpRW7L17MnQ">
312312
<ion-icon name="logo-slack"></ion-icon>Slack community
313313
</a>
314314
and let us know.

doc/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Change log
106106
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
107107

108108
## 10.0.0 (TBD)
109-
* feat - we now support much richer responsive behavior with `GridStackOptions.responsive` including any breakpoint width:column pairs, or automatic column sizing.
109+
* feat [#2542](https://github.com/gridstack/gridstack.js/pull/2542) we now support much richer responsive behavior with `GridStackOptions.responsive` including any breakpoint width:column pairs, or automatic column sizing.
110110
* `disableOneColumnMode`, `oneColumnSize`, `oneColumnModeDomSort` have been removed (see v10 migration doc)
111111

112112
## 9.5.1 (2023-11-11)

0 commit comments

Comments
 (0)