Skip to content

Live on May 2023

Compare
Choose a tag to compare
@gustavo-salazar gustavo-salazar released this 12 May 10:50
· 1199 commits to master since this release
7b4c1d3

This is the code set in the live site https://www.ebi.ac.uk/interpro/ on 11th May 2023.

It includes the following changes:

🏠 Housekeeping

  • Migrating Flow into TypeScript. Adding TS support in the bundler, linters, and testing in order to be able to make this migration gradually. We will take parts of the website and migrate them.
  • Migrating from EBI visual framework 1.4 (with foundation) to Visual framework 2.0(Vanilla CSS). In This version is mostly adding support for both frameworks, to be able to do this migration gradually.
  • Upgrading to Nightingale v4 components #458
  • Upgrading to history@5. #459
  • Other dependencies updates.

💔 Breaking Changes

  • We have drop support for browsers without es6 capabilities. For a detailed list of which browsers support this, you can see: https://caniuse.com/es6

🌟 New Features

  • TIGRfams is now NCBIfam, redirects are now in place and links updated. #474
  • If a member database entry doesn't include a description, the website will display the one defined by the InterPro entry that it is integrated into. #467
  • Matches in the protein viewer, now include(if space allows it) the short name as a label over the rounded rectangle.
  • The RosettaFold pages have been updated to offer similar features as the structure and AlphaFold pages, e.g. split screen, disable PiP, etc.

🛠 Fixes

  • InterProScan results were displaying the matches in slightly different order than in protein pages. This has been corrected. #468
  • The AlaphaFold split screen functionality was displaying an incomplete sequence viewer #463
  • "Short name" in "label by" option in the protein sequence viewer in the AlphaFold page of a protein was not working #452

Full Changelog: v1.17.0...v1.18.0