Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

62 lines (32 loc) · 3.51 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2021-05-10)

Features

  • Expose node limit to user (e06d086)

Bug Fixes

1.1.2 (2020-04-06)

Bug Fixes

  • Export network causes crash due to missing root enterflow (7b077b0)

1.1.1 (2020-03-04)

Bug Fixes

  • Support new ftree format in Infomap v1.0 (#10) (87d8716)

1.1.0 (2020-02-05)

Features

  • Display version information on landing page (a09735d)

Bug Fixes

  • Alert user if canvas.toBlob is not supported (5730a6c)
  • Make sure flow and exitFlow are numbers before calling toPrecision (dee3e00)

1.0.0 (2020-02-05)

Features

  • Display number of visible leaf nodes (f33fbe9)
  • Occurrences csv download now contains node names instead of ids (c724a41)

Bug Fixes

  • Accept numbers as node names when reading occurrences lists (a286dac)
  • Add core-js for supporing older browsers (387c198)
  • Check if 'file' is defined before accessing name property (d2f35ac)
  • Don't let Sentry capture parsing exceptions (3519eda)
  • Don't unregister serviceworker as this fails on Firefox (8beea62)
  • Return 0 if we calculate max flow/node count on an empty array (c07aa4c)
  • Silence eslint warning (b3aa93a)