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
* column and cell height code has been re-writen to use browser CSS variables, and we no longer need a tons of custom CSS classes!
502
502
this fixes a long standing issue where people forget to include the right CSS for non 12 columns layouts, and a big speedup in many cases (many columns, or small cellHeight values).
503
503
504
-
**Breaking change:**
505
-
* `gridstack-extra.min.css` no longer exist, nor is custom column CSS needed. API/options hasn't changed.
504
+
**Potential breaking change:**
505
+
* `gridstack-extra.min.css` no longer exist, nor is custom column CSS classes needed. API/options hasn't changed.
506
+
* (v12.1) `ES5` folder content has been removed - was for IE support, which has been dropped.
507
+
* (v12.1) nested grid events are now sent to the main grid. You might have to adjust your workaround of this missing feature. nested.html demo has been adjusted.
0 commit comments