Skip to content

Commit 8bc5369

Browse files
committed
update changelog
1 parent 8eda1f2 commit 8bc5369

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
99

1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

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

1326
## [1.5.0] -- 2016-01-22
1427

@@ -78,7 +91,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
7891

7992
### Fixed
8093
- 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
8295
specifying the 'value' field [#91]
8396
- Fix cartesian zoom/drag cover attributes for Firefox 31 [#92]
8497

@@ -111,7 +124,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
111124

112125
## [1.1.0] -- 2015-11-25
113126

114-
### Added
127+
### Added
115128
- Add three plot config options: `modeBarButtonsToRemove`,
116129
`modeBarButtonsToAdd` and `modeBarButtons` which combine
117130
to add the ability to remove specific mode bar buttons add
@@ -131,7 +144,7 @@ First fully open source release.
131144

132145
### Changed
133146
- 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
135148
`'showLink'` plot config.
136149
- Better double-click notifier CSS
137150

0 commit comments

Comments
 (0)