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: cytoscape/cytoscape.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.24.1
Choose a base ref
...
head repository: cytoscape/cytoscape.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.25.0
Choose a head ref
  • 19 commits
  • 21 files changed
  • 3 contributors

Commits on Apr 21, 2023

  1. Copy the full SHA
    0874949 View commit details

Commits on Apr 27, 2023

  1. Use textContent instead of innerHTML

    This makes the code compatible with Trusted Types.
    vrana authored Apr 27, 2023
    Copy the full SHA
    91f2128 View commit details
  2. Merge pull request #3118 from vrana/patch-1

    Use textContent instead of innerHTML
    maxkfranz authored Apr 27, 2023
    Copy the full SHA
    a5beb22 View commit details

Commits on May 10, 2023

  1. Copy the full SHA
    0096db6 View commit details
  2. feat: updating documentation

    somaniv committed May 10, 2023
    Copy the full SHA
    aef1088 View commit details
  3. Update PULL_REQUEST_TEMPLATE.md

    Note re. bug-fix-only checkbox
    maxkfranz authored May 10, 2023
    Copy the full SHA
    2038384 View commit details
  4. Merge pull request #3124 from somaniv/feature/right-rhomboid

    New Shape - Right Slanting Rhomboid
    maxkfranz authored May 10, 2023
    Copy the full SHA
    4d29dc5 View commit details

Commits on May 17, 2023

  1. Make built-in COSE make better use of the specified bounding box

    The COSE layout internally uses two variables in addition to the bounding box, `clientWidth` and `clientHeight`.  They are set by default to the viewport extent.  COSE uses these variables in some places in lieu of the `boundingBox`.  Here, we set the `clientWidth` and `clientHeight` to be whatever is specified as the `boundingBox` so there is no inconsistency.
    
    This makes the demo at https://jsbin.com/tuculav behave as expected, with a consistent result each time.
    
    Ref: Built-in COSE layout does not fully respect the specified bounding box when it differs from the vis. extent #3121
    maxkfranz committed May 17, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7d83f6a View commit details
  2. Typo

    maxkfranz committed May 17, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8177b30 View commit details
  3. Copy the full SHA
    2b5c469 View commit details
  4. Add credits

    maxkfranz committed May 17, 2023
    Copy the full SHA
    25af274 View commit details
  5. Improved citation info.

    maxkfranz committed May 17, 2023
    Copy the full SHA
    db90860 View commit details
  6. Add PubMed links to readme

    maxkfranz committed May 17, 2023
    Copy the full SHA
    f47c690 View commit details
  7. Copy the full SHA
    cbcbbbe View commit details
  8. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c224cf1 View commit details
  9. Copy the full SHA
    8b5bd9f View commit details
  10. Merge branch 'master' into unstable

    git checkout unstable
    git merge -s ours master
    maxkfranz committed May 17, 2023
    Copy the full SHA
    4b4ab8c View commit details
  11. Build 3.25.0

    maxkfranz committed May 17, 2023
    Copy the full SHA
    51dd0fd View commit details
  12. 3.25.0

    maxkfranz committed May 17, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    507bbd0 View commit details
Loading