Skip to content

Commit 84e2600

Browse files
committed
Merge branch 'release/2.6.0'
2 parents b8517a7 + c0a4354 commit 84e2600

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4910
-4163
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
/test-jest/
1818
node_modules/
1919
/typings/
20+
/storage/
2021

2122
*.iml
2223
dev*.html

CHANGELOG.md

+271-384
Large diffs are not rendered by default.

docs/guide/advanced-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ console.log(winningTeam)
122122
## Demo
123123

124124
<iframe
125-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/advanced-usage?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
125+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/advanced-usage?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
126126
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
127127
title="handsontable/hyperformula-demos: advanced-usage"
128128
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/basic-operations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ This demo presents several basic operations integrated with a
389389
sample UI.
390390

391391
<iframe
392-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/basic-operations?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
392+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/basic-operations?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
393393
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
394394
title="handsontable/hyperformula-demos: basic-operations"
395395
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/basic-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ works. It's time to move on to a more
6565
## Demo
6666

6767
<iframe
68-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/basic-usage?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
68+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/basic-usage?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
6969
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
7070
title="handsontable/hyperformula-demos: basic-usage"
7171
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/batch-operations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ can be sent as a single one.
118118
## Demo
119119

120120
<iframe
121-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/batch-operations?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
121+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/batch-operations?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
122122
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
123123
title="handsontable/hyperformula-demos: batch-operations"
124124
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/clipboard-operations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Depending on what was cut, the data is stored as:
112112

113113
## Demo
114114

115-
<iframe src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/clipboard-operations?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" title="handsontable/hyperformula-demos: clipboard-operations" allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking" sandbox="allow-autoplay allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"></iframe>
115+
<iframe src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/clipboard-operations?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" title="handsontable/hyperformula-demos: clipboard-operations" allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking" sandbox="allow-autoplay allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"></iframe>

docs/guide/custom-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ This demo contains the implementation of both the
363363
[`DOUBLE_RANGE`](#advanced-custom-function-example) custom functions.
364364
365365
<iframe
366-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/custom-functions?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
366+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/custom-functions?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
367367
style="width:100%; height:300px; border:0; border-radius: 4px; overflow:hidden;"
368368
title="handsontable/hyperformula-demos: custom-functions"
369369
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/date-and-time-handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ And now, HyperFormula recognizes these values as valid dates and can operate on
9999
## Demo
100100

101101
<iframe
102-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/date-time?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
102+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/date-time?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
103103
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
104104
title="handsontable/hyperformula-demos: date-time"
105105
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/demo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Demo
22

33
<iframe
4-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/vanillajs-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
4+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/vanillajs-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
55
style="width:100%; height:500px; margin-bottom: 50px; border:0; border-radius: 4px; overflow:hidden;"
66
title="handsontable/hyperformula-demos: vanillajs-demo"
77
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/file-import.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To import XLSX files, use a third-party [XLSX parser](https://www.npmjs.com/sear
1818

1919
This example uses [ExcelJS](https://www.npmjs.com/package/exceljs) to import XLSX files into HyperFormula.
2020

21-
See full example on [GitHub](https://github.com/handsontable/hyperformula-demos/tree/2.5.x/read-excel-file).
21+
See full example on [GitHub](https://github.com/handsontable/hyperformula-demos/tree/2.6.x/read-excel-file).
2222

2323
```js
2424
const ExcelJS = require('exceljs');

docs/guide/i18n-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ localeLang: 'en-US',
106106
This demo shows HyperFormula configured for the `en-US` locale.
107107

108108
<iframe
109-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/i18n?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
109+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/i18n?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
110110
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
111111
title="handsontable/hyperformula-demos: basic-operations"
112112
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/integration-with-react.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ more details.
88
## Demo
99

1010
<iframe
11-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/react-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
11+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/react-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
1212
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
1313
title="handsontable/hyperformula-demos: react-demo"
1414
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/integration-with-vue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ more details.
88
## Demo
99

1010
<iframe
11-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/vue-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
11+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/vue-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
1212
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
1313
title="handsontable/hyperformula-demos: vue-demo"
1414
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/localizing-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can localize your custom functions as well. For details, see the [Custom fun
9797
## Demo
9898

9999
<iframe
100-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/localizing-functions?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
100+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/localizing-functions?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
101101
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
102102
title="handsontable/hyperformula-demos: localizing-functions"
103103
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

docs/guide/named-expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ described in [that section](basic-operations#isitpossibleto-methods).
155155
## Demo
156156

157157
<iframe
158-
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/named-expressions?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
158+
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/named-expressions?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
159159
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
160160
title="handsontable/hyperformula-demos: named-expressions"
161161
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

0 commit comments

Comments
 (0)