Skip to content

Commit 57c968f

Browse files
committed
update changelog for 1.34.0
1 parent adefca3 commit 57c968f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,39 @@ 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.34.0] -- 2018-02-12
14+
15+
### Added
16+
- Add `Plotly.react`, a new do-it-all API method that creates and update graphs
17+
using the same API signature [#2341]
18+
- Add constraint-type contours to `contour` traces [#2270]
19+
- Add `notched` and `notchwidth` attributes to `box` traces [#2305]
20+
- Add localization machinery to auto-formatted date axis ticks [#2261]
21+
- Add support for `text` in `mesh3d` traces [#2327]
22+
- Add support for scalar `text` in `surface` traces [#2327]
23+
- Make mode bar for graphs with multiple subplot types more usable [#2339]
24+
- Add `npm@5` package-lock file [#2323]
25+
26+
### Changed
27+
- All of gl-vis dependencies now use `[email protected]` [#2293, #2306]
28+
- All our dependencies and source now use `[email protected]` [#2326]
29+
30+
### Fixed
31+
- Prevent page scroll on mobile device on `gl2d` and `gl3d` subplots [#2296]
32+
- Fix multi-marker `scattergl` selection errors (bug introduced in `1.33.0`) [#2295]
33+
- Fix `Plotly.addTraces` in `scattergl` selection call backs (bug introduced in `1.33.0`) [#2298]
34+
- Fix trace `opacity` restyle for `scattergl` traces (bug introduced in `1.33.0`) [#2299]
35+
- Fix `scattergl` handling of `selectedpoints` across multiple traces [#2311]
36+
- Fix `scattergl` horizontal and vertical line rendering [#2340]
37+
- Fix restyle for scalar `hoverinfo` for `scatter3d`, `surface` and `mesh3d` traces [#2327]
38+
- Fix `table` when content-less cells and headers are supplied [#2314]
39+
- Fix `Plotly.animate` for attribute nested in `dimensions` containers [#2324]
40+
- Fix `hoverformat` on `visible: false` cartesian axes (bug introduced in `1.33.0`) [#2329]
41+
- Fix handling of double negative translate transform values [#2339]
42+
- Fix compare `hovermode` fallback for non-cartesian subplot types [#2339]
43+
- Fix animation error messages when overriding and ignoring frames updates [#2313]
44+
45+
1346
## [1.33.1] -- 2018-01-24
1447

1548
### Fixed

0 commit comments

Comments
 (0)