Winston Chang
e84012ec38
Update input docs to explain NULL label ( #727 )
2015-02-05 12:40:14 -06:00
Winston Chang
7b76951461
navbarPage: Don't include empty row when header=NULL. Fixes #722
2015-02-05 10:18:24 -06:00
Winston Chang
38d87450e6
Fix typo in docs
2015-02-05 10:17:42 -06:00
Winston Chang
b9c6b84ff5
selectInput: use BS 3 styling when multiple && !selectize. Closes #724
2015-02-04 19:45:04 -06:00
Winston Chang
5ba1d57b1f
Update NEWS and bump version
2015-02-04 13:32:27 -06:00
Winston Chang
a4d567e44d
Merge pull request #704 from wch/html-replace2
...
htmlOutput: allow custom container function
2015-02-04 13:30:19 -06:00
Joe Cheng
19a62ba7e9
Merge pull request #723 from rstudio/bugfix/namespace-filtering
...
Fix oversubscription of shown/hidden events
2015-02-04 10:20:42 -08:00
Winston Chang
65d6c7b558
Minify shiny.js
2015-02-04 12:17:30 -06:00
Winston Chang
8c828e7881
Correct event namespace filtering
2015-02-04 12:15:23 -06:00
Winston Chang
b711780688
Debounce sendImageSize
2015-02-04 12:15:23 -06:00
Joe Cheng
855cdc8eda
Fix oversubscription of shown/hidden events
...
Bootstrap 3 shown/hidden events look like "shown.bs.modal",
"shown.bs.popover", etc. When subscribing to these events, you also
automatically pick up "shown" and "hidden" events. This causes a 6X
oversubscription of hidden and shown events. We fix this by filtering
out these overbroad events.
Also, don't do anything if the show/hide would be a no-op; this
also helps cut down on extraneous events.
2015-02-04 12:15:23 -06:00
Winston Chang
c930cce914
Check for unnamed arguments in ...
2015-02-03 15:55:24 -06:00
Winston Chang
424696cf96
Update NEWS
2015-02-03 10:11:34 -06:00
Joe Cheng
ea4ef45289
Merge pull request #715 from rstudio/bugfix/download-ext
...
downloadHandler temp files should have same extension as final download
2015-02-02 10:27:07 -08:00
Winston Chang
d2e13e6ac6
Merge pull request #719 from aronatkins/typo_04_mpg
...
fix "formula" spelling in 04_mpg example
2015-02-02 09:47:19 -06:00
Aron Atkins
70ff6658eb
fix spelling
2015-02-02 10:09:08 -05:00
Joe Cheng
3e1732b9c0
downloadHandler temp files should have same extension as final download file
2015-02-01 08:37:44 -08:00
Winston Chang
4eb18dc797
Update NEWS
2015-01-28 15:43:23 -06:00
Winston Chang
6e7adfadb0
Merge pull request #710 from rstudio/bugfix/fixedpanel-cursor
...
Fix fixedPanel default cursor handling
2015-01-28 14:00:07 -06:00
Winston Chang
a866224f7b
Switch to modified ion.rangeSlider 2.0.3. Closes #711
...
This includes the stopPropagation change, and the Shiny skin.
2015-01-28 13:56:31 -06:00
Winston Chang
77c50d6880
Update shiny.min.js
2015-01-28 11:36:28 -06:00
Winston Chang
4290e2e7b0
Merge pull request #702 from wch/select-width
...
Allow control over selectize width
2015-01-28 11:17:06 -06:00
Winston Chang
4e8632de73
Better documentation of plotOutput height ( #705 )
2015-01-28 11:15:08 -06:00
Joe Cheng
2792fe82a3
Fix fixedPanel default cursor handling
...
Previous to this fix, calling fixedPanel without an
explicit cursor argument would cause an error due to
the vector of possible values being passed as the
actual cursor argument to absolutePanel.
2015-01-27 18:41:29 -08:00
Winston Chang
ab6df9f8a9
Remove unused width control in shiny.js
2015-01-26 22:31:31 -06:00
Winston Chang
425489c74b
Control width for non-selectize select inputs
2015-01-26 22:31:30 -06:00
Winston Chang
9f04517801
htmlOutput: allow custom container function
2015-01-26 16:50:09 -06:00
Winston Chang
9954639096
Allow control over selectize width
...
Previously, you could set the width of a selectInput with a pixel value
like 500px, but it wouldn't respect percent widths like 100%. This
commit makes width control the wrapper container's width, so it will
respect percent values.
2015-01-26 15:35:02 -06:00
Winston Chang
cd78364c17
Merge pull request #698 from daattali/patch-1
...
parseQueryString returns a list, not a vector
2015-01-25 21:05:17 -06:00
Dean Attali
563b986591
parseQueryString returns a list, not a vector
2015-01-24 20:42:34 -08:00
Winston Chang
fe5552773d
sliderInput: use width argument ( #675 )
2015-01-23 15:30:20 -06:00
Winston Chang
b7acaf9519
Convert donttest examples; check for interactive() instead
2015-01-22 13:21:23 -06:00
Winston Chang
deffc90531
Remove remaining RJSONIO references
2015-01-22 13:15:01 -06:00
Joe Cheng
f54a6e8513
Add IE=edge to X-UA-Compatible header
2015-01-22 10:52:27 -08:00
Winston Chang
ab4dc641af
Make jsonlite::toJSON convert all objects
...
By default, toJSON won't convert objects with classes that aren't registered
explicitly. This caused errors when converting html_dependency objects.
Setting this option causes jsonlite to convert all objects, including
html_dependency objects.
2015-01-21 15:09:12 -06:00
Winston Chang
dfe725dd78
Bump version and update NEWS
2015-01-21 14:16:40 -06:00
Winston Chang
dbe1e24561
Merge pull request #606 from wch/feature/jsonlite
...
Switch from RJSONIO to jsonlite
2015-01-21 14:14:46 -06:00
Winston Chang
075557929a
Switch from RJSONIO to jsonlite
2015-01-21 14:12:53 -06:00
Winston Chang
d994db9c74
Add other authors to DESCRIPTION
2015-01-20 15:19:54 -06:00
Winston Chang
c462c61ac9
Bump version to 0.11.0.9000 for development
2015-01-20 15:19:40 -06:00
Winston Chang
1ef9719059
Merge tag 'v/0/11'
...
Shiny 0.11 released to CRAN
2015-01-18 22:25:11 -06:00
Winston Chang
3df0e7899c
Update cran-comments
2015-01-15 23:49:47 -08:00
Winston Chang
927972d889
More license updates
2015-01-15 23:34:58 -08:00
Winston Chang
5f1ea21be1
Add cran-comments file
2015-01-12 12:04:26 -06:00
Winston Chang
278851224d
Re-document with roxygen2 4.1.0
2015-01-12 12:02:24 -06:00
Winston Chang
0161bc5a4e
Update LICENSE information
2015-01-12 12:02:24 -06:00
Winston Chang
9cf5168d3f
Merge branch 'master' into v0.11-rc
2015-01-11 17:54:51 -06:00
Winston Chang
f066a4bdf4
Negative margin for checkboxes/radios only after label ( #678 )
2015-01-09 14:48:16 -06:00
Winston Chang
0009756ed9
Bump version to 0.11
2015-01-08 14:55:36 -06:00
Winston Chang
481e5437f1
Add CONTRIBUTING.md to .Rbuildignore
2015-01-08 14:55:10 -06:00