Commit 23b560259b for handsontable.com

commit 23b560259bbc6b478ba564dbd7873c5a0b42d397
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue May 19 07:05:18 2026 +0000

    17.1.0-rc14

diff --git a/CHANGELOG.md b/CHANGELOG.md
index db6b6207e1..2c15e87297 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-rc13] - 2026-05-19
+## [17.1.0-rc14] - 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 780782b249..91c99435b8 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-rc13
+## 17.1.0-rc14

 Released on May 19th, 2026

diff --git a/handsontable/package.json b/handsontable/package.json
index d681508f10..bba018d513 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-rc13",
+  "version": "17.1.0-rc14",
   "main": "index",
   "module": "index.mjs",
   "jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index f324c36751..a259b5f15a 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-rc13',
+  HOT_VERSION: '17.1.0-rc14',
   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 6163434fdc..1c30fa1fff 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-rc13",
+  "version": "17.1.0-rc14",
   "description": "",
   "main": "index.js",
   "scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index d9881168e1..2e5c9b6b02 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-rc13",
+  "version": "17.1.0-rc14",
   "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 50e47c6023..f437c4589b 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-rc13",
+  "version": "17.1.0-rc14",
   "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 b5c4ac51e8..067b1a5f86 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/vue3",
-  "version": "17.1.0-rc13",
+  "version": "17.1.0-rc14",
   "description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
   "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
   "homepage": "https://handsontable.com",