Skip to content

Commit 2219e46

Browse files
committed
bump version
1 parent ff4efb0 commit 2219e46

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

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+
311
## 1.4.0
412

513
_2025-04-18_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-fluid-table",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "A React table inspired by @tanstack/react-virtual",
55
"author": "Mckervin Ceme <mckervinc@live.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)