Commit f23af70ce4 for handsontable.com

commit f23af70ce454c5e96114b04c2ee8d779cf2d7663
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue May 19 08:01:02 2026 +0000

    17.1.0-rc15

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c15e87297..d13fc6e678 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.1.0-rc14] - 2026-05-19
+## [17.1.0-rc15] - 2026-05-19

 ### Added
 - Added a hit area for dropdown menu and collapsible buttons [#12070](https://github.com/handsontable/handsontable/pull/12070)
diff --git a/docs/content/guides/upgrade-and-migration/changelog/changelog.md b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
index 91c99435b8..a3576bbf38 100644
--- a/docs/content/guides/upgrade-and-migration/changelog/changelog.md
+++ b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
@@ -27,7 +27,7 @@ This page aggregates all Handsontable release notes. For upgrade instructions, s

 [[toc]]

-## 17.1.0-rc14
+## 17.1.0-rc15

 Released on May 19th, 2026

diff --git a/handsontable/package.json b/handsontable/package.json
index bba018d513..f4ceff884a 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.1.0-rc14",
+  "version": "17.1.0-rc15",
   "main": "index",
   "module": "index.mjs",
   "jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index a259b5f15a..e043f483c1 100644
--- a/hot.config.js
+++ b/hot.config.js
@@ -2,7 +2,7 @@ const moment = require('moment');

 module.exports = {
   HOT_FILENAME: 'handsontable',
-  HOT_VERSION: '17.1.0-rc14',
+  HOT_VERSION: '17.1.0-rc15',
   HOT_PACKAGE_NAME: 'handsontable',
   HOT_BUILD_DATE: moment().format('DD/MM/YYYY HH:mm:ss'),
   HOT_RELEASE_DATE: '19/05/2026',
diff --git a/visual-tests/package.json b/visual-tests/package.json
index 1c30fa1fff..5612486bef 100644
--- a/visual-tests/package.json
+++ b/visual-tests/package.json
@@ -1,7 +1,7 @@
 {
   "name": "handsontable-visual-tests",
   "private": true,
-  "version": "17.1.0-rc14",
+  "version": "17.1.0-rc15",
   "description": "",
   "main": "index.js",
   "scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index 2e5c9b6b02..e8a2c7f383 100644
--- a/wrappers/angular-wrapper/package.json
+++ b/wrappers/angular-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/angular-wrapper",
-  "version": "17.1.0-rc14",
+  "version": "17.1.0-rc15",
   "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 f437c4589b..6d8797b5a6 100644
--- a/wrappers/react-wrapper/package.json
+++ b/wrappers/react-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/react-wrapper",
-  "version": "17.1.0-rc14",
+  "version": "17.1.0-rc15",
   "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 067b1a5f86..71b9e04d08 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/vue3",
-  "version": "17.1.0-rc14",
+  "version": "17.1.0-rc15",
   "description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
   "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
   "homepage": "https://handsontable.com",