Compare commits

...

2 Commits
5.3.2 ... 5.4.0

Author SHA1 Message Date
ceolter
8804a01de3 release 5.4.0 2016-09-09 14:21:19 +01:00
ceolter
0dc55bd393 release 5.3.2 2016-09-02 16:45:32 +01:00
2 changed files with 8 additions and 6 deletions

View File

@@ -7,8 +7,10 @@ Examples of running ag-Grid inside React application.
See the [www.ag-grid.com](http://www.ag-grid.com). See the [www.ag-grid.com](http://www.ag-grid.com).
There are two examples: There are two examples:
standard - shows a typical grid demonstrating many ag-Grid features
large - shows a very large grid (767 columns and 1,000 rows) using React cell renderers 1. standard - shows a typical grid demonstrating many ag-Grid features
2. large - shows a very large grid (767 columns and 1,000 rows) using React cell renderers
Building Building
============== ==============

View File

@@ -1,6 +1,6 @@
{ {
"name": "ag-grid-react-example", "name": "ag-grid-react-example",
"version": "5.3.2", "version": "5.4.0",
"description": "Example Reach applicaiton using ag-Grid.", "description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js", "main": "dist/ag-grid-react-example.js",
"scripts": { "scripts": {
@@ -35,8 +35,8 @@
"dependencies": { "dependencies": {
"react": "0.14.6", "react": "0.14.6",
"react-dom": "0.14.6", "react-dom": "0.14.6",
"ag-grid": "~5.3.0", "ag-grid": "~5.4.0",
"ag-grid-enterprise": "~5.3.0", "ag-grid-enterprise": "~5.4.0",
"ag-grid-react": "~5.3.2" "ag-grid-react": "~5.4.0"
} }
} }