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: higlass/higlass-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.4
Choose a base ref
...
head repository: higlass/higlass-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 23, 2026

  1. Inline esm.sh URLs in widget.js

    The changes in #193 replaced inline esm.sh URLs with bare specifiers and
    added a deno.json import map to silence a lint error. But the widget
    runs in the browser, not Deno, so the import map is never used at
    runtime and the bare specifiers will fail to resolve.
    
    This reverts to inline URL imports and instead excludes the
    `no-import-prefix` lint rule, which only applies to Deno runtime
    conventions (`npm:`/`jsr:` prefixes) not browser code.
    manzt committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    582366c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Merge pull request #201 from higlass/push-kwwowrxnvpmx

    Inline esm.sh URLs in widget.js
    pkerpedjiev authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    dbf8a38 View commit details
    Browse the repository at this point in the history
Loading