Skip to content

v5.2.0

Compare
Choose a tag to compare
@bornova bornova released this 25 Jun 04:17
· 15 commits to master since this release
172a185
  • BREAKING CHANGE: The way Formulajs is loaded into Numara has been changed due to conflict in function names, such as N (as reported in #69). Formulajs methods now need to be prefixed with xls..
    Old: SUM(1,2,3) // 6
    New: xls.SUM(1,2,3) // 6
  • Improved autocomplete hints.
  • Reload window after saving user defined functions and units. This immediately refreshes user functions and units rather than waiting for app restart.
  • Updated dependencies.