Skip to content

Commit 1964176

Browse files
committed
Merge branch 'master' into jun_supervisor
2 parents a805c80 + 9c5221e commit 1964176

File tree

12 files changed

+88236
-85228
lines changed

12 files changed

+88236
-85228
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
For more context information, please read through the
44
[release notes](https://github.com/plotly/plotly.js/releases).
55

6+
## [1.2.0] -- 2015-12-07
7+
8+
### Added
9+
- All `Plotly.____` methods now return a promise, and pass the graph-div as an argument [#77]
10+
- `package.json` now has `webpack` field so plotly.js can be used by webpack users [#68]
11+
- Add support for rgba colours in pie-charts [#63]
12+
13+
### Changed
14+
- Optimized by calling window.getComputedStyle only once [#81]
15+
- Improved npm install process for topojson file resolve [#48]
16+
17+
### Fixed
18+
- Fixed geo-plot promises [#52]
19+
- Typo fixed in `No DOM element` error message [#64]
20+
- Fix hover labels with hoverinfo 'text' [#70]
21+
- Fix scaling for gl3d error bars [#74]
22+
623
## [1.1.1] -- 2015-12-01
724

825
### Fixed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,14 @@ plotly.js charts can also be created and saved online for free at [plot.ly/plot]
9494
|---|--------|---------|
9595
|**Alex C. Johnson**| [@alexcjohnson](https://github.com/alexcjohnson) | |
9696
|**Étienne Tétreault-Pinard**| [@etpinard](https://github.com/etpinard) | [@etpinard](https://twitter.com/etpinard) |
97-
|**Mikola Lysenko**| [@mikolalysenko](https://github.com/mikolalysenko) | [@MikolaLysenko](https://twitter.com/MikolaLysenko) |
97+
|**Mikola Lysenko**| [@mikolalysenko](https://github.com/mikolalysenko) | [@MikolaLysenko](https://twitter.com/MikolaLysenko) | |
98+
|**Miklós Tusz**| [@mdtusz](https://github.com/mdtusz) | [@mdtusz](https://twitter.com/mdtusz)|
99+
|**Chelsea Douglas**| [@cldougl](https://github.com/cldougl) | |
98100
|**Ben Postlethwaite**| [@bpostlethwaite](https://github.com/bpostlethwaite) | |
99101
|**Chris Parmer**| [@chriddyp](https://github.com/chriddyp) | |
100-
|**Chelsea Douglas**| [@cldougl](https://github.com/cldougl) | |
101102
|**Alex Vados**| [@alexander-daniel](https://github.com/alexander-daniel) | |
102103
104+
103105
## Copyright and license
104106
105107
Code and documentation copyright 2015 Plotly, Inc.

dist/plotly-geo-assets.js

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

0 commit comments

Comments
 (0)