We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3e4e4 commit 375c778Copy full SHA for 375c778
NEWS
@@ -1,5 +1,10 @@
1
shiny 0.13.1.9001
2
--------------------------------------------------------------------------------
3
+* Added an error sanitization option: `options(shiny.sanitize.errors = TRUE)`.
4
+ To err on the side of security, the default is `TRUE` (i.e. sanitized errors,
5
+ with most error messages being generic). This changes the look of an app
6
+ when errors are printed (but the console remains the same).
7
+
8
* Improved `renderTable()` function to make the tables look prettier and also
9
provide the user with a lot more parameters to customize their tables with.
10
0 commit comments