Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e61de81

Browse files
committed
update changelog for 1.23.0
1 parent 3fad104 commit e61de81

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ 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.23.0] -- 2016-02-06
14+
15+
### Added
16+
- Add scrollbox to long dropdown updatemenus [#1214]
17+
18+
### Fixed
19+
- Multiple IE9 fixes [#1332]
20+
- Ensure that `plotly_afterplot` is fired before `Plotly.plot` promise is
21+
resolved [#1342]
22+
- Fix exception when dragging graphs with empty text labels [#1336]
23+
- Fix exception when creating empty `ohlc` and `candlestick` traces [#1348]
24+
- Fix `editable: true` legend items logic for `ohlc` and `candlestick` traces [#1349]
25+
- Fix restyle for contour traces in cases where autocontour is defaulted to true
26+
[#1338]
27+
- Fix edge case in axis label tick assignments [#1324]
28+
- Fix vanishing titles text in `editable: true` [#1351]
29+
- Fix 3D thumbnail image generation [#1327]
30+
31+
1332
## [1.22.0] -- 2016-01-19
1433

1534
### Added

0 commit comments

Comments
 (0)