Skip to content

Commit

Permalink
Merge branch 'release/2.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba committed Sep 19, 2023
2 parents b8517a7 + c0a4354 commit 84e2600
Show file tree
Hide file tree
Showing 60 changed files with 4,910 additions and 4,163 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
/test-jest/
node_modules/
/typings/
/storage/

*.iml
dev*.html
Expand Down
655 changes: 271 additions & 384 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/guide/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ console.log(winningTeam)
## Demo

<iframe
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"
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"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: advanced-usage"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/basic-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ This demo presents several basic operations integrated with a
sample UI.

<iframe
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"
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"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: basic-operations"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ works. It's time to move on to a more
## Demo

<iframe
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"
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"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: basic-usage"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/batch-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ can be sent as a single one.
## Demo

<iframe
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"
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"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: batch-operations"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/clipboard-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ Depending on what was cut, the data is stored as:

## Demo

<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>
<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>
2 changes: 1 addition & 1 deletion docs/guide/custom-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ This demo contains the implementation of both the
[`DOUBLE_RANGE`](#advanced-custom-function-example) custom functions.
<iframe
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"
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"
style="width:100%; height:300px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: custom-functions"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/date-and-time-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ And now, HyperFormula recognizes these values as valid dates and can operate on
## Demo

<iframe
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"
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"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: date-time"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/demo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Demo

<iframe
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"
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"
style="width:100%; height:500px; margin-bottom: 50px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: vanillajs-demo"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/file-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To import XLSX files, use a third-party [XLSX parser](https://www.npmjs.com/sear

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

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

```js
const ExcelJS = require('exceljs');
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/i18n-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ localeLang: 'en-US',
This demo shows HyperFormula configured for the `en-US` locale.

<iframe
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.5.x/i18n?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/i18n?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: basic-operations"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/integration-with-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ more details.
## Demo

<iframe
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"
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"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: react-demo"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/integration-with-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ more details.
## Demo

<iframe
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"
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"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: vue-demo"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/localizing-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You can localize your custom functions as well. For details, see the [Custom fun
## Demo

<iframe
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"
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"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: localizing-functions"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/named-expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ described in [that section](basic-operations#isitpossibleto-methods).
## Demo

<iframe
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"
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"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: named-expressions"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
Loading

0 comments on commit 84e2600

Please # to comment.