react-tablize
Advanced tools
Comparing version 1.0.0 to 1.0.1
# React Tablize - Change Log | ||
## [1.0.1 - 2020-01-05](https://github.com/alonrbar/react-tablize/tree/v1.0.1) | ||
### Fixed | ||
- Fix component update when direction is "rtl". | ||
## [1.0.0 - 2019-12-22](https://github.com/alonrbar/react-tablize/tree/v1.0.0) | ||
@@ -4,0 +10,0 @@ |
@@ -54,2 +54,3 @@ import * as React from 'react'; | ||
scrollLeft: number; | ||
opacity: any; | ||
} | ||
@@ -86,3 +87,4 @@ export declare class VirtualWindow extends React.PureComponent<VirtualWindowProps, VirtualWindowState> { | ||
private getCellOriginalKey; | ||
private forceRedraw; | ||
} | ||
export {}; |
{ | ||
"name": "react-tablize", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "High performance virtual table and grid components for React", | ||
@@ -5,0 +5,0 @@ "author": "Alon Bar", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
457293
5530