Skip to content

Commit e9a46ef

Browse files
committed
Reactable 0.11.0-beta1
* Upgrade to React 0.13 This also included splitting up everything into seperate files and using ES6 everywhere (glittershark#80) + Add distinct class names to Reactable header columns named after the column (glittershark#154)
1 parent a07772d commit e9a46ef

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

0 commit comments

Comments
 (0)