Skip to content

Commit a6c1120

Browse files
committed
Version 0.12.4
+ Add onKeyDown handler to Th to allow screen readers and other browsers to sort on a press of Enter (glittershark#248)
1 parent 776c292 commit a6c1120

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

0 commit comments

Comments
 (0)