Commit 0c0092a5fb for handsontable.com
commit 0c0092a5fbcc57cd6f40dc8f8d804bb5c850a18e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Mar 23 11:49:02 2026 +0000
17.0.1-rc2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 336d39f1c1..7eb2fc7d50 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-rc1] - 2026-03-19
+## [17.0.1-rc2] - 2026-03-23
### 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 d15a388322..47dbd2283f 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-rc1
+## 17.0.1-rc2
-Released on March 19th, 2026
+Released on March 23rd, 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 cea720a68b..7ecf59d8fd 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-rc1",
+ "version": "17.0.1-rc2",
"main": "index",
"module": "index.mjs",
"jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index e74fc5da0b..839179b0d0 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-rc1',
+ HOT_VERSION: '17.0.1-rc2',
HOT_PACKAGE_NAME: 'handsontable',
HOT_BUILD_DATE: moment().format('DD/MM/YYYY HH:mm:ss'),
- HOT_RELEASE_DATE: '19/03/2026',
+ HOT_RELEASE_DATE: '23/03/2026',
};
diff --git a/visual-tests/package.json b/visual-tests/package.json
index d65ec3b1a6..90e08365c5 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-rc1",
+ "version": "17.0.1-rc2",
"description": "",
"main": "index.js",
"scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index eaebcf77cf..20a7d74ffb 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-rc1",
+ "version": "17.0.1-rc2",
"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 c015cda4d2..8e75cef245 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-rc1",
+ "version": "17.0.1-rc2",
"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 263255d43c..561e5d018c 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
{
"name": "@handsontable/vue3",
- "version": "17.0.1-rc1",
+ "version": "17.0.1-rc2",
"description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
"author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
"homepage": "https://handsontable.com",