Commit a77e04b44f for handsontable.com
commit a77e04b44f2f60369bb2ff205b3638e4fdee7cbb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Sep 15 08:25:12 2026 +0000
18.1.1-rc2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ff6b1171d..f74964d554 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.1-rc1] - 2026-09-14
+## [18.1.1-rc2] - 2026-09-15
### Fixed
- Fixed copying, cutting, and pasting doing nothing in a grid embedded in a Salesforce Lightning Web Component. [#13388](https://github.com/handsontable/handsontable/issues/13388)
diff --git a/docs/content/guides/upgrade-and-migration/changelog/changelog.md b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
index 7fc3b0fbc3..9f1d979f6a 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.1-rc1
+## 18.1.1-rc2
-Released on September 14th, 2026
+Released on September 15th, 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 7b775c7e06..40f71cb397 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.1-rc1",
+ "version": "18.1.1-rc2",
"main": "index",
"module": "index.mjs",
"jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index 69bfebe498..44641ce7f4 100644
--- a/hot.config.js
+++ b/hot.config.js
@@ -1,6 +1,6 @@
module.exports = {
HOT_FILENAME: 'handsontable',
- HOT_VERSION: '18.1.1-rc1',
+ HOT_VERSION: '18.1.1-rc2',
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: '14/09/2026',
+ HOT_RELEASE_DATE: '15/09/2026',
};
diff --git a/visual-tests/package.json b/visual-tests/package.json
index 461ced590e..cc80221fc1 100644
--- a/visual-tests/package.json
+++ b/visual-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "handsontable-visual-tests",
"private": true,
- "version": "18.1.1-rc1",
+ "version": "18.1.1-rc2",
"description": "",
"main": "index.js",
"scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index 03d7635808..2fdb2638bc 100644
--- a/wrappers/angular-wrapper/package.json
+++ b/wrappers/angular-wrapper/package.json
@@ -1,6 +1,6 @@
{
"name": "@handsontable/angular-wrapper",
- "version": "18.1.1-rc1",
+ "version": "18.1.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 95feb3df1b..1a15ce00e9 100644
--- a/wrappers/react-wrapper/package.json
+++ b/wrappers/react-wrapper/package.json
@@ -1,6 +1,6 @@
{
"name": "@handsontable/react-wrapper",
- "version": "18.1.1-rc1",
+ "version": "18.1.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 819b7f00f9..40766fd7d0 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
{
"name": "@handsontable/vue3",
- "version": "18.1.1-rc1",
+ "version": "18.1.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",