Commit a418f85866 for handsontable.com
commit a418f8586634d4b4248b81667be9e297a761b424
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Sep 14 11:59:10 2026 +0000
18.1.1-rc1
diff --git a/.changelogs/13388.json b/.changelogs/13388.json
deleted file mode 100644
index 9096543f59..0000000000
--- a/.changelogs/13388.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "issuesOrigin": "public",
- "title": "Fixed copying, cutting, and pasting doing nothing in a grid embedded in a Salesforce Lightning Web Component.",
- "type": "fixed",
- "issueOrPR": 13388,
- "breaking": false,
- "framework": "none"
-}
diff --git a/.changelogs/13480.json b/.changelogs/13480.json
deleted file mode 100644
index f464bc0206..0000000000
--- a/.changelogs/13480.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "issuesOrigin": "private",
- "title": "Fixed a `filters` plugin crash thrown when a cell in a filtered column was edited, or the data was replaced with a filter active, after `updateSettings()` was called with the `filters` option (as the React and Angular wrappers do on every update).",
- "type": "fixed",
- "issueOrPR": 13480,
- "breaking": false,
- "framework": "none"
-}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 516cbf8300..8ff6b1171d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- UNVERSIONED -->
-## [18.1.1-rc0] - 2026-09-14
+## [18.1.1-rc1] - 2026-09-14
+
+### 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)
+- Fixed a `filters` plugin crash thrown when a cell in a filtered column was edited, or the data was replaced with a filter active, after `updateSettings()` was called with the `filters` option (as the React and Angular wrappers do on every update). [#13480](https://github.com/handsontable/handsontable/pull/13480)
## [18.1.0] - 2026-09-01
diff --git a/docs/content/guides/upgrade-and-migration/changelog/changelog.md b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
index 5ae9541aec..7fc3b0fbc3 100644
--- a/docs/content/guides/upgrade-and-migration/changelog/changelog.md
+++ b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
@@ -26,6 +26,17 @@ This page aggregates all Handsontable release notes. For upgrade instructions, s
[[toc]]
+## 18.1.1-rc1
+
+Released on September 14th, 2026
+
+For more information about this release, see:
+- [Documentation (18.1)](https://handsontable.com/docs/18.1)
+
+#### 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)
+- Fixed a `filters` plugin crash thrown when a cell in a filtered column was edited, or the data was replaced with a filter active, after `updateSettings()` was called with the `filters` option (as the React and Angular wrappers do on every update). [#13480](https://github.com/handsontable/handsontable/pull/13480)
+
## 18.1.0
Released on September 1st, 2026
diff --git a/handsontable/package.json b/handsontable/package.json
index 8961dcf86c..7b775c7e06 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",
+ "version": "18.1.1-rc1",
"main": "index",
"module": "index.mjs",
"jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index 722fb6acf7..69bfebe498 100644
--- a/hot.config.js
+++ b/hot.config.js
@@ -1,6 +1,6 @@
module.exports = {
HOT_FILENAME: 'handsontable',
- HOT_VERSION: '18.1.0',
+ HOT_VERSION: '18.1.1-rc1',
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: '01/09/2026',
+ HOT_RELEASE_DATE: '14/09/2026',
};
diff --git a/visual-tests/package.json b/visual-tests/package.json
index fd2d11feec..461ced590e 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",
+ "version": "18.1.1-rc1",
"description": "",
"main": "index.js",
"scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index 891e7c578b..03d7635808 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",
+ "version": "18.1.1-rc1",
"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 3585e095f3..95feb3df1b 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",
+ "version": "18.1.1-rc1",
"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 d91483cb78..819b7f00f9 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
{
"name": "@handsontable/vue3",
- "version": "18.1.0",
+ "version": "18.1.1-rc1",
"description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
"author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
"homepage": "https://handsontable.com",