Releases: edamontology/edam-browser
Releases · edamontology/edam-browser
v2.0.0: Browsing multiple versions of EDAM
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
, latestunstable
). - 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
JOSS published version
v1.0.0
Update README.md