@@ -9,6 +9,19 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
+ ## [ 1.5.1] -- 2016-02-01
13
+
14
+ ### Fixed
15
+ - Scattergeo and choropleth now correctly fire hover and click events [ #215 ]
16
+ - Heatmap and contour traces are redrawn in the correct order [ #194 ]
17
+ - Early returns in ` Plotly.plot ` now correctly return Promise rejections [ #226 ]
18
+ - Soon to be deprecated ` SVGElement.offsetParent ` calls are removed [ #222 ]
19
+ - Geo zoom in button is now correctly titled ` Zoom in ` [ #219 ]
20
+ - All attribute description are correctly stripped from the dist files (bug
21
+ introduce in 1.5.0) [ #223 ]
22
+ - Insecure dev dependencies ` ecstatic ` and ` uglify-js ` are bumped [ #225 ]
23
+ - Outdated karma-browserify dev dependency is bumped [ #229 ]
24
+
12
25
13
26
## [ 1.5.0] -- 2016-01-22
14
27
@@ -78,7 +91,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
78
91
79
92
### Fixed
80
93
- Fix Fifefox 42 to-image failures [ #104 ]
81
- - Fix error bar with type 'sqrt' logic making them visible without
94
+ - Fix error bar with type 'sqrt' logic making them visible without
82
95
specifying the 'value' field [ #91 ]
83
96
- Fix cartesian zoom/drag cover attributes for Firefox 31 [ #92 ]
84
97
@@ -111,7 +124,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
111
124
112
125
## [ 1.1.0] -- 2015-11-25
113
126
114
- ### Added
127
+ ### Added
115
128
- Add three plot config options: ` modeBarButtonsToRemove ` ,
116
129
` modeBarButtonsToAdd ` and ` modeBarButtons ` which combine
117
130
to add the ability to remove specific mode bar buttons add
@@ -131,7 +144,7 @@ First fully open source release.
131
144
132
145
### Changed
133
146
- Save to cloud is now done via a modebar button by default,
134
- the ` 'Edit chart' ` link is still available through the
147
+ the ` 'Edit chart' ` link is still available through the
135
148
` 'showLink' ` plot config.
136
149
- Better double-click notifier CSS
137
150
0 commit comments