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 c4acbe4 commit 9a2af96Copy full SHA for 9a2af96
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# CHANGELOG
2
3
+## 0.4.2
4
+
5
+_2020-09-07_
6
7
+### Bugfix
8
9
+- Moved the `RowContainer` to its own component. This should resolve the issue of the table cell re-rendering on resize.
10
11
+## 0.4.1
12
13
+_2020-09-06_
14
15
+### Features
16
17
+- Added the ability to pass in a `ref` to the component in order to access the `scrollTo` and `scrollToItem` functions.
18
19
## 0.4.0
20
21
_2020-05-05_
package.json
@@ -1,6 +1,6 @@
{
"name": "react-fluid-table",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "A React table inspired by react-window",
"author": "Mckervin Ceme <mckervinc@live.com>",
"license": "MIT",
0 commit comments