Skip to content

Commit ff8280e

Browse files
author
Kamran Asif
committed
Version 0.7.0
1 parent dffeb95 commit ff8280e

10 files changed

+932
-659
lines changed

Diff for: dist/fixed-data-table-base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* FixedDataTable v0.6.7
2+
* FixedDataTable v0.7.0
33
*
44
* Copyright Schrodinger, LLC
55
* All rights reserved.

Diff for: dist/fixed-data-table-base.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/fixed-data-table-style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* FixedDataTable v0.6.7
2+
* FixedDataTable v0.7.0
33
*
44
* Copyright Schrodinger, LLC
55
* All rights reserved.

Diff for: dist/fixed-data-table-style.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/fixed-data-table.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* FixedDataTable v0.6.7
2+
* FixedDataTable v0.7.0
33
*
44
* Copyright Schrodinger, LLC
55
* All rights reserved.

Diff for: dist/fixed-data-table.js

+920-647
Large diffs are not rendered by default.

Diff for: dist/fixed-data-table.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/fixed-data-table.min.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fixed-data-table-2",
3-
"version": "0.6.7",
3+
"version": "0.7.0",
44
"description": "A React table component designed to allow presenting thousands of rows of data.",
55
"main": "main.js",
66
"peerDependencies": {

Diff for: src/FixedDataTableRoot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ var FixedDataTableRoot = {
2323
Table: FixedDataTable,
2424
};
2525

26-
FixedDataTableRoot.version = '0.6.7';
26+
FixedDataTableRoot.version = '0.7.0';
2727
module.exports = FixedDataTableRoot;

0 commit comments

Comments
 (0)