Skip to content

Commit

Permalink
Cut build 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidpele committed Jul 4, 2016
1 parent 3d57018 commit 011ac4a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Simply add the `nv.d3` assets to your project and include them in your HTML.

### Dependencies

NVD3 should work with the latest [d3.js](http://d3js.org/) version 3.5.3 and later.
NVD3 is recommended to go with [d3.js](http://d3js.org/) version 3.5.3 and later, but NOT d3 4.x yet.

**Minimum D3 version required: 3.4.4**

Expand All @@ -36,6 +36,10 @@ NVD3 runs best on WebKit based browsers.

## Changelog

**1.8.4** Changes:

* Community bugfixes including tooltip fixes.

**1.8.3** Changes:

* Logs of community bugfixes
Expand Down
2 changes: 1 addition & 1 deletion build/nv.d3.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* nvd3 version 1.8.3-dev (https://github.com/novus/nvd3) 2016-07-03 */
/* nvd3 version 1.8.4 (https://github.com/novus/nvd3) 2016-07-03 */
.nvd3 .nv-axis {
pointer-events:none;
opacity: 1;
Expand Down
4 changes: 2 additions & 2 deletions build/nv.d3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* nvd3 version 1.8.3-dev (https://github.com/novus/nvd3) 2016-07-03 */
/* nvd3 version 1.8.4 (https://github.com/novus/nvd3) 2016-07-03 */
(function(){

// set up main nv object
Expand Down Expand Up @@ -14707,5 +14707,5 @@ nv.models.sunburstChart = function() {

};

nv.version = "1.8.3-dev";
nv.version = "1.8.4";
})();
4 changes: 2 additions & 2 deletions build/nv.d3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Package.describe({
"name": 'nvd3:nvd3',
summary: 'Nvd3.org charts.',
version: '1.8.3-dev',
version: '1.8.4',
git: "https://github.com/novus/nvd3.git"
});
Package.on_use(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nvd3",
"version": "1.8.3-dev",
"version": "1.8.4",
"description": "A reusable charting library written in d3.js",
"url": "https://github.com/novus/nvd3",
"main": "build/nv.d3.js",
Expand Down

0 comments on commit 011ac4a

Please sign in to comment.