Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7cc035

Browse files
committed
Whoops, missed 0.2.5 updates.
1 parent 8d9b99a commit a7cc035

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Change log
77

88
- [v0.3.0 (2017-04-21)](#v030-2017-04-21)
99
- [v0.2.6 (2016-08-17)](#v026-2016-08-17)
10+
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
1011
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
1112
- [v0.2.3 (2015-06-23)](#v023-2015-06-23)
1213
- [v0.2.2 (2014-12-23)](#v022-2014-12-23)
@@ -41,6 +42,28 @@ Change log
4142
- fix code that checks for jquery-ui ([#481](https://github.com/troolee/gridstack.js/issues/481)).
4243
- fix `cellWidth` calculation on empty grid
4344

45+
## v0.2.5 (2016-03-02)
46+
47+
- update names to respect js naming convention.
48+
- `cellHeight` and `verticalMargin` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs).
49+
- add `maxWidth`/`maxHeight` methods.
50+
- add `enableMove`/`enableResize` methods.
51+
- fix window resize issue #331.
52+
- add options `disableDrag` and `disableResize`.
53+
- fix `batchUpdate`/`commit` (Thank to @radiolips)
54+
- remove dependency of FontAwesome
55+
- RTL support
56+
- `'auto'` value for `cellHeight` option
57+
- fix `setStatic` method
58+
- add `setAnimation` method to API
59+
- add `setGridWidth` method ([#227](https://github.com/troolee/gridstack.js/issues/227))
60+
- add `removable`/`removeTimeout` *(experimental)*
61+
- add `detachGrid` parameter to `destroy` method ([#216](https://github.com/troolee/gridstack.js/issues/216)) (thanks @jhpedemonte)
62+
- add `useOffset` parameter to `getCellFromPixel` method ([#237](https://github.com/troolee/gridstack.js/issues/237))
63+
- add `minWidth`, `maxWidth`, `minHeight`, `maxHeight`, `id` parameters to `addWidget` ([#188](https://github.com/troolee/gridstack.js/issues/188))
64+
- add `added` and `removed` events for when a widget is added or removed, respectively. ([#54](https://github.com/troolee/gridstack.js/issues/54))
65+
- add `acceptWidgets` parameter. Widgets can now be draggable between grids or from outside *(experimental)*
66+
4467
## v0.2.4 (2016-02-15)
4568

4669
- fix closure compiler/linter warnings

0 commit comments

Comments
 (0)