From 5164cf25a1478edc61382f8b78bdb10c367c5e2e Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sun, 12 Jan 2020 20:39:30 -0500 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index dd494a3..3ef1fc2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,8 @@ 2020-01-12 +This update was 2 years in the making because it required a lot of testing by users to ensure none of these features cause any regression bugs in real apps. + - **BREAKING CHANGE** The `includeShinyjs` parameter in `runcodeUI()` is now deprecated - Fix bug: shinyjs functions used inside a module with a `selector` argument instead of an `id` argument didn't work (#175) - Fix bug: shinyjs functions did not work with IDs that had a space in them (#176)