Skip to content

Releases: edamontology/edam-browser

v2.0.0: Browsing multiple versions of EDAM

29 Dec 10:31
cf6a119
Compare
Choose a tag to compare

Version 2.0.0 contains:

  • Reading EDAM file directly from the OWL file, thanks to https://github.com/edamontology/edam2json-js: EDAM Browser does not need anymore to have the ontology converted to JSON and pushed into the repository. It reads the ontology on-the-fly from any enabled URL (concretely https://raw.githubusercontent.com or a CORS-enabled site).
  • Ability to switch between versions (e.g. 1.23, 1.25, latest unstable).
  • Ability to open any version of EDAM, e.g.
    • the development version of EDAM, from any branch on GitHub
    • community extensions such as EDAM Bioimaging
  • Various enhanced UX features, for example:
    • one-click to copy URI
    • full-screen mode
    • floating detail panel (enabled by default in full screen only)
    • dark mode
    • resize of the tree area
    • center node on click
  • Numerous bug fixes
    • including fixes of glitches across various web browsers

v1.0.1

18 Jul 11:39
Compare
Choose a tag to compare

JOSS published version

v1.0.0

30 Apr 13:29
5fbcd00
Compare
Choose a tag to compare
Update README.md