Commit 2f4eeacd7d for handsontable.com

commit 2f4eeacd7d24ce77610fc4bf12f56c9664bad3bb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Sep 1 10:49:41 2026 +0000

    18.1.0-rc11

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4333ecd90c..507ee701d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

 <!-- UNVERSIONED -->

-## [18.1.0-rc10] - 2026-08-31
+## [18.1.0-rc11] - 2026-09-01

 ### Added
 - Added the `modifySinglePassLayout` hook, which forces the previous measure-then-render layout path for a table. [#12951](https://github.com/handsontable/handsontable/pull/12951)
diff --git a/docs/content/guides/upgrade-and-migration/changelog/changelog.md b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
index 4c512059ad..4dbe14c2bd 100644
--- a/docs/content/guides/upgrade-and-migration/changelog/changelog.md
+++ b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
@@ -26,9 +26,9 @@ This page aggregates all Handsontable release notes. For upgrade instructions, s

 [[toc]]

-## 18.1.0-rc10
+## 18.1.0-rc11

-Released on August 31st, 2026
+Released on September 1st, 2026

 For more information about this release, see:
 - [Documentation (18.1)](https://handsontable.com/docs/18.1)
diff --git a/handsontable/package.json b/handsontable/package.json
index 45c4c88c9e..35eaf02167 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": "18.1.0-rc10",
+  "version": "18.1.0-rc11",
   "main": "index",
   "module": "index.mjs",
   "jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index 75ef8cd423..071f5b2b51 100644
--- a/hot.config.js
+++ b/hot.config.js
@@ -1,6 +1,6 @@
 module.exports = {
   HOT_FILENAME: 'handsontable',
-  HOT_VERSION: '18.1.0-rc10',
+  HOT_VERSION: '18.1.0-rc11',
   HOT_PACKAGE_NAME: 'handsontable',
   HOT_BUILD_DATE: (() => {
     const d = new Date();
@@ -8,5 +8,5 @@ module.exports = {

     return `${p(d.getDate())}/${p(d.getMonth() + 1)}/${d.getFullYear()} ${p(d.getHours())}:${p(d.getMinutes())}:${p(d.getSeconds())}`;
   })(),
-  HOT_RELEASE_DATE: '31/08/2026',
+  HOT_RELEASE_DATE: '01/09/2026',
 };
diff --git a/visual-tests/package.json b/visual-tests/package.json
index e4ee2e0d70..9b0abc2c26 100644
--- a/visual-tests/package.json
+++ b/visual-tests/package.json
@@ -1,7 +1,7 @@
 {
   "name": "handsontable-visual-tests",
   "private": true,
-  "version": "18.1.0-rc10",
+  "version": "18.1.0-rc11",
   "description": "",
   "main": "index.js",
   "scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index e1dc05cd11..d137466ca7 100644
--- a/wrappers/angular-wrapper/package.json
+++ b/wrappers/angular-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/angular-wrapper",
-  "version": "18.1.0-rc10",
+  "version": "18.1.0-rc11",
   "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 9a787a9d82..adaa600cea 100644
--- a/wrappers/react-wrapper/package.json
+++ b/wrappers/react-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/react-wrapper",
-  "version": "18.1.0-rc10",
+  "version": "18.1.0-rc11",
   "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 9d21ed0c64..d407bf8608 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/vue3",
-  "version": "18.1.0-rc10",
+  "version": "18.1.0-rc11",
   "description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
   "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
   "homepage": "https://handsontable.com",