Skip to content

Commit c7f0484

Browse files
committed
smaller bump in version
1 parent 3dac31a commit c7f0484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: shiny
22
Type: Package
33
Title: Web Application Framework for R
4-
Version: 1.4.0.9900
4+
Version: 1.4.0.9003
55
Authors@R: c(
66
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
77
person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ shiny 1.4.0.9001
1717

1818
* Resolved [#2732](https://github.com/rstudio/shiny/issues/2732): `markdown()` is a new function for writing Markdown with Github extensions directly in Shiny UIs. Markdown rendering is performed by the [commonmark](https://github.com/jeroen/commonmark) package. ([#2737](https://github.com/rstudio/shiny/pull/2737))
1919

20-
* The `getCurrentOutputInfo()` function can now return the background color (`bg`), foreground color (`fg`), `accent` (i.e., hyperlink) color, and `font` information of the HTML container. This information is reported for `plotOutput()`, `imageOutput()`, and any other output bindings containing a class of `.shiny-report-theme`. This feature allows developers to style an output's contents based on the container's CSS styling. ([#2740](https://github.com/rstudio/shiny/pull/2740))
20+
* The `getCurrentOutputInfo()` function can now return the background color (`bg`), foreground color (`fg`), `accent` (i.e., hyperlink) color, and `font` information of the output's HTML container. This information is reported by `plotOutput()`, `imageOutput()`, and any other output bindings containing a class of `.shiny-report-theme`. This feature allows developers to style an output's contents based on the container's CSS styling. ([#2740](https://github.com/rstudio/shiny/pull/2740))
2121

2222
### Minor new features and improvements
2323

0 commit comments

Comments
 (0)