You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Usage
47
47
48
48
*[jQuery](http://jquery.com) (>= 1.8)
49
49
*`Array.prototype.find`, and `Number.isNaN()` for IE and older browsers.
50
-
* Note: as of v0.5.4 We supply a separate `gridstack.poly.js` for that
50
+
* Note: as of v0.5.4 We supply a separate `gridstack-poly.js` for that
51
51
(part of `gridstack.all.js`) or you can look at other pollyfills
52
52
([core.js](https://github.com/zloirock/core-js#ecmascript-6-array) and [mozilla.org](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find)).
53
53
@@ -62,17 +62,17 @@ Using gridstack.js with jQuery UI
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
25
26
27
+
## v0.5.4-dev (upcoming changes)
28
+
29
+
- min files include rev number/license
30
+
26
31
## v0.5.4 (2019-11-26)
27
32
28
33
- fix for griditems with x=0 placement wrong order (introduced by [#1017](https://github.com/gridstack/gridstack.js/issues/10510174)) ([#1054](https://github.com/gridstack/gridstack.js/issues/1054)).
29
34
- fix `cellHeight(val)` not working due to style change (introduced by [#937](https://github.com/gridstack/gridstack.js/issues/937)) ([#1068](https://github.com/gridstack/gridstack.js/issues/1068)).
30
-
- add `gridstack.poly.js` for IE and older browsers, removed `core-js` lib from samples (<1k vs 85k), and all IE8 mentions ([#1061](https://github.com/gridstack/gridstack.js/pull/1061)).
35
+
- add `gridstack-poly.js` for IE and older browsers, removed `core-js` lib from samples (<1k vs 85k), and all IE8 mentions ([#1061](https://github.com/gridstack/gridstack.js/pull/1061)).
31
36
- add `jquery-ui.js` (and min.js) as minimal subset we need (55k vs 248k), which is now part of `gridstack.all.js`. Include individual parts if you need your own lib instead of all.js
0 commit comments