You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+72Lines changed: 72 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,78 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.0.0] - 2021-07-15
10
+
11
+
### Changed
12
+
-**Breaking change**: Changed API of many sheet-related methods to take sheetId instead of sheetName as an argument. (#645)
13
+
-**Breaking change**: Removed support for matrix formulas (`{=FORMULA}`) notation. Engine now supports formulas returning array of values (instead of only scalars). (#652)
14
+
-**Breaking change**: Removed numeric matrix detection along with matrixDetection and matrixDetectionThreshold config options. (#669)
15
+
-**Breaking change**: Changed API of the following methods to take `SimpleCellRange` type argument: `copy`, `cut`, `getCellDependents`, `getCellPrecedents`, `getFillRangeData`, `getRangeFormulas`, `getRangeSerialized`, `getRangeValues`, `isItPossibleToMoveCells`, `isItPossibleToSetCellContents`, `moveCells`. (#687)
16
+
-**Breaking change**: Changed the AGPLv3 license to GPLv3.
17
+
-**Breaking change**: Removed the free non-commercial license.
18
+
-**Breaking change**: Changed behaviour of `setCellContents` so that it is possible to override space occupied by spilled array. (#708)
19
+
-**Breaking change**: Changed behaviour of `addRows/removeRows` so that it is possible to add/remove rows across spilled array without changing array size. (#708)
20
+
-**Breaking change**: Changed behaviour of `addColumns/removeColumns` so that it is possible to add/remove columns across spilled array without changing array size. (#732)
HyperFormula is a double-licensed software. In all your non-commercial projects, you can use it under the
120
+
open source [GPLv3 license](https://github.com/handsontable/hyperformula/blob/master/gpl-3.0.txt). Additionally, there is also a [commercial license](https://handsontable.github.io/hyperformula/guide/contact.html), and support services available.
125
121
126
-
## Acknowledgements
122
+
## Acknowledgments
127
123
128
124
You should know that this project wouldn’t exist without co-financing from European Union funds under the European Regional Development Funds as a part of the Smart Growth Operational Programme. Project implemented as a part of the Polish National Centre for Research and Development: “Fast Track”.
129
125
130
126
- Name of the programme: Smart Growth Operational Programme 2014-2020
131
127
- Project name: “Development of the high-performance calculation engine for processing tabular data of the significant size on mobile devices and workstations using parallel computing and GPU.”
Copy file name to clipboardExpand all lines: docs/api-template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Welcome to HyperFormula `v{{ $page.version }}` API!
1
+
Welcome to the HyperFormula `v{{ $page.version }}` API!
2
2
3
3
The API reference documentation provides detailed information for methods, error types, event types, and all the configuration options available in HyperFormula.
4
4
@@ -28,7 +28,7 @@ This section contains information about options that allow you to configure the
0 commit comments