| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-19 | 1.8 kB | |
| v13.0.0 source code.tar.gz | 2026-07-19 | 681.6 kB | |
| v13.0.0 source code.zip | 2026-07-19 | 802.2 kB | |
| Totals: 3 Items | 1.5 MB | 4 | |
- NEW: React wrapper: re-did to follow the Angular pattern (drag&Drop between grid doesn't destroy content), events, lazyLoad support, fix memory leak, empty content, etc...
- NEW: Vue wrapper: brand new wrapper follow same pattern as well
- break: #3310 Angular wrapper using component+props (instead of selector+input)
- feat: #662 added grid-lines.html demo (just CSS)
- fix: #3154 Esc key doesn't restore subgrid
- fix: #3231 drag broken in Firefox 147.0.4+ and Chrome 144+ due to
navigator.maxTouchPoints > 0now returning true on desktop (macOS trackpad) - fix: #3291 flicker nested grid demo when dragging between sub-grids
- fix: #3085 Changing rows after init relays out if smaller
- fix: #2823 Scrollbar appears prevents onChange being called
- fix: #2948 dynamically created nested grid disappeared when dragging out
- fix: #3269 cleanup old rtl residue - thank you Daniel Cohen Gindi
- fix: #3270 dragging item from outside doesn't allow swap (weird change is layout especially when you move out as it doesn't restore)
- fix: #2950 Angular: now support signal inputs (ng14.1+) like
name = input<string>()