Skip to content

Commit 72fbd0b

Browse files
committed
update changelog for 1.40.1
1 parent 35af715 commit 72fbd0b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

13+
## [1.40.1] -- 2018-08-22
14+
15+
### Changed
16+
- Bump `browserify` to `v16` [#2923]
17+
- Bump `glslify` to `v6.2.1` [#2923]
18+
- Use `[email protected]` throughout code base [#2923]
19+
20+
### Fixed
21+
- Fix logic for hiding zero lines when they conflict with axis lines [#2936]
22+
- Fix `exponentformat` values `'e'` and `'E'` on log axes [#2921]
23+
- Fix dynamic layer ordering of `heatmap` and `carpet` traces [#2917]
24+
- Fix `Plotly.downloadImage` when using graph id or figure object
25+
as first argument [#2931]
26+
- Fix regl-based rendering when WebGL buffer dimensions don't match canvas
27+
dimensions [#2939]
28+
1329
## [1.40.0] -- 2018-08-16
1430

1531
### Added

0 commit comments

Comments
 (0)