From 81c0271004ad5e6f280db2459093131cbe3db436 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Thu, 4 Jun 2015 17:07:59 -0500 Subject: [PATCH] Bump version to 0.4.2 and update DESCRIPTION and NEWS --- DESCRIPTION | 6 +++--- NEWS.md | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e045af62..bd01f25d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,9 @@ Package: ggvis Title: Interactive Grammar of Graphics Description: An implementation of an interactive grammar of graphics, taking the - best parts of ggplot2, combining them with shiny's reactive framework and - drawing web graphics using vega. -Version: 0.4.1.9000 + best parts of 'ggplot2', combining them with the reactive framework from + 'shiny' and web graphics from 'vega'. +Version: 0.4.2 Authors@R: c( person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"), person("Hadley", "Wickham", role = "aut", email = "hadley@rstudio.com"), diff --git a/NEWS.md b/NEWS.md index 2ae8dfb1..1b06f99e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,9 @@ -# ggvis 0.4.1.9xxx +# ggvis 0.4.2 + +* ggvis plots can now resize their width to the containing div, with + `set_options(width = "auto")`. Height can be set automatically as well, but + it will only work properly if the containing div has a fixed height, due to + the way that web browsers do vertical layout. (#316, #374, #381) * compatible with dplyr 0.4.2