Skip to content

Commit 1543301

Browse files
committed
Version 0.10.1
- Allow sorting based on non-stringified values - Fix broken filtering when specifying table data with <Tr>s and <Td>s - Fix issue with <Td> column name getting attached as a series of properties
1 parent a7ca694 commit 1543301

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.10.0",
3+
"version": "0.10.1",
44
"main": "build/reactable.js",
55
"dependencies": {
66
"react": "0.12"

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.10.0",
3+
"version": "0.10.1",
44
"description": "Fast, flexible, simple data tables in React",
55
"main": "./build/reactable.js",
66
"repository": {

0 commit comments

Comments
 (0)