Skip to content

Commit b5094c5

Browse files
committed
bump version; update news
1 parent a55d071 commit b5094c5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
22
Title: Create Interactive Web Graphics via 'plotly.js'
3-
Version: 4.5.2
3+
Version: 4.5.3
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "[email protected]"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 4.5.3 -- 27 September 2016
2+
3+
## NEW FEATURES
4+
5+
* The `colorbar()` function gains a new `limits` arguments for controlling the colorscale
6+
limits.
7+
8+
## BUG FIX
9+
10+
* The `z` is now required in `add_heatmap()`. If you want a `z` to be computed, use `add_histogram()`.
11+
112
# 4.5.2 -- 23 September 2016
213

314
## NEW FEATURES

0 commit comments

Comments
 (0)