Skip to content

Commit d8341ec

Browse files
committed
2.0.0
1 parent f3d533f commit d8341ec

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ React.render(
3030

3131
<strong> Classic (no React or Browserify): </strong>
3232

33-
Download [react-pivot-standalone-1.18.2.min.js](https://raw.githubusercontent.com/davidguttman/react-pivot/master/dist/react-pivot-standalone-1.18.2.min.js)
33+
Download [react-pivot-standalone-2.0.0.min.js](https://raw.githubusercontent.com/davidguttman/react-pivot/master/dist/react-pivot-standalone-2.0.0.min.js)
3434

3535
```html
36-
<script src='react-pivot-standalone-1.18.2.min.js'></script>
36+
<script src='react-pivot-standalone-2.0.0.min.js'></script>
3737
<script>
3838
ReactPivot(document.body, {
3939
rows: rows,

dist/react-pivot-standalone-1.18.2.min.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

dist/react-pivot-standalone-2.0.0.min.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-pivot",
33
"description": "React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.",
4-
"version": "1.18.3",
4+
"version": "2.0.0",
55
"author": "David Guttman <[email protected]> (http://davidguttman.com/)",
66
"browser": "index.jsx",
77
"browserify": {

0 commit comments

Comments
 (0)