Skip to content

Commit 0998a3c

Browse files
committed
update changelog for v1.16.0
1 parent 9ddce63 commit 0998a3c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,32 @@ 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.16.0] -- 2016-08-04
14+
15+
### Added
16+
- Add `updatemenus` (aka dropdowns) layout components [#770]
17+
- Trace type `scattermapbox` is now part of the main bundle [#816]
18+
- Add support for `plot` in child windows [#764, #806]
19+
- Horizontal legends with many items are now wrapped into multiple lines [#786]
20+
- Active color of range selector button is now configurable via `activecolor`
21+
[#796]
22+
- Add support for mapbox style JSON [#795]
23+
24+
### Changed
25+
- Promise queue is cleared on `restyle` and `relayout` instead of in
26+
the `plot` catch handler (which ate up user-defined catch handlers as of
27+
1.15.0) [#776, #789]
28+
- Improve performance in `convertToSVG` step [#791, #804]
29+
30+
### Fixed
31+
- Skip over non-container arrays in relink private key step (performance bug
32+
introduced in 1.15.0) [#817]
33+
- Categorical heatmap traces with insufficient brick are now functional again
34+
(bug introduced in 1.14.0) [#783, #812]
35+
- Fix `Plotly.validate` for info and container array attributes [#814, #819]
36+
- Range selector buttons can now be deleted via `relayout` [#793]
37+
38+
1339
## [1.15.0] -- 2016-07-25
1440

1541
### Added

0 commit comments

Comments
 (0)