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: science-periodicals/jsonld-vis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: json-ld/jsonld-vis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 25, 2026

  1. Configuration menu
    Copy the full SHA
    aeb7d02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be0361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce46bf2 View commit details
    Browse the repository at this point in the history
  4. Format with latest prettier.

    Some unavoidable variations with the past.
    BigBlueHat committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    cb5abcf View commit details
    Browse the repository at this point in the history
  5. Add .editorconfig.

    BigBlueHat committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    46e29f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e81c3f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Upgrade d3 to v7; refactor to accomodate.

    The enter/update/exit pattern had heavily changed between d3 v3.5 and v7.
    Copilot (using GPT-5 mini) rewrote the code to use `link.join()` instead.
    
    The tree now displays immediately (because the proper data is now being
    used), but the alignment on clicking is still incorrect.
    BigBlueHat committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    3ae6f95 View commit details
    Browse the repository at this point in the history
  2. Fix tree layout to use whole tree.

    This was what was causing the centering of the thing clicked (i.e. `source`)
    vs. the realignment of the whole `root` (the data of which has been adjusted
    during the click event to un/re-collapse parts of the tree).
    BigBlueHat committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    a4ad210 View commit details
    Browse the repository at this point in the history
  3. Switch to tippy.js for tooltips.

    Styling still needs work, but the tooltips display now.
    BigBlueHat committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    3a3ba97 View commit details
    Browse the repository at this point in the history
  4. Bring in tippy.js CSS.

    BigBlueHat committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    90094bd View commit details
    Browse the repository at this point in the history
  5. Add package-lock.json.

    BigBlueHat committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    aba2ab9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c7920f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef71dd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b81163 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    986d36f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    364a706 View commit details
    Browse the repository at this point in the history
  11. Add build:example.

    Mostly so we can host the `example/` folder for demos.
    BigBlueHat committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    ff7ab01 View commit details
    Browse the repository at this point in the history
  12. Update package.json description.

    Mostly to bump CI building this preview branch.
    BigBlueHat committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    6cf50bc View commit details
    Browse the repository at this point in the history
  13. Release v3.0.0.

    BigBlueHat committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    c7057dd View commit details
    Browse the repository at this point in the history
Loading