Skip to content

Commit

Permalink
Cutting version 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidpele committed Dec 1, 2016
1 parent 0f8d770 commit 3fee7f9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,17 @@ NVD3 runs best on WebKit based browsers.
* Firefox: latest version
* Internet Explorer: 10+

## Do we support D3 v4.x?

No, we do not... we are very interested in taking this on but could use some help. Please let us know if you'd like to help make this a reality! :)

## Changelog

**1.8.5** Changes:

* Community bugfixes
* New force-directed graph

**1.8.4** Changes:

* Community bugfixes including tooltip fixes.
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.4-dev (https://github.com/novus/nvd3) 2016-12-01 */
/* nvd3 version 1.8.5 (https://github.com/novus/nvd3) 2016-12-01 */
.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.4-dev (https://github.com/novus/nvd3) 2016-12-01 */
/* nvd3 version 1.8.5 (https://github.com/novus/nvd3) 2016-12-01 */
(function(){

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

};

nv.version = "1.8.4-dev";
nv.version = "1.8.5";
})();
//# sourceMappingURL=nv.d3.js.map
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.4-dev',
version: '1.8.5',
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.4-dev",
"version": "1.8.5",
"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 3fee7f9

Please sign in to comment.