hyperformula icon indicating copy to clipboard operation
hyperformula copied to clipboard

Remove deprecated APIs

Open sequba opened this issue 1 year ago • 0 comments

Description

It's high time to remove:

  • binarySearchThreshold config option (deprecated since version 1.1.0): https://hyperformula.handsontable.com/api/interfaces/configparams.html#binarysearchthreshold
  • ValueCellVertex.setCellValue (deprecated since version 0.5.0) It is not exposed as public API and it does not work at the moment (throws error when called) so it won't be a breaking change for our users. https://github.com/handsontable/hyperformula/blob/a91f5d73d293792e672864fdcd43e620221d19ee/src/DependencyGraph/ValueCellVertex.ts#L41-L43

sequba avatar Jul 25 '24 10:07 sequba