mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 23:48:01 -05:00
correct the NEWS entry
This commit is contained in:
5
NEWS.md
5
NEWS.md
@@ -41,6 +41,9 @@ shiny 1.3.2.9001
|
||||
|
||||
* Fixed [#2329](https://github.com/rstudio/shiny/issues/2329), [#1817](https://github.com/rstudio/shiny/issues/1817): These bugs were reported as fixed in Shiny 1.3.0 but were not actually fixed because some JavaScript changes were accidentally not included in the release. The fix resolves issues that occur when `withProgressBar()` or bookmarking are combined with the [networkD3](https://christophergandrud.github.io/networkD3/) package's Sankey plot.
|
||||
|
||||
* Fixed a bug that `textAreaInput()` doesn't work as expected for relative `width`. (Thanks, @shrektan [#2049](https://github.com/rstudio/shiny/pull/2049))
|
||||
|
||||
|
||||
### Library updates
|
||||
|
||||
* Resolved [#2554](https://github.com/rstudio/shiny/issues/2554): Upgraded bootstrap to v3.4.1 and jQuery to v3.4.1. ([#2557](https://github.com/rstudio/shiny/pull/2557))
|
||||
@@ -225,8 +228,6 @@ This is a significant release for Shiny, with a major new feature that was nearl
|
||||
|
||||
* Fixed [#2021](https://github.com/rstudio/shiny/issues/2021): Memory leak with `reactiveTimer` and `invalidateLater`. ([#2022](https://github.com/rstudio/shiny/pull/2022))
|
||||
|
||||
* Fixed a bug that `textAreaInput()` doesn't work as expected for relative `width`. (Thanks, @shrektan [#2049](https://github.com/rstudio/shiny/pull/2049))
|
||||
|
||||
|
||||
### Library updates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user