From a6cd0fdb85d5d2175ebc4fcb590386e4cedcbbd9 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Wed, 3 Jun 2015 14:03:16 -0500 Subject: [PATCH] Update NEWS --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 916c90170c..2dbad28aae 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,17 @@ shiny 0.12.0.9000 * Callbacks from the session object are now guaranteed to execute in the order in which registration occurred. +* Minor bugs in sliderInput's animation behavior have been fixed. (#852) + +* Added `shiny.minified` option, which controls whether the minified version + of shiny.js is used. Setting it to FALSe can be useful for debugging. (#826, + #850) + +* Fixed an issue for outputting plots from ggplot objects which also have an + additional class whose print method takes precedence over `print.ggplot`. + (#840, 841) + + shiny 0.12.0 --------------------------------------------------------------------------------