Skip to content

Commit 9d5b99f

Browse files
authored
Merge pull request #3036 from adumesny/master
doc update
2 parents 8b8a089 + ca9715f commit 9d5b99f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,10 @@ GridStack.renderCB = function(el: HTMLElement, w: GridStackNode) {
501501
* 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!
502502
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).
503503
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.
506508
507509
# jQuery Application
508510

0 commit comments

Comments
 (0)