reactabular-sticky
Version:
Sticky header and body for Reactabular
61 lines (37 loc) • 1.55 kB
Markdown
8.12.0 / 2017-10-05
==================
* Chore - Support React 16. #324
8.6.0 / 2017-01-16
==================
* Bug fix - Bump lodash peer dependency to v4 minimum. This was expected already, but the version was wrong.
8.2.0 / 2016-11-29
==================
* Feature - Allow `Sticky.Header` `overflow` to be overridden through `style`.
8.1.0 / 2016-11-27
==================
* Feature - Allow `Sticky.Body` `overflow` to be overridden through `style`. #246
3.0.0 / 2016-09-01
==================
* Bug fix - Make sure `scrollOffset` gets a value no matter what. This avoid a React warning.
2.0.5 / 2016-08-26
==================
* Feature - Allow `onScroll` handler to be defined for `Body`. Previously it overrode that.
2.0.4 / 2016-08-24
==================
* Bug fix - Calculate extra padding to table body so that header and body widths match even if a scrollbar is visible.
1.1.2 / 2016-08-04
==================
* Bug fix - Fix `reactabular-table` import. Missing `* as`.
1.1.1 / 2016-08-04
==================
* Bug fix - Fix `reactabular-table` import. It points to the correct package now.
1.1.0 / 2016-08-03
==================
* Feature - Added `getRef` for getting references to underlying DOM elements.
* Feature - Moved `reactabular-table` as a peer dependency as I realized it's better to let the user decide which version of the table to use.
1.0.3 / 2016-07-27
==================
* Feature - Make `tableHeader` prop check looser.
0.1.0 / 2016-07-26
==================
* Initial release.