Skip to content

v3.2.0

Compare
Choose a tag to compare
@gbmhunter gbmhunter released this 27 Feb 21:36
· 327 commits to master since this release

[v3.2.0] - 2018-02-27

Added

  • Added tree view to calculator selection overlay with calculators sorted by category, closes #162.

Fixed

  • Fixed TravisCI build error, where error was 'npm ERR! enoent ENOENT: no such file or directory, chmod '/home/travis/build/mbedded-ninja/NinjaCalc/node_modules/topojson/node_modules/topojson-server/bin/geo2topo''. This was fixed by removing topojson as a dependency and just using topojson-client, topojson-server and topojson-simplify individually (they are still dependencies).