Winston Chang
065c288edb
Edits to contribution guidelines
2016-11-22 14:56:12 -06:00
Barbara Borges Ribeiro
3121d2c23e
mention support for the optgroup tag in the documention for selectInput (specifically in the choices arg). Added example app too.
2016-11-22 11:28:35 -06:00
Barbara Borges Ribeiro
7cd3bb524c
add download attribute to the a tag that generates downloadButoon and downloadLink
2016-11-18 21:00:28 -08:00
Barbara Borges Ribeiro
6b8cc97779
drafted new contribution guidelines
2016-11-19 02:22:16 +00: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
Dean Attali
bd3aa28416
fix typo in dateInput documentation ( #1454 )
2016-11-02 09:53:40 -05: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
v0.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
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
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
2133b0f498
Use === in Javascript
2016-10-26 21:01:36 -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
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
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
shrektan
1429b0677e
fix a typo: option() -> options()
2016-10-18 14:56:38 -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
fa93cffafb
Add entry to staticdocs
2016-10-18 13:51:43 -05:00
Winston Chang
ce9af0fb57
Export function that applies input handlers
2016-10-18 13:51:43 -05:00
Winston Chang
95700d8d51
Fix dategrange comment
2016-10-17 13:37:25 -05:00
Winston Chang
fb15e98519
Merge pull request #1429 from rstudio/slider-setvalue
...
Make sliderInputBinding.setValue update value immediately
2016-10-17 12:29:14 -05:00
Winston Chang
3054cb7971
Update NEWS
2016-10-17 12:28:36 -05:00
Winston Chang
f84587cf5a
Grunt
2016-10-17 12:22:21 -05:00
Winston Chang
538f38f314
sliderInputBinding: setValue changes value immediately
2016-10-17 12:22:21 -05:00
Winston Chang
06578349c7
Document InputBinding.subscribe's callback argument
2016-10-17 12:18:12 -05:00
Winston Chang
a807476171
sliderInputBinding: rename 'updating' to 'immediate'
2016-10-17 12:13:15 -05:00
Winston Chang
7aacf9ca89
Use Yarn instead of npm ( #1416 )
2016-10-12 12:51:05 -05:00
Winston Chang
50dae5fb83
Remove unneeded npm package
2016-10-11 13:04:38 -05:00
Winston Chang
0853c425fe
Bump version to 0.14.1.9000 in DESCRIPTION
2016-10-11 12:59:06 -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
ee14a7e15f
Merge tag 'v0.14.1'
...
Shiny 0.14.1 on CRAN
2016-10-05 09:29:07 -05:00
Winston Chang
e1eaccf409
Fix tests for compiled code on R-devel. Closes #1404
2016-10-03 16:23:11 -05:00
Winston Chang
d2aae52868
Update NEWS
v0.14.1
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
Winston Chang
0ff5ef5337
Remove file
2016-09-30 15:39:13 -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
Winston Chang
565eb4b450
Merge pull request #1397 from rstudio/barbara/bugfix/radio
...
Maintain names of factors when updating radio buttons' choices
2016-09-29 14:18:24 -05: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
Barbara Borges Ribeiro
9be8765ccf
more tests
2016-09-29 19:14:18 +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
266e611afa
Update NEWS
2016-09-27 23:07:23 -05:00
Winston Chang
22598b693c
Add more plot interaction tests
2016-09-27 23:07:23 -05:00