Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gridstack/gridstack.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.3.0
Choose a base ref
...
head repository: gridstack/gridstack.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 33 files changed
  • 2 contributors

Commits on Aug 11, 2025

  1. fix sync-doc

    adumesny committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    b2f010d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3133 from adumesny/master

    fix sync-doc
    adumesny authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    e1cbe98 View commit details
    Browse the repository at this point in the history
  3. 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)
    adumesny committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    b29a32e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3134 from adumesny/master

    save() now takes optional column count
    adumesny authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    7a51abd View commit details
    Browse the repository at this point in the history
  5. v12.3.1

    adumesny committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    d36a41c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Merge pull request #3135 from adumesny/master

    v12.3.1
    adumesny authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    8da8190 View commit details
    Browse the repository at this point in the history
  2. 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.
    adumesny committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    72949ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3136 from adumesny/master

    tweaks on save() takking column option
    adumesny authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    1a51953 View commit details
    Browse the repository at this point in the history
  4. v12.3.2 (#3137)

    adumesny authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    c78742d View commit details
    Browse the repository at this point in the history
Loading