Skip to content

Commit 8645711

Browse files
committed
Update changelog for v1.2.0
1 parent 0bbfa25 commit 8645711

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
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

0 commit comments

Comments
 (0)