File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,28 @@ 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.21.0] -- 2016-12-12
14
+
15
+ ### Added
16
+ - Bar labels via ` text ` and ` textposition ` [ #1159 ]
17
+ - Add support for 16 non-gregorian calendars for date inputs and display [ #1220 ,
18
+ #1230 , #1237 ]
19
+ - Add support for ISO-8601 timestamps [ #1194 ]
20
+ - Extend histogram bin auto-shifting algorithm to date axes [ #1201 ]
21
+ - Trace type ` heatmapgl ` is now included in the main plotly.js bundle [ #1197 ]
22
+
23
+ ### Changed
24
+ - Linearize date coordinates using UTC rather than local milliseconds [ #1194 ]
25
+
26
+ ### Fixed
27
+ - Fix wrongly computed date positions around daylight savings time [ #1194 ]
28
+ - Fix erroneous traces in multi-subplot layout containing fill-to scatter
29
+ traces (and plotly.py violin plots) [ #1198 ]
30
+ - Fix clip path URL on pages with query hashes [ #1203 ]
31
+ - Ensure that numeric frame name are handle correctly [ #1236 ]
32
+ - Fallback for manual manipulation of slider/frames [ #1233 ]
33
+
34
+
13
35
## [ 1.20.5] -- 2016-11-23
14
36
15
37
### Fixed
You can’t perform that action at this time.
0 commit comments