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.2
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
  • 11 commits
  • 48 files changed
  • 2 contributors

Commits on Aug 13, 2025

  1. karma + jasmin -> vitest, protractor to Playright

    * migrated testing to modern tools
    * yarn lint --fix as well (spaces)
    adumesny authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    79cec48 View commit details
    Browse the repository at this point in the history
  2. fix Util:removeInternalForSave() to skip arrays

    * since we don't know how to hydrate arrays (unlike object spread operator '...') skip them)
    adumesny committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    5b89b38 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3139 from adumesny/master

    fix Util:removeInternalForSave() to skip arrays
    adumesny authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    54d6b52 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. v12.3.3

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

    v12.3.3
    adumesny authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    cb3af1c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. doc fixes

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

    doc fixes
    adumesny authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    224ea14 View commit details
    Browse the repository at this point in the history
  3. fix sync-docs workflow to work on adumesny/gridstack.js fork

    - Changed repository check from gridstack/gridstack.js to adumesny/gridstack.js
    - Fixed doc path from docs/html to doc/html to match expected structure
    - This will enable automatic syncing of documentation from master to gh-pages
    adumesny committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    304ffb1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3144 from adumesny/master

    fix sync-docs workflow to work on adumesny/gridstack.js fork
    adumesny authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    ee31ee0 View commit details
    Browse the repository at this point in the history
  5. better code coverage

    adumesny committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    d3e2e06 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3146 from adumesny/master

    better Utils code coverage
    adumesny authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    ec15d79 View commit details
    Browse the repository at this point in the history
Loading