Skip to content

Commit 14f7ffc

Browse files
committed
Merge branch 'release/2.6.2'
2 parents 9981e1b + dd75fef commit 14f7ffc

File tree

212 files changed

+2996
-1137
lines changed

Some content is hidden

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

212 files changed

+2996
-1137
lines changed

.config/source-license-header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* @license
3-
* Copyright (c) 2023 Handsoncode. All rights reserved.
3+
* Copyright (c) 2024 Handsoncode. All rights reserved.
44
*/

.config/webpack/development.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ module.exports.create = function create() {
2929
commonjs: 'tiny-emitter',
3030
amd: 'tiny-emitter',
3131
},
32-
unorm: {
33-
root: 'unorm',
34-
commonjs2: 'unorm',
35-
commonjs: 'unorm',
36-
amd: 'unorm',
37-
},
3832
};
3933
c.plugins.push(new WebpackBar({ name: ` ${PACKAGE_FILENAME}.js` }));
4034
});

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
## [Unreleased]
99

10+
## [2.6.2] - 2024-02-15
11+
12+
### Changed
13+
14+
- Removed `unorm` dependency. [#1370](https://github.com/handsontable/hyperformula/issues/1370)
15+
1016
## [2.6.1] - 2023-12-27
1117

1218
### Fixed

docs/.vuepress/config.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,31 @@ module.exports = {
2222
`],
2323
// Google Console
2424
['meta', { name: 'google-site-verification', content: 'MZpSOa8SNvFLRRGwUQpYVZ78kIHQoPVdVbafHhJ_d4Q' }],
25+
// Sentry monitoring
26+
[
27+
'script', {}, `
28+
window.sentryOnLoad = function () {
29+
Sentry.init({
30+
integrations: [
31+
// If you use a bundle with performance monitoring enabled, add the BrowserTracing integration
32+
new Sentry.BrowserTracing(),
33+
// If you use a bundle with session replay enabled, add the SessionReplay integration
34+
new Sentry.Replay({
35+
maskAllText: false,
36+
blockAllMedia: false,
37+
}),
38+
],
39+
});
40+
};
41+
`],
42+
[
43+
'script',
44+
{
45+
id: 'Sentry.io',
46+
src: 'https://js.sentry-cdn.com/50617701901516ce348cb7b252564a60.min.js',
47+
crossorigin: 'anonymous',
48+
},
49+
],
2550
// Favicon
2651
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/favicon/apple-touch-icon.png' }],
2752
['link', { rel: 'icon', sizes: '32x32', type: 'image/png', href: '/favicon/favicon-32x32.png' }],

docs/guide/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ console.log(winningTeam)
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"
129-
sandbox="allow-autoplay allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
129+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
130130
</iframe>

docs/guide/basic-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,5 +411,5 @@ sample UI.
411411
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
412412
title="handsontable/hyperformula-demos: basic-operations"
413413
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
414-
sandbox="allow-autoplay allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
414+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
415415
</iframe>

docs/guide/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ works. It's time to move on to a more
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"
72-
sandbox="allow-autoplay allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
72+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
7373
></iframe>

docs/guide/batch-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ The [paste](../api/classes/hyperformula.md#paste) method also can't be called wh
128128
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
129129
title="handsontable/hyperformula-demos: batch-operations"
130130
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
131-
sandbox="allow-autoplay allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
131+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
132132
</iframe>

docs/guide/client-side-installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Or you may load just a minimal build and add the dependencies on your own:
4747
```html
4848
<script src="https://cdn.jsdelivr.net/npm/chevrotain@6/lib/chevrotain.min.js"></script>
4949
<script src="https://cdn.jsdelivr.net/npm/tiny-emitter@2/dist/tinyemitter.min.js"></script>
50-
<script src="https://cdn.jsdelivr.net/npm/unorm@1/lib/unorm.js"></script>
5150
<script src="https://cdn.jsdelivr.net/npm/hyperformula/dist/hyperformula.min.js"></script>
5251
```
5352

docs/guide/clipboard-operations.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,10 @@ 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.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>
115+
<iframe
116+
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"
117+
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
118+
title="handsontable/hyperformula-demos: clipboard-operations"
119+
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
120+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
121+
</iframe>

0 commit comments

Comments
 (0)