Winston Chang
2afff67e89
Bump version to 1.1.0
2018-05-16 15:18:59 -07:00
Winston Chang
fe7bd53250
Bump httpuv version and add NEWS note
2018-05-16 15:18:59 -07:00
Winston Chang
c2f03aa833
Merge pull request #2036 from rstudio/joe/misc/renderui-experimental
...
Remove "experimental feature" tag from renderUI
2018-04-24 12:42:04 -05:00
Barbara Borges Ribeiro
2260459422
brought observeEvent/eventReactive documentation up to date
2018-04-24 17:44:54 +01:00
Winston Chang
74457b95e9
NEWS edits
2018-04-24 10:17:03 -05:00
Joe Cheng
d5754515a6
Remove "experimental feature" tag from renderUI
2018-04-23 17:05:08 -07:00
Joe Cheng
ffe883ab72
Merge pull request #2022 from rstudio/joe/bugfix/timer-leak
...
Fix #2021 : Memory leak with reactiveTimer and invalidateLater
2018-04-19 14:16:35 -07:00
Joe Cheng
389463aea5
Merge branch 'joe/feature/undedupe-inputs'
2018-04-18 19:33:37 -07:00
Joe Cheng
b11ab9a31c
Update NEWS
2018-04-18 12:53:31 -07:00
Joe Cheng
5fe85b07b7
Merge remote-tracking branch 'andrewsali/master'
2018-04-18 12:52:40 -07:00
Joe Cheng
3c7b1e7d21
Update NEWS
2018-04-18 12:32:16 -07:00
Joe Cheng
e90cc591b7
Update NEWS
2018-04-18 11:57:55 -07:00
Joe Cheng
84aba546bc
Fix #2000 : Implicit calls to xxxOutput not working inside modules ( #2010 )
...
* Fix #2000 : Implicit calls to xxxOutput not working inside modules
* Add comment, update NEWS
* Credits in NEWS
2018-04-16 16:57:13 -05:00
Joe Cheng
323ad46bba
Implement #1989 : Allow outputs to be removed by assigning NULL to them
2018-04-11 18:40:32 -07:00
Alan Dipert
36f244fece
Merge branch 'master' into alan/bugfix/dndfix
2018-04-11 11:52:23 -07:00
Joe Cheng
99e5ef99ec
Move some bullets around
2018-04-10 10:08:15 -07:00
Alan Dipert
d6d3ed5bbc
NEWS
2018-04-10 08:40:40 -07:00
Andras Sali
b4864e1180
Trigger shiny:value even if same data is received. Fixes #1978
2018-04-07 16:46:34 +02:00
Joe Cheng
e5d1c61cdf
Merge branch 'master' into joe/feature/better-stacks
2018-03-27 18:04:05 -07:00
Joe Cheng
e635055ab8
Update NEWS
2018-03-27 18:02:41 -07:00
Barbara Borges Ribeiro
66501dac97
Add new autoclose = TRUE param to dateInput() and dateRangeInput ( #1987 )
...
* Add new `autoclose = TRUE` param to both dateInput() and dateRangeInput()
* added NEWS item
2018-03-23 09:40:19 -07:00
Joe Cheng
bc7cd21c13
Update NEWS.md
2018-03-20 16:39:52 -07:00
Carson Sievert
0555cbdd28
relay offsetWidth/offsetHeight of htmlwidgets to clientData ( #1981 )
...
Addresses #1980
2018-03-20 16:37:43 -07:00
Barbara Borges Ribeiro
62395f3103
Improve error handling when addResourcePath() fails (especially for runtime: shiny_prerendered documents) ( #1968 )
...
* A copy of yihui's PR for rmarkdown (https://github.com/rstudio/rmarkdown/pull/1171/ ) to avoid to error "Error in normalizePath: path[1]="": No such file or directory" when running any tutorial
* first try
* limited the scope of the `tryCatch` wrapper to the one important line that needed it; added news item
2018-03-16 15:36:12 -07:00
Joe Cheng
133d301925
Merge pull request #1961 from rstudio/fix-date-sliders-bookmarking
...
Fix URL-encoded bookmarking with date/date-time sliders
2018-02-28 14:26:50 -08:00
Winston Chang
d12830d700
sliderInput: don't show commas after decimal
2018-02-28 14:33:42 -06:00
Winston Chang
b411c70280
Fix URL-encoded bookmarking with date/date-time sliders
2018-02-27 20:42:11 -06:00
Winston Chang
2bc22cc7d5
Merge pull request #1955 from rstudio/update-slider
...
Update ion.rangeSlider to 2.2.0
2018-02-27 13:21:09 -06:00
Winston Chang
fe3f351a2d
Avoid rounding errors from pretty(). Fixes #1006
2018-02-27 10:50:36 -06:00
Winston Chang
f28dcd85fb
Update to ion.rangeSlider 2.2.0
2018-02-26 15:57:30 -06:00
Winston Chang
39a7f63972
Update NEWS
2018-01-29 13:45:23 -06:00
Winston Chang
213ee7be13
Quote arguments to do.call() for nicer stack traces. Closes #1851
2017-09-26 14:36:19 -05:00
Barbara Borges Ribeiro
53e47484e2
reverted the relative positioning of the icon and the title text in navbarMenus and tabPanels back to what it was before Shiny 1.0.5 ( fixes #1840 )
2017-09-12 12:16:06 +01:00
Winston Chang
dc18b20e5a
Don't copy httpuv::decodeURIComponent at build time
2017-09-07 21:31:32 -05:00
Barbara Borges Ribeiro
771d3d52b9
Changed script tags in reactlog from HTTP to HTTPS in order to avoid mixed content blocking by most browsers (thanks @jekriske-lilly)
2017-09-07 01:34:17 +01:00
Joe Cheng
2a53ac093d
Merge pull request #1830 from rstudio/wch-compare-version
...
Add Shiny.compareVersion() function
2017-09-05 11:37:17 -07:00
Winston Chang
4fa2af72cc
Avoid port 6697. Closes #1784
2017-08-28 16:40:51 -05:00
Winston Chang
16b7ee3985
Add Shiny.compareVersion() function
2017-08-25 14:46:06 -05:00
Winston Chang
4f3d26c31b
Add Shiny.version to Javascript ( #1826 )
...
* Add Shiny.version to Javascript
* Grunt
2017-08-23 15:52:16 -05:00
Winston Chang
587bf94d69
Merge tag 'v1.0.5'
...
Shiny 1.0.5 on CRAN
2017-08-23 15:27:56 -05:00
Winston Chang
635ad77e0d
Bump version to 1.0.5
2017-08-23 13:11:59 -05:00
Winston Chang
33258da6c3
Bump version to 1.0.5.9000
2017-08-23 13:07:15 -05:00
Joe Cheng
c2b3c3379d
Fix #1824 : HEAD request on static files causes app to stop ( #1825 )
...
* Fix #1824 : HEAD request on static files causes app to stop
The problem was that for HEAD requests specifically, we implement
an explicit Content-Length header (normally we let httpuv figure
out the Content-Length based on the content, but for HEAD we don't
return any content but still want to include the Content-Length).
The Content-Length header was only implemented correctly for string
values, not for raw vectors or file-by-path. This change implements
the value correctly for all currently valid httpuv content.
* Update NEWS
* Code review feedback
2017-08-23 13:01:22 -05:00
Winston Chang
e30fac02ed
Add safe wrapper for fromJSON
2017-08-21 19:55:48 -05:00
Winston Chang
1f864a846f
Escape newline chars in conditionalPanel expr. Fixes #1818
2017-08-18 17:24:06 -05:00
Winston Chang
279e37f1cb
Bump version to 1.0.4.9000
2017-08-18 11:47:19 -05:00
Winston Chang
b3201ccafd
Add functions to news item
2017-08-10 14:29:06 -05:00
Winston Chang
2a01a620a9
Add NEWS summary
2017-08-10 12:03:22 -05:00
Winston Chang
6f43cf7b82
NEWS cleanup
2017-08-09 18:49:34 -05:00
Winston Chang
1c6250f9c2
Bump version to 1.0.4
2017-08-09 18:49:34 -05:00