Skip to content

Commit d12dbee

Browse files
committed
TS: 1.1.2 release notes
1 parent 7a4c611 commit d12dbee

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ npm install --save gridstack
8080
* Using CDN (minimized):
8181

8282
```html
83-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/gridstack.min.css" />
84-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/gridstack.all.js"></script>
83+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/gridstack.min.css" />
84+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/gridstack.all.js"></script>
8585
```
8686

8787
if you need to debug, look at the git demo/ examples for non min includes.
@@ -164,7 +164,7 @@ GridStack.init( {column: N} );
164164

165165
2) include `gridstack-extra.css` if **N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
166166
```html
167-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/gridstack-extra.css"/>
167+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/gridstack-extra.css"/>
168168

169169
<div class="grid-stack grid-stack-N">...</div>
170170
```

doc/CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Change log
66
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
77

88
- [2.0.0-dev (upcoming)](#200-dev-upcoming)
9-
- [1.1.1-dev (upcoming)](#111-dev-upcoming)
9+
- [1.1.2 (2020-05-17)](#112-2020-05-17)
1010
- [1.1.1 (2020-03-17)](#111-2020-03-17)
1111
- [1.1.0 (2020-02-29)](#110-2020-02-29)
1212
- [v1.0.0 (2020-02-23)](#v100-2020-02-23)
@@ -36,14 +36,16 @@ Change log
3636

3737
## 2.0.0-dev (upcoming)
3838

39+
- re-write to native Typescript, removing all JQuery from main code and API (drag&drop plugin still using for now)
3940
- add `getGridItems()` to return list of HTML grid items
4041

41-
## 1.1.1-dev (upcoming)
42+
## 1.1.2 (2020-05-17)
4243

4344
- fix [1229](https://github.com/gridstack/gridstack.js/issues/1229) `staticGrid` no longer disable oneColumnMode
4445
- fix [1195](https://github.com/gridstack/gridstack.js/issues/1195) options broken with ember hash helper - thanks [@btecu](https://github.com/btecu)
4546
- fix [1250](https://github.com/gridstack/gridstack.js/issues/1250) don't remove item from another grid
4647
- fix [1261](https://github.com/gridstack/gridstack.js/issues/1261) `init()` clones passed options so second doesn't affect first one
48+
- fix [1276](https://github.com/gridstack/gridstack.js/issues/1276) `addWidget()` ignores data attributes
4749

4850
## 1.1.1 (2020-03-17)
4951

0 commit comments

Comments
 (0)