Skip to content

Commit

Permalink
Cutting build 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidpele committed Jan 24, 2016
1 parent cf34d6b commit f6c337c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ NVD3 runs best on WebKit based browsers.

## Changelog

**1.8.2** Changes:

* Lots of community bugfixes and a few extra minor features

**1.8.1** Changes:

* Tooltips were refactored - If you have customized your tooltips, note that you may need to adjust your custom functions as the data passed has changed format. See the new [tooltip options](https://nvd3-community.github.io/nvd3/examples/documentation.html#tooltip) for more details.
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.1-dev (https://github.com/novus/nvd3) 2016-01-24 */
/* nvd3 version 1.8.2 (https://github.com/novus/nvd3) 2016-01-24 */
.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.1-dev (https://github.com/novus/nvd3) 2016-01-24 */
/* nvd3 version 1.8.2 (https://github.com/novus/nvd3) 2016-01-24 */
(function(){

// set up main nv object
Expand Down Expand Up @@ -13785,5 +13785,5 @@ nv.models.sunburstChart = function() {
return chart;
};

nv.version = "1.8.1-dev";
nv.version = "1.8.2";
})();
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.1-dev',
version: '1.8.2',
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.1-dev",
"version": "1.8.2",
"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 f6c337c

Please sign in to comment.