Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42fd4fb

Browse files
committedSep 20, 2015
Version 0.11.3
+ Add accessibility attributes (role="button" and href) to pagination links and table headers * Export Reactable.Th
1 parent 05d39a9 commit 42fd4fb

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.