You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the sbml2escher.py script, which supports converting SBML or CellDesigner-format SBML data to Escher JSON format.
Added animation support for reaction data.
Added the "Import Background", "Clear Background", and "Export as GIF" options to the map menu.
Added the following features to the settings menu: "Open in VMH/biGG", "Line Style", "Hide No Data Reactions", and "Animation Speed".
Added initial API support for show_reaction_data_animation, animation_line_style, reaction_data_threshold, hidden_no_data_reaction, open_in_vmh, vmh_basic_url, and background_image_url.
Changed
Migrated the test framework from Mochapack to Vitest.
Fixed
Fixed several bugs and optimized the logic for initializing and adding elements.