Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@iddan iddan released this 22 Apr 10:36
· 113 commits to master since this release

Features

New Formula Evaluation Engine

This release includes an overhaul of the formula evaluation process. Now, React Spreadsheet supports formula cells depending on other formula cells and ranges.

Breaking Changes

  • Removed getBindingsForCell - to simplify the work on the new formula engine getBindingsForCell is removed for now. It may be added back in a future release if it integrates well into the new evaluation engine and doesn't complicate it too much.
  • Removed getComputedValue