Skip to content

Commit 011ac4a

Browse files
committed
Cut build 1.8.4
1 parent 3d57018 commit 011ac4a

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Simply add the `nv.d3` assets to your project and include them in your HTML.
1818

1919
### Dependencies
2020

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

2323
**Minimum D3 version required: 3.4.4**
2424

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

3737
## Changelog
3838

39+
**1.8.4** Changes:
40+
41+
* Community bugfixes including tooltip fixes.
42+
3943
**1.8.3** Changes:
4044

4145
* Logs of community bugfixes

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.3-dev (https://github.com/novus/nvd3) 2016-07-03 */
1+
/* nvd3 version 1.8.4 (https://github.com/novus/nvd3) 2016-07-03 */
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.3-dev (https://github.com/novus/nvd3) 2016-07-03 */
1+
/* nvd3 version 1.8.4 (https://github.com/novus/nvd3) 2016-07-03 */
22
(function(){
33

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

1470814708
};
1470914709

14710-
nv.version = "1.8.3-dev";
14710+
nv.version = "1.8.4";
1471114711
})();

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.3-dev',
8+
version: '1.8.4',
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.3-dev",
3+
"version": "1.8.4",
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)