diff --git a/404.html b/404.html index 78671a145..9f5ce0196 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@ shiny - 1.7.3.9000 + 1.7.3.9001 diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 953e5c71b..a60e00f1a 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ shiny - 1.7.3.9000 + 1.7.3.9001 diff --git a/LICENSE-text.html b/LICENSE-text.html index 92f8624f9..365cacc3d 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ shiny - 1.7.3.9000 + 1.7.3.9001 diff --git a/TODO-promises.html b/TODO-promises.html index 37e78ac15..391421cd6 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ shiny - 1.7.3.9000 + 1.7.3.9001 diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index dd5bf771f..2fe153e5a 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 231d47540..d941117a1 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index ca396a1dd..1431c2674 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index 99df3b9c5..04cb0943b 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index f58f42155..e570d1f43 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 96bd8a240..d0e5d83a8 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/authors.html b/authors.html index acd237883..956b735c9 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ shiny - 1.7.3.9000 + 1.7.3.9001 @@ -199,13 +199,13 @@

Chang W, Cheng J, Allaire J, Sievert C, Schloerke B, Xie Y, Allen J, McPherson J, Dipert A, Borges B (2022). shiny: Web Application Framework for R. -R package version 1.7.3.9000, https://shiny.rstudio.com/. +R package version 1.7.3.9001, https://shiny.rstudio.com/.

@Manual{,
   title = {shiny: Web Application Framework for R},
   author = {Winston Chang and Joe Cheng and JJ Allaire and Carson Sievert and Barret Schloerke and Yihui Xie and Jeff Allen and Jonathan McPherson and Alan Dipert and Barbara Borges},
   year = {2022},
-  note = {R package version 1.7.3.9000},
+  note = {R package version 1.7.3.9001},
   url = {https://shiny.rstudio.com/},
 }
diff --git a/favicon-16x16.png b/favicon-16x16.png index ff6afbd26..7c5defb48 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index aedc8b13a..b16e52390 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index 1170a0497..9607ff1a9 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ shiny - 1.7.3.9000 + 1.7.3.9001 diff --git a/news/index.html b/news/index.html index 2a365802e..c29e6b380 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ shiny - 1.7.3.9000 + 1.7.3.9001 @@ -54,7 +54,9 @@

Breaking changes

New features and improvements

-
+

Bug fixes

@@ -141,7 +143,7 @@

Bug fixes

-
@@ -52,8 +52,8 @@ contain HTML content which should not be escaped.">

Render a reactive output variable as HTML within an application page. The -text will be included within an HTML div tag, and is presumed to -contain HTML content which should not be escaped.

+text will be included within an HTML div tag, and is presumed to contain +HTML content which should not be escaped.

@@ -61,10 +61,17 @@ contain HTML content which should not be escaped.

outputId, inline = FALSE, container = if (inline) span else div, + fill = FALSE, ... ) -uiOutput(outputId, inline = FALSE, container = if (inline) span else div, ...)
+uiOutput( + outputId, + inline = FALSE, + container = if (inline) span else div, + fill = FALSE, + ... +)
@@ -74,7 +81,7 @@ contain HTML content which should not be escaped.

inline
-

use an inline (span()) or block container (div()) +

use an inline (span()) or block container (div()) for the output

@@ -82,6 +89,15 @@ for the output

a function to generate an HTML element to contain the text

+
fill
+

If TRUE, the result of container is treated as both a fill +item and container (see htmltools::bindFillRole()), which means both the +container as well as its immediate children (i.e., the result of +renderUI()) are allowed to grow/shrink to fit a fill container with an +opinionated height. Set fill = "item" or fill = "container" to treat +container as just a fill item or a fill container.

+ +
...

Other arguments to pass to the container tag function. This is useful for providing additional classes for the tag.

@@ -95,8 +111,8 @@ useful for providing additional classes for the tag.

Details

-

uiOutput is intended to be used with renderUI on the server -side. It is currently just an alias for htmlOutput.

+

uiOutput is intended to be used with renderUI on the server side. It is +currently just an alias for htmlOutput.

diff --git a/reference/httpResponse.html b/reference/httpResponse.html index bb5445808..356401d38 100644 --- a/reference/httpResponse.html +++ b/reference/httpResponse.html @@ -17,7 +17,7 @@ shiny - 1.7.3.9000 + 1.7.3.9001
diff --git a/reference/icon.html b/reference/icon.html index 2f21af196..3f55a04ae 100644 --- a/reference/icon.html +++ b/reference/icon.html @@ -18,7 +18,7 @@ of a button, and/or used with tabPanel() and navbarMenu()."> shiny - 1.7.3.9000 + 1.7.3.9001 @@ -81,7 +81,7 @@ supported styles).

...
-

Arguments passed to the <i> tag of htmltools::tags.

+

Arguments passed to the <i> tag of htmltools::tags.

@@ -118,21 +118,21 @@ and #> <div class="navbar-header"> #> <span class="navbar-brand">App Title</span> #> </div> -#> <ul class="nav navbar-nav" data-tabsetid="3331"> +#> <ul class="nav navbar-nav" data-tabsetid="1792"> #> <li class="active"> -#> <a href="#tab-3331-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot"> +#> <a href="#tab-1792-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot"> #> <i aria-label="bar-chart-o icon" class="far fa-bar-chart-o fa-fw" role="presentation"></i> #> Plot #> </a> #> </li> #> <li> -#> <a href="#tab-3331-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary"> +#> <a href="#tab-1792-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary"> #> <i aria-label="rectangle-list icon" class="far fa-rectangle-list fa-fw" role="presentation"></i> #> Summary #> </a> #> </li> #> <li> -#> <a href="#tab-3331-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table"> +#> <a href="#tab-1792-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table"> #> <i aria-label="table icon" class="fas fa-table fa-fw" role="presentation"></i> #> Table #> </a> @@ -141,10 +141,10 @@ and #> </div> #> </nav> #> <div class="container-fluid"> -#> <div class="tab-content" data-tabsetid="3331"> -#> <div class="tab-pane active" data-icon-class="far fa-bar-chart-o fa-fw" data-value="Plot" id="tab-3331-1"></div> -#> <div class="tab-pane" data-value="Summary" data-icon-class="far fa-rectangle-list fa-fw" id="tab-3331-2"></div> -#> <div class="tab-pane" data-value="Table" data-icon-class="fas fa-table fa-fw" id="tab-3331-3"></div> +#> <div class="tab-content" data-tabsetid="1792"> +#> <div class="tab-pane active" data-icon-class="far fa-bar-chart-o fa-fw" data-value="Plot" id="tab-1792-1"></div> +#> <div class="tab-pane" data-value="Summary" data-icon-class="far fa-rectangle-list fa-fw" id="tab-1792-2"></div> +#> <div class="tab-pane" data-value="Table" data-icon-class="fas fa-table fa-fw" id="tab-1792-3"></div> #> </div> #> </div>
diff --git a/reference/index.html b/reference/index.html index e89514f91..b5cc3c328 100644 --- a/reference/index.html +++ b/reference/index.html @@ -17,7 +17,7 @@ shiny - 1.7.3.9000 + 1.7.3.9001 diff --git a/reference/inputPanel.html b/reference/inputPanel.html index a97998fd5..58e7a3f93 100644 --- a/reference/inputPanel.html +++ b/reference/inputPanel.html @@ -18,7 +18,7 @@ suitable for wrapping inputs."> shiny - 1.7.3.9000 + 1.7.3.9001 diff --git a/reference/insertTab.html b/reference/insertTab.html index 992739a7e..66d94fee9 100644 --- a/reference/insertTab.html +++ b/reference/insertTab.html @@ -19,7 +19,7 @@ navlistPanel() or navbarPage().">< shiny - 1.7.3.9000 + 1.7.3.9001 diff --git a/reference/insertUI.html b/reference/insertUI.html index bd57cb029..e4b877a3e 100644 --- a/reference/insertUI.html +++ b/reference/insertUI.html @@ -25,7 +25,7 @@ function.">