Skip to content

Commit c22aac4

Browse files
committed
update changelog for 1.21.0
1 parent 2ccd3d1 commit c22aac4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ 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.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+
1335
## [1.20.5] -- 2016-11-23
1436

1537
### Fixed

0 commit comments

Comments
 (0)