Skip to content

Commit 3fee7f9

Browse files
committed
Cutting version 1.8.5
1 parent 0f8d770 commit 3fee7f9

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,17 @@ NVD3 runs best on WebKit based browsers.
3434
* Firefox: latest version
3535
* Internet Explorer: 10+
3636

37+
## Do we support D3 v4.x?
38+
39+
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! :)
40+
3741
## Changelog
3842

43+
**1.8.5** Changes:
44+
45+
* Community bugfixes
46+
* New force-directed graph
47+
3948
**1.8.4** Changes:
4049

4150
* Community bugfixes including tooltip fixes.

build/nv.d3.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* nvd3 version 1.8.4-dev (https://github.com/novus/nvd3) 2016-12-01 */
1+
/* nvd3 version 1.8.5 (https://github.com/novus/nvd3) 2016-12-01 */
22
.nvd3 .nv-axis {
33
pointer-events:none;
44
opacity: 1;

build/nv.d3.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* nvd3 version 1.8.4-dev (https://github.com/novus/nvd3) 2016-12-01 */
1+
/* nvd3 version 1.8.5 (https://github.com/novus/nvd3) 2016-12-01 */
22
(function(){
33

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

1542115421
};
1542215422

15423-
nv.version = "1.8.4-dev";
15423+
nv.version = "1.8.5";
1542415424
})();
1542515425
//# sourceMappingURL=nv.d3.js.map

build/nv.d3.min.js

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

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Package.describe({
66
"name": 'nvd3:nvd3',
77
summary: 'Nvd3.org charts.',
8-
version: '1.8.4-dev',
8+
version: '1.8.5',
99
git: "https://github.com/novus/nvd3.git"
1010
});
1111
Package.on_use(function (api) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nvd3",
3-
"version": "1.8.4-dev",
3+
"version": "1.8.5",
44
"description": "A reusable charting library written in d3.js",
55
"url": "https://github.com/novus/nvd3",
66
"main": "build/nv.d3.js",

0 commit comments

Comments
 (0)