-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: gridstack/gridstack.js
base: v12.3.0
head repository: gridstack/gridstack.js
compare: master
- 12 commits
- 48 files changed
- 2 contributors
Commits on Aug 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b2f010d - Browse repository at this point
Copy the full SHA b2f010dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1cbe98 - Browse repository at this point
Copy the full SHA e1cbe98View commit details -
save() now takes optional column count
* fix #2493 * save() now takes optional column count, which defaults to highest saved layout otherwise (so we can correctly return back to 12 column when saving in lower res) * nested grid ALWAYS save to the saved parent container to match * also changed Utils.removeInternalForSave() to NOT removed w/h=1 optimization as it was causing issues in my app (widget defaults > 1)
Configuration menu - View commit details
-
Copy full SHA for b29a32e - Browse repository at this point
Copy the full SHA b29a32eView commit details -
Merge pull request #3134 from adumesny/master
save() now takes optional column count
Configuration menu - View commit details
-
Copy full SHA for 7a51abd - Browse repository at this point
Copy the full SHA 7a51abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d36a41c - Browse repository at this point
Copy the full SHA d36a41cView commit details
Commits on Aug 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8da8190 - Browse repository at this point
Copy the full SHA 8da8190View commit details -
tweaks on save() takking column option
* more fix #2493 * engine save tweaks to hsow it gets column count (uses actual subgrid column and don't use _layouts if same as current) * also reverted back to not save w/h:1 as people already workaround this if they need to and much less data by default.
Configuration menu - View commit details
-
Copy full SHA for 72949ee - Browse repository at this point
Copy the full SHA 72949eeView commit details -
Merge pull request #3136 from adumesny/master
tweaks on save() takking column option
Configuration menu - View commit details
-
Copy full SHA for 1a51953 - Browse repository at this point
Copy the full SHA 1a51953View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78742d - Browse repository at this point
Copy the full SHA c78742dView commit details
Commits on Aug 13, 2025
-
karma + jasmin -> vitest, protractor to Playright
* migrated testing to modern tools * yarn lint --fix as well (spaces)
Configuration menu - View commit details
-
Copy full SHA for 79cec48 - Browse repository at this point
Copy the full SHA 79cec48View commit details -
fix Util:removeInternalForSave() to skip arrays
* since we don't know how to hydrate arrays (unlike object spread operator '...') skip them)
Configuration menu - View commit details
-
Copy full SHA for 5b89b38 - Browse repository at this point
Copy the full SHA 5b89b38View commit details -
Merge pull request #3139 from adumesny/master
fix Util:removeInternalForSave() to skip arrays
Configuration menu - View commit details
-
Copy full SHA for 54d6b52 - Browse repository at this point
Copy the full SHA 54d6b52View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v12.3.0...master