Skip to content

Commit aec6520

Browse files
committed
develop -> Typescript
2 parents 45455ab + e3ff7e6 commit aec6520

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/CHANGES.md

Lines changed: 6 additions & 1 deletion
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+
- [2.0.0-dev (upcoming)](#200-dev-upcoming)
89
- [1.1.1-dev (upcoming)](#111-dev-upcoming)
910
- [1.1.1 (2020-03-17)](#111-2020-03-17)
1011
- [1.1.0 (2020-02-29)](#110-2020-02-29)
@@ -33,11 +34,15 @@ Change log
3334

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

37+
## 2.0.0-dev (upcoming)
38+
39+
- add `getGridItems()` to return list of HTML grid items
40+
3641
## 1.1.1-dev (upcoming)
3742

3843
- fix [1229](https://github.com/gridstack/gridstack.js/issues/1229) `staticGrid` no longer disable oneColumnMode
44+
- fix [1195](https://github.com/gridstack/gridstack.js/issues/1195) options broken with ember hash helper - thanks [@btecu](https://github.com/btecu)
3945
- fix [1250](https://github.com/gridstack/gridstack.js/issues/1250) don't remove item from another grid
40-
- add `getGridItems()` to return list of HTML grid items
4146

4247
## 1.1.1 (2020-03-17)
4348

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
entry: {
55
'gridstack.all': './src/index.ts'
66
},
7-
mode: 'production', // vs development
7+
mode: 'production', // production vs development
88
module: {
99
rules: [
1010
{

0 commit comments

Comments
 (0)