Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehzhang committed Jul 9, 2015
1 parent 34de3c3 commit 2fd2384
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/fixed-data-table-base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.4.0
* FixedDataTable v0.4.1
*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table-base.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/fixed-data-table-style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.4.0
* FixedDataTable v0.4.1
*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table-style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/fixed-data-table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.4.0
* FixedDataTable v0.4.1
*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
Expand Down
5 changes: 3 additions & 2 deletions dist/fixed-data-table.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.4.0
* FixedDataTable v0.4.1
*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
Expand Down Expand Up @@ -185,7 +185,7 @@ return /******/ (function(modules) { // webpackBootstrap
Table: FixedDataTable
};

FixedDataTableRoot.version = '0.4.0';
FixedDataTableRoot.version = '0.4.1';

module.exports = FixedDataTableRoot;

Expand Down Expand Up @@ -5004,6 +5004,7 @@ return /******/ (function(modules) { // webpackBootstrap
fixedColumns: props.fixedColumns,
scrollableColumns: props.scrollableColumns,
onClick: props.onRowClick,
onDoubleClick: props.onRowDoubleClick,
onMouseDown: props.onRowMouseDown,
onMouseEnter: props.onRowMouseEnter,
onMouseLeave: props.onRowMouseLeave,
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/fixed-data-table.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixed-data-table",
"version": "0.4.0",
"version": "0.4.1",
"description": "A React table component designed to allow presenting thousands of rows of data.",
"main": "main.js",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/FixedDataTableRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ var FixedDataTableRoot = {
Table: FixedDataTable,
};

FixedDataTableRoot.version = '0.4.0';
FixedDataTableRoot.version = '0.4.1';

module.exports = FixedDataTableRoot;

0 comments on commit 2fd2384

Please sign in to comment.