Commit 700989e8c5 for handsontable.com
commit 700989e8c5bc32dae95934fdaef0c61b0fa2b59a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Mar 25 07:51:20 2026 +0000
17.0.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7eb2fc7d50..825217fe56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- UNVERSIONED -->
-## [17.0.1-rc2] - 2026-03-23
+## [17.0.1] - 2026-03-25
### Fixed
- Fix UndoRedo crash when nullified changes [#12000](https://github.com/handsontable/handsontable/pull/12000)
diff --git a/docs/content/guides/upgrade-and-migration/changelog/changelog.md b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
index 47dbd2283f..7eeb6fec9c 100644
--- a/docs/content/guides/upgrade-and-migration/changelog/changelog.md
+++ b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
@@ -28,9 +28,9 @@ See the full history of changes made to Handsontable in each major, minor, and p
[[toc]]
-## 17.0.1-rc2
+## 17.0.1
-Released on March 23rd, 2026
+Released on March 25th, 2026
For more information about this release, see:
- [Documentation (17.0)](https://handsontable.com/docs/17.0)
diff --git a/handsontable/package.json b/handsontable/package.json
index 7ecf59d8fd..6af69aa392 100644
--- a/handsontable/package.json
+++ b/handsontable/package.json
@@ -10,7 +10,7 @@
"url": "https://github.com/handsontable/handsontable/issues"
},
"author": "Handsoncode <hello@handsontable.com>",
- "version": "17.0.1-rc2",
+ "version": "17.0.1",
"main": "index",
"module": "index.mjs",
"jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index 839179b0d0..5b3cef0944 100644
--- a/hot.config.js
+++ b/hot.config.js
@@ -2,8 +2,8 @@ const moment = require('moment');
module.exports = {
HOT_FILENAME: 'handsontable',
- HOT_VERSION: '17.0.1-rc2',
+ HOT_VERSION: '17.0.1',
HOT_PACKAGE_NAME: 'handsontable',
HOT_BUILD_DATE: moment().format('DD/MM/YYYY HH:mm:ss'),
- HOT_RELEASE_DATE: '23/03/2026',
+ HOT_RELEASE_DATE: '25/03/2026',
};
diff --git a/visual-tests/package.json b/visual-tests/package.json
index 90e08365c5..cb43c44fd8 100644
--- a/visual-tests/package.json
+++ b/visual-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "handsontable-visual-tests",
"private": true,
- "version": "17.0.1-rc2",
+ "version": "17.0.1",
"description": "",
"main": "index.js",
"scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index 20a7d74ffb..ce59b13157 100644
--- a/wrappers/angular-wrapper/package.json
+++ b/wrappers/angular-wrapper/package.json
@@ -1,6 +1,6 @@
{
"name": "@handsontable/angular-wrapper",
- "version": "17.0.1-rc2",
+ "version": "17.0.1",
"description": "Best Data Grid for Angular with Spreadsheet Look and Feel.",
"author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
"license": "SEE LICENSE IN LICENSE.txt",
diff --git a/wrappers/react-wrapper/package.json b/wrappers/react-wrapper/package.json
index 8e75cef245..bb708d1eb0 100644
--- a/wrappers/react-wrapper/package.json
+++ b/wrappers/react-wrapper/package.json
@@ -1,6 +1,6 @@
{
"name": "@handsontable/react-wrapper",
- "version": "17.0.1-rc2",
+ "version": "17.0.1",
"description": "Best Data Grid for React with Spreadsheet Look and Feel.",
"author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
"homepage": "https://handsontable.com",
diff --git a/wrappers/vue3/package.json b/wrappers/vue3/package.json
index 561e5d018c..77e6d42ebc 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
{
"name": "@handsontable/vue3",
- "version": "17.0.1-rc2",
+ "version": "17.0.1",
"description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
"author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
"homepage": "https://handsontable.com",