Skip to content

Commit ecd2df4

Browse files
committed
Version 0.12.2
+ Add support for onFilter event prop (glittershark#235) (@educastellano) + Add defaultSortDescending prop to table (glittershark#230) (@JohnathanBruce)
1 parent 637ae56 commit ecd2df4

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

0 commit comments

Comments
 (0)