Skip to content

Commit d4033e4

Browse files
committed
update changelog for 1.22.0
1 parent 1d5c76b commit d4033e4

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.22.0] -- 2016-01-19
14+
15+
### Added
16+
- Add `cumulative` histogram attributes to generate Cumulative Distribution
17+
Functions [#1189]
18+
- Add `standoff` attribute for annotations to move the arrowhead away from the
19+
point it's marking [#1265]
20+
- Add `clicktoshow`, `xclick` and `yclick` attributes for annotations to
21+
show/hide annotations on click [#1265]
22+
- Support data-referenced annotation in gl2d subplots [#1301, #1319]
23+
- Honor `fixedrange: false` in y-axes anchored to xaxis with range slider
24+
[#1261]
25+
- Add fallbacks for IE9 so that all cartesian traces can render without any
26+
polyfill [#1297, #1299]
27+
28+
### Changed
29+
- Adapt plot schema output for plotly.py 2.0 [#1292]
30+
- Bump `mouse-change` dep to `^1.4.0` [#1305]
31+
- Improve performance in `visible` toggling for `scattergl` [#1300]
32+
33+
### Fixed
34+
- Fix XSS vulnerability in trace name on hover [#1307]
35+
- Fix ternary and geo subplot with `visible: false` first trace [#1291]
36+
- Fix opacity for `mode: 'lines'` items in legend [#1204]
37+
- Fix legend items style for bar trace with marker arrays [#1289]
38+
- Fix range slider svg / pdf and eps image exports [#1306]
39+
- Fix scattergl `visible: false` traces with empty data arrays [#1300]
40+
- Fix a few contour trace edge cases [#1309]
41+
- Updatemenus buttons now render above sliders [#1302]
42+
- Add fallback for categorical histogram on linear axes [#1284]
43+
- Allow style fields in sub and sup text [#1288]
44+
45+
1346
## [1.21.3] -- 2016-01-05
1447

1548
### Fixed

0 commit comments

Comments
 (0)