phyloref / klados

A curation tool to edit test cases for the Phyloref curation workflow
http://www.phyloref.org/klados/
MIT License
2 stars 1 forks source link

Upgrade phylotree.js and fix node renaming #312

Closed gaurav closed 6 months ago

gaurav commented 10 months ago

This PR upgrades all the NPM packages, which results in phylotree.js being upgraded to phylotree.js v1.4.1, which includes two changes we requested. This PR will also fix the issues related to that change in Klados. We also remove the escaping code I added previously since phylotree.js fixed this in PR https://github.com/veg/phylotree.js/pull/448.

Closes #197. Closes #200.