Skip to content

Commit 79c8bb2

Browse files
committed
fix changelog
1 parent 75cf245 commit 79c8bb2

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ _2025-03-19_
66

77
### Features
88

9+
- no forcing rft-sizer height
10+
11+
## 1.2.3
12+
13+
_2025-03-19_
14+
15+
### Features
16+
917
- bumps dependencies
1018
- adds more class names, and makes the auto sizer fill to height 100%
1119

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.2.3",
3+
"version": "1.2.4",
44
"description": "A React table inspired by @tanstack/react-virtual",
55
"author": "Mckervin Ceme <mckervinc@live.com>",
66
"license": "MIT",

src/styles/main.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
contain: strict;
44
}
55

6-
.rft-sizer {
7-
height: 100%;
8-
}
9-
106
.rft-outer-container {
117
position: relative;
128
width: 100%;

0 commit comments

Comments
 (0)