All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2021-05-10)
- Expose node limit to user (e06d086)
- Add fetch polyfill (fe93720), closes #NETWORK-NAVIGATOR-15
- Support new multilayer input (c073d7c)
1.1.2 (2020-04-06)
- Export network causes crash due to missing root enterflow (7b077b0)
1.1.1 (2020-03-04)
1.1.0 (2020-02-05)
- Display version information on landing page (a09735d)
- Alert user if canvas.toBlob is not supported (5730a6c)
- Make sure flow and exitFlow are numbers before calling toPrecision (dee3e00)
- Display number of visible leaf nodes (f33fbe9)
- Occurrences csv download now contains node names instead of ids (c724a41)
- 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)