Skip to content

1.25.2 release #1542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
where X.Y.Z is the semver of most recent plotly.js release.


## [1.25.2] -- 2017-03-31

### Fixed
- rm `const` token from dist bundles that depend on `big-rat`,
see https://github.com/rat-nest/big-rat/pull/4 for more details.


## [1.25.1] -- 2017-03-28

### Fixed
Expand Down
38 changes: 19 additions & 19 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.

It be can imported as minified javascript
- using dist file `dist/plotly.min.js`
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.25.1.min.js
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.25.2.min.js

or as raw javascript:
- using dist file `dist/plotly.js`
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.25.1.js
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.25.2.js
- using CommonJS with `require('plotly.js')`

If you would like to have access to the attribute meta information (including attribute descriptions as on the [schema reference page](https://plot.ly/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
Expand Down Expand Up @@ -74,8 +74,8 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
| dist bundle (minified) | `dist/plotly-basic.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.25.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.25.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.25.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.25.2.min.js |
| CommonJS | `require('plotly.js/lib/index-basic')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -92,8 +92,8 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
| dist bundle (minified) | `dist/plotly-cartesian.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.25.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.25.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.25.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.25.2.min.js |
| CommonJS | `require('plotly.js/lib/index-cartesian')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -110,8 +110,8 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
| dist bundle (minified) | `dist/plotly-geo.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.25.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.25.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.25.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.25.2.min.js |
| CommonJS | `require('plotly.js/lib/index-geo')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -128,13 +128,13 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
| dist bundle (minified) | `dist/plotly-gl3d.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.25.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.25.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.25.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.25.2.min.js |
| CommonJS | `require('plotly.js/lib/index-gl3d')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.6 MB | 1.1 MB | 342.9 kB |
| 2.6 MB | 1.1 MB | 342.8 kB |

### plotly.js gl2d

Expand All @@ -146,8 +146,8 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
| dist bundle (minified) | `dist/plotly-gl2d.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.25.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.25.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.25.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.25.2.min.js |
| CommonJS | `require('plotly.js/lib/index-gl2d')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -164,13 +164,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
| dist bundle (minified) | `dist/plotly-mapbox.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.25.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.25.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.25.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.25.2.min.js |
| CommonJS | `require('plotly.js/lib/index-mapbox')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.7 MB | 1 MB | 318.2 kB |
| 2.7 MB | 1 MB | 318.1 kB |

### plotly.js finance

Expand All @@ -182,13 +182,13 @@ The `finance` partial bundle contains the `scatter`, `bar`, `histogram`, `pie`,
| dist bundle (minified) | `dist/plotly-finance.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-finance-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-finance-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.25.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.25.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.25.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.25.2.min.js |
| CommonJS | `require('plotly.js/lib/index-finance')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 1.7 MB | 658.5 kB | 212.7 kB |
| 1.7 MB | 658.4 kB | 212.7 kB |

----------------

Expand Down
20 changes: 10 additions & 10 deletions dist/npm-ls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plotly.js",
"version": "1.25.1",
"version": "1.25.2",
"dependencies": {
"3d-view": {
"version": "2.0.0",
Expand Down Expand Up @@ -187,9 +187,9 @@
}
},
"object-inspect": {
"version": "1.2.1",
"version": "1.2.2",
"from": "object-inspect@>=1.2.1 <1.3.0",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.2.1.tgz"
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.2.2.tgz"
},
"resumer": {
"version": "0.0.0",
Expand Down Expand Up @@ -426,9 +426,9 @@
"resolved": "https://registry.npmjs.org/clean-pslg/-/clean-pslg-1.1.2.tgz",
"dependencies": {
"big-rat": {
"version": "1.0.3",
"version": "1.0.4",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"from": "big-rat@>=1.0.3 <2.0.0",
"resolved": "https://registry.npmjs.org/big-rat/-/big-rat-1.0.3.tgz",
"resolved": "https://registry.npmjs.org/big-rat/-/big-rat-1.0.4.tgz",
"dependencies": {
"bn.js": {
"version": "4.11.6",
Expand Down Expand Up @@ -1522,7 +1522,7 @@
},
"through2": {
"version": "0.6.5",
"from": "through2@^0.6.3",
"from": "through2@>=0.6.3 <0.7.0",
"resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz"
}
}
Expand Down Expand Up @@ -2446,9 +2446,9 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz"
},
"convert-source-map": {
"version": "1.4.0",
"version": "1.5.0",
"from": "convert-source-map@>=1.1.1 <2.0.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.4.0.tgz"
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz"
},
"multi-stage-sourcemap": {
"version": "0.2.1",
Expand Down Expand Up @@ -2682,9 +2682,9 @@
}
},
"uglify-js": {
"version": "2.8.16",
"version": "2.8.20",
"from": "uglify-js@>=2.6.0 <3.0.0",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.16.tgz",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.20.tgz",
"dependencies": {
"source-map": {
"version": "0.5.6",
Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (basic) v1.25.1
* plotly.js (basic) v1.25.2
* Copyright 2012-2017, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -26274,7 +26274,7 @@ exports.svgAttrs = {
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down
44 changes: 22 additions & 22 deletions dist/plotly-basic.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-cartesian.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (cartesian) v1.25.1
* plotly.js (cartesian) v1.25.2
* Copyright 2012-2017, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -26372,7 +26372,7 @@ exports.svgAttrs = {
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down
38 changes: 19 additions & 19 deletions dist/plotly-cartesian.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-finance.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (finance) v1.25.1
* plotly.js (finance) v1.25.2
* Copyright 2012-2017, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -26316,7 +26316,7 @@ exports.svgAttrs = {
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down
30 changes: 15 additions & 15 deletions dist/plotly-finance.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-geo-assets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/plotly-geo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (geo) v1.25.1
* plotly.js (geo) v1.25.2
* Copyright 2012-2017, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -27053,7 +27053,7 @@ exports.svgAttrs = {
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down
42 changes: 21 additions & 21 deletions dist/plotly-geo.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/plotly-gl2d.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (gl2d) v1.25.1
* plotly.js (gl2d) v1.25.2
* Copyright 2012-2017, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -432,7 +432,7 @@ function sign (x) {
},{"bn.js":30}],18:[function(require,module,exports){
'use strict'

const sign = require('./bn-sign')
var sign = require('./bn-sign')

module.exports = bn2num

Expand Down Expand Up @@ -61583,7 +61583,7 @@ exports.svgAttrs = {
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down
70 changes: 35 additions & 35 deletions dist/plotly-gl2d.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/plotly-gl3d.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (gl3d) v1.25.1
* plotly.js (gl3d) v1.25.2
* Copyright 2012-2017, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -1102,7 +1102,7 @@ function sign (x) {
},{"bn.js":36}],24:[function(require,module,exports){
'use strict'

const sign = require('./bn-sign')
var sign = require('./bn-sign')

module.exports = bn2num

Expand Down Expand Up @@ -61839,7 +61839,7 @@ exports.svgAttrs = {
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down
74 changes: 37 additions & 37 deletions dist/plotly-gl3d.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-mapbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (mapbox) v1.25.1
* plotly.js (mapbox) v1.25.2
* Copyright 2012-2017, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -60268,7 +60268,7 @@ exports.svgAttrs = {
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down
48 changes: 24 additions & 24 deletions dist/plotly-mapbox.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/plotly-with-meta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js v1.25.1
* plotly.js v1.25.2
* Copyright 2012-2017, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -1913,7 +1913,7 @@ function sign (x) {
},{"bn.js":58}],46:[function(require,module,exports){
'use strict'

const sign = require('./bn-sign')
var sign = require('./bn-sign')

module.exports = bn2num

Expand Down Expand Up @@ -117107,7 +117107,7 @@ exports.svgAttrs = {
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down
6 changes: 3 additions & 3 deletions dist/plotly.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js v1.25.1
* plotly.js v1.25.2
* Copyright 2012-2017, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -1913,7 +1913,7 @@ function sign (x) {
},{"bn.js":58}],46:[function(require,module,exports){
'use strict'

const sign = require('./bn-sign')
var sign = require('./bn-sign')

module.exports = bn2num

Expand Down Expand Up @@ -116562,7 +116562,7 @@ exports.svgAttrs = {
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down
96 changes: 48 additions & 48 deletions dist/plotly.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plotly.js",
"version": "1.25.1",
"version": "1.25.2",
"description": "The open source javascript graphing library that powers plotly",
"license": "MIT",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/geo_assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ var saneTopojson = require('sane-topojson');


// package version injected by `npm run preprocess`
exports.version = '1.25.1';
exports.version = '1.25.2';

exports.topojson = saneTopojson;
Loading