@@ -10,6 +10,40 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
12
13
+ ## [ 1.24.0] -- 2017-02-27
14
+
15
+ ### Added
16
+ - Add ` parcoords ` trace type (parallel coordinate plots) [ #1256 ]
17
+ - Add support for multiple range sliders [ #1355 ]
18
+ - Add ` 'aitoff' ` and ` 'sinusoidal' ` geo projection types [ #1422 ]
19
+ - Implement ` scene.dragmode: false ` to disable drag interaction on 3D subplots
20
+ [ #1377 ]
21
+ - Add ` showAxisDragHandles ` and ` showAxisRangeEntryBoxes ` configuration options
22
+ [ #1389 ]
23
+ - Add ` customdata ` attribute to scatter traces to add custom data to scatter SVG
24
+ nodes [ #1379 ]
25
+
26
+ ### Changed
27
+ - Consistent handling of array containers during ` relayout ` [ #1403 ]
28
+ - Improve hover for ` choropleth ` traces [ #1401 ]
29
+ - Make range slider handles and mask crispier [ #1409 ]
30
+ - Bump ` country-regex ` dependency to ` 1.1.0 ` [ #1392 ]
31
+
32
+ ### Fixed
33
+ - Fix 3D on iOS devices [ #1411 ]
34
+ - Fix ` surface ` trace opacity scaling [ #1415 ]
35
+ - Fix hover data in animations [ #1274 ]
36
+ - Fix annotations edit when dragging from one axis to another [ #1403 ]
37
+ - Fix 3D hover labels for date axes [ #1414 ]
38
+ - Deleting cartesian subplots now clear their corresponding axis titles [ #1393 ]
39
+ - Fix hover for xyz column ` heatmap ` trace ` 'text' ` [ #1417 ]
40
+ - Fix ` scattermapbox ` lines with trailing gaps [ #1421 ]
41
+ - Make ` restyle ` , ` relayout ` and ` update ` not mutate input update objects [ #1376 ]
42
+ - Fix race condition in gl2d ` toImage ` [ #1388 ]
43
+ - Fix handling of ` Virgin Islands ` country name [ #1392 ]
44
+ - Fix ` Plotly.validate ` for ` colorscale ` attributes [ #1420 ]
45
+
46
+
13
47
## [ 1.23.2] -- 2017-02-15
14
48
15
49
### Changed
0 commit comments