Skip to content

Commit 9a2af96

Browse files
committed
bump version
1 parent c4acbe4 commit 9a2af96

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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+
319
## 0.4.0
420

521
_2020-05-05_

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

0 commit comments

Comments
 (0)