Skip to content

Commit 8e386ac

Browse files
author
Griffin Smith
committed
Version 0.14.0
* Add ability to hide the Thead in the Table * Pass-through arbitrary HTML props to the `Td` component * Fix receiving new props clearing out the current page * Fix unknown props warnings with react 15.2 * Call component initialize methods with the correct props
1 parent a0d6f25 commit 8e386ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactable",
3-
"version": "0.13.2",
3+
"version": "0.14.0",
44
"main": "build/reactable.js",
55
"dependencies": {
66
"react": "0.14"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactable",
3-
"version": "0.13.2",
3+
"version": "0.14.0",
44
"description": "Fast, flexible, simple data tables in React",
55
"main": "./lib/reactable.js",
66
"repository": {

0 commit comments

Comments
 (0)