Winston Chang
907b9a9862
Merge pull request #1480 from rstudio/barbara/verbatim
...
Closes #1357 : verbatimTextOutput should optionally be hidden if no content
2016-12-07 10:13:04 -06:00
Barbara Borges Ribeiro
8d70d91cf4
fix #1487 : better error handling for insertUI when selector does not match anything in DOM (do console log)
2016-12-07 05:10:43 +00:00
Barbara Borges Ribeiro
6fb86859ce
use past tense in all NEWS.md entries
2016-12-07 04:55:08 +00:00
Barbara Borges Ribeiro
fe733b319f
Fixes #969 : allow navbarPage's fluid param to control both containers
2016-12-07 00:22:33 +00:00
Barbara Borges Ribeiro
08b58f3055
allow navbarPage's fluid param to control both the content *and* the header containers
2016-12-07 00:21:49 +00:00
Barbara Borges Ribeiro
9f6659f526
added a new arg (placeholder = FALSE) to verbatimTextOutput() so that by default it doesn't show up when it is empty; improved the documentation example
2016-12-07 00:02:40 +00:00
Barbara Borges Ribeiro
d28397df93
Fix #1359 : shinyApp options argument ignored when passed to runApp ( #1483 )
2016-12-06 20:52:19 +00:00
Barbara Borges Ribeiro
903adc8f97
Added ability to pass arguments to the a tag function called inside downloadButton() and downloadLink(). Closes #986 .
2016-12-05 15:35:31 +00:00
Barbara Borges Ribeiro
52a193b183
unbindAll() should not be called when inserting content with insertUI()
2016-12-01 15:40:17 -06:00
Winston Chang
e0a8ab852e
Update NEWS
2016-12-01 10:46:46 -06:00
Winston Chang
b7112a1edd
Add link to NEWS
2016-11-10 15:26:46 -06:00
Jonathan
28965b7356
Render HTML dependency <meta> tag contents correctly ( #1463 )
...
* render HTML dependency <meta> tag contents correctly
* use direct address rather than loop; update NEWS
2016-11-10 15:10:18 -06:00
Winston Chang
9fed4ce24c
Bump version to 0.14.2.9000
2016-11-01 15:40:04 -05:00
Winston Chang
90383e30dd
Bump version to 0.14.2
2016-10-31 10:19:40 -05:00
Winston Chang
13f184e957
Remove NEWS entry for change that was reverted
2016-10-31 10:17:51 -05:00
Winston Chang
a7a2c6d7ff
Add list2env wrapper, for R <3.2.0 ( #1446 )
...
* Add list2env wrapper, for R <3.2.0
* Update NEWS
2016-10-28 13:56:52 -05:00
Winston Chang
d1bf39d0ac
Add exportTestValues function ( #1436 )
...
* Add onTestSnapshot function
* Add shiny.testing option
* Add entry to staticdocs index
* Bump version to 0.14.1.9002 and update NEWS
* Document params for onTestSnapshot
* Add session$enableTestEndpoint() method
* Un-export applyInputHandlers
* Grunt
* Provide inputs, outputs, and snapshot at test endpoint
* Remove non-working example
* Fix var name in documentation
* Rename shiny.testing to shiny.testmode
* Rename onTestSnapshot to exportTestValues and add example
* Add session$getTestEndpointUrl
* Grunt
* Add module support to exportTestValues
* Test endpoint allows specifying specific values
* session$getTestEndpointUrl: add arguments for choosing which values to return
2016-10-27 21:08:34 -05:00
Dean Attali
656e019829
allow overriding a JS custom message handler; fixes #1419 ( #1445 )
...
* allow overriding existing custom JS message handlers
* when a JS handler gets re-defined, only use the most recent one
* JS handler overwrite: changes re winston's comments
* overwrite JS handler: add NEWS item
* fix wrong URL in NEWS
2016-10-27 13:07:34 -05:00
Winston Chang
bc4dcee2b1
allow shiny.trace option to specify which type of messages to relay; fixes #1422 ( #1428 )
...
Squashed commit of the following:
commit bdc4080032ff6b5b2de0f799aa307272f3905003
Author: Dean Attali <daattali@gmail.com >
Date: Mon Oct 17 18:18:03 2016 -0700
add PR link to news item
commit 22c695cde2b270ba8ec37d4862ad1f30de76ce68
Author: Dean Attali <daattali@gmail.com >
Date: Mon Oct 17 15:01:24 2016 -0700
update NEWS for #1422 fix
commit e669548c13f84f0929e4131c641a8333e08baa26
Author: Dean Attali <daattali@gmail.com >
Date: Sat Oct 15 12:45:49 2016 -0700
allow shiny.trace option to specify which type of messages to relay; fixes #1422
2016-10-26 12:24:00 -05:00
Joe Cheng
e133290c57
Fix #1399 : Duplicate binding error with insertUI and nested uiOutput ( #1402 )
...
* Fix #1399 : Duplicate binding error with insertUI and nested uiOutput
* Update NEWS.md
2016-10-18 20:22:02 -05:00
Barbara Borges Ribeiro
d03ee36647
Fixes #1427 : add event delegation so that modals do not close by mistake ( #1430 )
...
* Fixes #1427 : add event delegation so that modal does not close when an element inside it is triggered as hidden
* use `this === e.target` instead
* added NEWS item
* `e.target` must be equal to `$(#shiny-modal)`, not `this`
2016-10-18 14:54:27 -05:00
Winston Chang
6e5880c642
Bump version and update NEWS
2016-10-18 13:51:43 -05:00
Winston Chang
3054cb7971
Update NEWS
2016-10-17 12:28:36 -05:00
Barbara Borges Ribeiro
edcc676693
add "fade" arg to modalDialog() ( #1414 )
...
* add "fade" arg to modalDialog() that can be set to FALSE to remove default modal animation
* added documentation
* reflow comments
* news item
2016-10-10 15:03:25 -05:00
Winston Chang
c8a742a121
Bump version and update NEWS
2016-10-05 09:32:36 -05:00
Winston Chang
d2aae52868
Update NEWS
2016-09-30 15:39:31 -05:00
Winston Chang
9158fb4745
Bump version to 0.14.1
2016-09-30 15:39:31 -05:00
Joe Cheng
1ace145f85
Merge pull request #1392 from rstudio/ggplot-fix
...
Add plot interaction support for ggplot>2.1.0
2016-09-30 12:40:30 -07:00
Barbara Borges Ribeiro
f39861c43f
more comments and NEWS
2016-09-29 19:48:56 +01:00
Barbara Borges Ribeiro
72838c248f
news entry
2016-09-29 19:16:46 +01:00
Winston Chang
266e611afa
Update NEWS
2016-09-27 23:07:23 -05:00
Winston Chang
9e2b47027c
Update NEWS
2016-09-16 23:39:26 -05:00
Winston Chang
fafa31589d
Update NEWS
2016-09-16 23:39:26 -05:00
Winston Chang
09acc5920c
Allow using no separator for sliderInput numbers. Fixes #1369
2016-09-15 12:03:25 -05:00
Winston Chang
cc1e8961a1
Update NEWS
2016-09-13 11:24:42 -05:00
Winston Chang
2747c11a46
Bump version to 0.14.0.9000
2016-09-13 10:46:15 -05:00
Winston Chang
5a9fe2637f
Update shiny.rstudio.com URLs in NEWS
2016-09-12 09:36:32 -05:00
Winston Chang
a5787f9988
Bump version to 0.14
2016-09-08 15:03:19 -05:00
Barbara Borges Ribeiro
fe92f16da4
updated 0.12 section
2016-09-05 20:55:38 +01:00
Barbara Borges Ribeiro
edc4b562f2
removed unnecessary line breaks now that we switched to .md
2016-09-05 20:42:20 +01:00
Barbara Borges Ribeiro
7b6a91064c
updated 0.11 section
2016-09-05 19:52:28 +01:00
Winston Chang
a32414c6fc
NEWS edits
2016-09-02 21:09:39 -05:00
Winston Chang
259b4e29de
NEWS improvements ( #1354 )
2016-09-02 16:28:08 -05:00
Winston Chang
c36d60fcd4
Fix reactive highlighting in showcase mode. Closes #1350 ( #1351 )
2016-09-01 13:07:39 -07:00
Winston Chang
7e86e65cce
Make sure displaylist is on for recording/replaying plots
2016-08-30 20:09:45 -05:00
Winston Chang
878c9210d3
Add shinyOption for progress.style
2016-08-30 16:15:55 -05:00
Winston Chang
9c4ff080af
Update NEWS
2016-08-29 19:47:12 -05:00
Winston Chang
a8e09d7fe6
Add sections to NEWS and add some new items
2016-08-26 12:26:30 -05:00
Winston Chang
0c7cf20e7e
Switch NEWS to Markdown
2016-08-26 11:43:38 -05:00