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: doc/CHANGES.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Change log
5
5
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
6
6
**Table of Contents***generated with [DocToc](http://doctoc.herokuapp.com/)*
7
7
8
+
-[9.0.0-dev (TBD)](#900-dev-tbd)
8
9
-[9.0.0 (2023-08-23)](#900-2023-08-23)
9
10
-[8.4.0 (2023-07-20)](#840-2023-07-20)
10
11
-[8.3.0 (2023-06-13)](#830-2023-06-13)
@@ -93,6 +94,10 @@ Change log
93
94
94
95
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
95
96
97
+
## 9.0.0-dev (TBD)
98
+
* tweak to `fitToContent`[#2412](from https://github.com/gridstack/gridstack.js/pull/2412#issuecomment-1690219018)
99
+
* fix [#2413](https://github.com/gridstack/gridstack.js/issues/2413) support touchscreen+mouse devices. Thank you [@Ruslan207](https://github.com/Ruslan207)
100
+
96
101
## 9.0.0 (2023-08-23)
97
102
- feat [#404](https://github.com/gridstack/gridstack.js/issues/404) added `GridStackOptions.fitToContent` and `GridStackWidget.fitToContent` to make gridItems size themselves to their content (no scroll bar), calling `GridStack.resizeToContent(el)` whenever the grid or item is resized.
98
103
- also added new `'resizecontent'` event, and `resizeToContentCB` and `resizeToContentParent` vars.
0 commit comments