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
Joe Cheng
7dff6b8415
Merge pull request #1387 from sipemu/master
...
options render for updateSelectizeInput did not worked in modules
2016-10-27 11:11:16 -07: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
Winston Chang
0e8cf95739
Pass shinysession to applyInputHandlers
...
This fixes a problem where input handlers that require a session object
would throw errors.
2016-10-25 10:27:03 -05:00
shrektan
1429b0677e
fix a typo: option() -> options()
2016-10-18 14:56:38 -05:00
Winston Chang
ce9af0fb57
Export function that applies input handlers
2016-10-18 13:51:43 -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
e1eaccf409
Fix tests for compiled code on R-devel. Closes #1404
2016-10-03 16:23:11 -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
48732c4393
deleted commented out lines
2016-09-29 19:14:18 +01:00
Barbara Borges Ribeiro
5bf0b7c920
a better fix
2016-09-29 19:14:18 +01:00
Barbara Borges Ribeiro
51a4580d0f
maintain names of factors when updating radio buttons' choices
2016-09-29 19:14:18 +01:00
Winston Chang
008fe38f10
Add support for coord_flip
2016-09-27 23:07:17 -05:00
Winston Chang
24e8123240
Add plot interaction support for ggplot>2.1.0
2016-09-27 16:02:28 -05:00
Simon Müller
6054f03c0d
Update update-input.R
2016-09-21 22:53:41 +02:00
Winston Chang
476f6d83e2
Remove no-longer-necessary CSS class
2016-09-19 10:22:40 -05:00
Winston Chang
3201380c29
Set value after min in max when updating dates
2016-09-19 09:27:28 -05:00
Winston Chang
1f04b39ae3
Rename bootstrapDP to bsDatepicker
2016-09-16 23:39:26 -05:00
Winston Chang
662149a98a
Update to jQuery UI 1.12.1
2016-09-16 23:39:26 -05:00
Winston Chang
2a9a7cc897
Enable noconflict for Bootstrap Datepicker. Closes #1346
2016-09-16 23:39:26 -05:00
Winston Chang
c62e6b5734
Update to Bootstrap Datepicker 1.6.4. Closes #1218
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
3b1b2f401d
Use createUniqueId for consistency
2016-09-13 11:14:29 -05:00
Winston Chang
58a87b9b61
Copy restored file to temp directory
2016-09-13 11:13:21 -05:00
Winston Chang
f09475a6b5
Better check for unsafe paths in restored file inputs
2016-09-13 11:12:16 -05:00
Winston Chang
750422d858
Mark restored file inputs with correct serializer. Closes #1368
2016-09-13 10:49:08 -05:00
Barbara Borges Ribeiro
5e1e90ad80
fix validation bug
2016-09-07 19:22:02 +01:00
Winston Chang
fe85421c7e
Fixes for R CMD check
2016-09-06 14:43:57 -05:00
Winston Chang
e56f80b546
Check whether hosting environment supports bookmarking ( #1360 )
...
* Check whether hosting environment supports bookmarking
* Show notification on startup if hosting environment doesn't support saved-to-server bookmarking
2016-09-02 14:19:41 -07:00
Barbara Borges Ribeiro
1ff52c5290
Merge branch 'master' of https://github.com/rstudio/shiny
2016-09-02 00:42:26 +01:00
Barbara Borges Ribeiro
70bd249f43
make explicit link to external package
2016-09-02 00:42:14 +01:00
Winston Chang
f2f7e43579
Convert validate example to single-file app. Closes #1345 ( #1347 )
2016-09-01 13:08:03 -07:00
Winston Chang
c36d60fcd4
Fix reactive highlighting in showcase mode. Closes #1350 ( #1351 )
2016-09-01 13:07:39 -07:00
Joe Cheng
a9b7e4a85e
Let modules get at the root scope (undocumented for now)
2016-08-31 14:44:45 -07:00
Winston Chang
912a886539
updateQueryString: add note about not working in IE9. Closes #1336 ( #1339 )
2016-08-31 12:17:49 -07:00
Winston Chang
7e86e65cce
Make sure displaylist is on for recording/replaying plots
2016-08-30 20:09:45 -05:00
Winston Chang
ad171d6cbb
Better checks in modal example
2016-08-30 17:02:07 -05:00
Joe Cheng
76ffc20836
Merge pull request #1329 from rstudio/progress-compatibility
...
Add old-style rendering option to progress bars
2016-08-30 14:50:32 -07:00
Winston Chang
c4cc5b6dfc
Fix renderPlot's execOnResize logic
...
This was found in #1331 , but the real problem with that issue is that
the mclust::mclust2Dplot function has changed since we wrote the example
app.
2016-08-30 16:37:50 -05:00
Winston Chang
878c9210d3
Add shinyOption for progress.style
2016-08-30 16:15:55 -05:00
Winston Chang
d32ca64a03
Add old-style rendering as an option for progress
2016-08-29 16:05:43 -05:00
Joe Cheng
95aa2e10fc
NEWS, doc update for sendBinaryMessage
2016-08-25 15:48:53 -07:00
Joe Cheng
279e6e3925
Merge remote-tracking branch 'origin/daef/feature/binary-messages'
2016-08-25 13:08:29 -07:00
Joe Cheng
8a661d5ee4
Code review feedback
2016-08-25 13:04:58 -07:00
Winston Chang
641524c80e
More docs for enableBookmarking
2016-08-24 17:00:59 -05:00
Winston Chang
55802354d4
Add enableBookmarking arg to shinyApp()
2016-08-24 14:47:56 -05:00
Gábor Csárdi
6861d4029e
Fix updateDateRangeInput interaction from #1299 & #1315
2016-08-23 22:51:18 +01:00
Joe Cheng
370ef16854
Slight tweaks
...
- Rename arguments to type/message
- Check tag length after converting to bytes
2016-08-23 14:08:04 -07:00
Gábor Csárdi
9dbe434792
Fix updateDateRangeInput when only one of start/end updated ( #1315 )
2016-08-23 16:07:53 -05:00