diff --git a/DESCRIPTION b/DESCRIPTION index d9403a6097..716a2f70c3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,19 +1,19 @@ Package: shiny Type: Package Title: Web Application Framework for R -Version: 1.7.4.9003 +Version: 1.7.5 Authors@R: c( - person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com", comment = c(ORCID = "0000-0002-1576-2126")), - person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"), - person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"), - person("Carson", "Sievert", role = "aut", email = "carson@rstudio.com", comment = c(ORCID = "0000-0002-4958-2844")), - person("Barret", "Schloerke", role = "aut", email = "barret@rstudio.com", comment = c(ORCID = "0000-0001-9986-114X")), - person("Yihui", "Xie", role = "aut", email = "yihui@rstudio.com"), - person("Jeff", "Allen", role = "aut", email = "jeff@rstudio.com"), - person("Jonathan", "McPherson", role = "aut", email = "jonathan@rstudio.com"), + person("Winston", "Chang", role = c("aut", "cre"), email = "winston@posit.co", comment = c(ORCID = "0000-0002-1576-2126")), + person("Joe", "Cheng", role = "aut", email = "joe@posit.co"), + person("JJ", "Allaire", role = "aut", email = "jj@posit.co"), + person("Carson", "Sievert", role = "aut", email = "carson@posit.co", comment = c(ORCID = "0000-0002-4958-2844")), + person("Barret", "Schloerke", role = "aut", email = "barret@posit.co", comment = c(ORCID = "0000-0001-9986-114X")), + person("Yihui", "Xie", role = "aut", email = "yihui@posit.co"), + person("Jeff", "Allen", role = "aut"), + person("Jonathan", "McPherson", role = "aut", email = "jonathan@posit.co"), person("Alan", "Dipert", role = "aut"), person("Barbara", "Borges", role = "aut"), - person(family = "RStudio", role = "cph"), + person("Posit Software, PBC", role = c("cph", "fnd")), person(family = "jQuery Foundation", role = "cph", comment = "jQuery library and jQuery UI library"), person(family = "jQuery contributors", role = c("ctb", "cph"), diff --git a/NEWS.md b/NEWS.md index 9cfe14267e..cd9fe0c827 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,32 +1,29 @@ -# shiny 1.7.4.9002 +# shiny 1.7.5 -## Full changelog +## Possibly breaking changes -### Breaking changes +* For `reactiveValues()` objects, whenever the `$names()` or `$values()` methods are called, the keys are now returned in the order that they were inserted. (#3774) -### New features and improvements +* The value provided to `options(shiny.json.digits)` is now interpreted as number of _digits after the decimal_ instead of _significant digits_. To treat the value as significant digits, wrap it in `I()` (e.g., `options(shiny.json.digits = I(4))`). This new default behavior not only helps with reducing digits in testing snapshots, but is also more consistent with `{jsonlite}`'s default behavior. (#3819) -* Closed #789: Dynamic UI is now rendered asynchronously, thanks in part to the newly exported `Shiny.renderDependenciesAsync()`, `Shiny.renderHtmlAsync()`, and `Shiny.renderContentAsync()`. Importantly, this means `