We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4efb0 commit 2219e46Copy full SHA for 2219e46
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## 1.4.1
4
+
5
+_2025-04-18_
6
7
+### Bugfix
8
9
+- set `box-sizing: content-box` on `.rft`. Should fix vertical scroll bars appearing when borders are present and maxTableHeight is specified.
10
11
## 1.4.0
12
13
_2025-04-18_
package.json
@@ -1,6 +1,6 @@
{
"name": "react-fluid-table",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "A React table inspired by @tanstack/react-virtual",
"author": "Mckervin Ceme <mckervinc@live.com>",
"license": "MIT",
0 commit comments