Winston Chang
d63dd6086a
Merge pull request #1129 from bborgesr/newRenderTable
...
Improved renderTable()
2016-03-15 12:43:02 -05:00
Barbara Borges Ribeiro
f8a7257af3
improved defaultAlignment function and changed names of spacing value options
2016-03-15 16:47:35 +00:00
Barbara Borges Ribeiro
4703028988
actually with multiple tables, their ids would all be identical (bad), so switched back to using classes to gain specificity
2016-03-15 00:55:48 +00:00
Barbara Borges Ribeiro
87523cdbd5
created table id to add css specificity
2016-03-15 00:38:18 +00:00
Barbara Borges Ribeiro
2eeb94e39c
changed bordered to spacing with four possible values, rather than only two
2016-03-14 22:48:55 +00:00
Barbara Borges Ribeiro
b14b7b00c2
actually padding is necessary for headers too
2016-03-14 14:57:38 +00:00
Barbara Borges Ribeiro
248bfcccda
padding on all cells
2016-03-14 14:54:31 +00:00
dmpe
b255fecc6e
update bootstrap to 3.3.6
...
see https://github.com/rstudio/shiny/issues/1056
2016-03-11 13:23:38 +01:00
Barbara Borges Ribeiro
d0e3279a67
aesthethics
2016-03-08 17:00:42 +00:00
Barbara Borges Ribeiro
c10cd4b474
removed unnecessary css, and garbage collection for renderBootstrapTable
2016-03-07 12:33:43 +00:00
Barbara Borges Ribeiro
a9ba0fdb0b
added arguments, minimal functional code
2016-03-04 15:13:07 +00:00
Winston Chang
5e98b930ee
Move tests from inst/ to tests/
2016-03-03 15:00:51 -06:00
Barbara Borges Ribeiro
057d160392
changes to make function compatible with table demo app
2016-03-03 15:54:59 +00:00
Barbara Borges Ribeiro
6b2899c219
fixed small width bug
2016-03-02 15:22:16 +00:00
Barbara Borges Ribeiro
d778e81f42
aesthetic changes
2016-03-02 14:03:56 +00:00
Winston Chang
98430edb17
Merge branch 'replay-plot'
2016-02-19 13:57:38 -06:00
Winston Chang
517c5d356f
Merge tag 'v0.13.1'
...
Manually bumped version to 0.13.1.9000.
2016-02-18 12:45:00 -06:00
Winston Chang
931be22247
Bump version to 0.13.1
2016-02-17 12:03:55 -06:00
Joe Cheng
02520d4f54
Pass tests. reactive(function() { ... }) is NO LONGER supported.
2016-02-17 11:45:10 -06:00
Winston Chang
7586e91b4f
Fix coordmap tests
2016-02-15 16:01:34 -06:00
Winston Chang
68b85bdc87
Merge branch 'fix-plot-flicker2'
2016-02-11 12:20:45 -06:00
Joe Cheng
2a8cf01410
Pass tests. reactive(function() { ... }) is NO LONGER supported.
2016-02-09 16:29:14 -08:00
Winston Chang
a4eab8e216
Grunt
2016-02-09 16:03:59 -06:00
Winston Chang
36815b5e43
Concat and minify shiny.js
2016-01-15 11:54:10 -06:00
Winston Chang
46da93519f
Bump version to 0.13.0
2016-01-12 13:33:14 -06:00
Joe Cheng
f2410abc48
Merge remote-tracking branch 'origin/image-attr'
...
Conflicts:
inst/www/shared/shiny.js
inst/www/shared/shiny.js.map
inst/www/shared/shiny.min.js
inst/www/shared/shiny.min.js.map
2016-01-08 10:55:21 -08:00
Winston Chang
e872411285
Build and minify shiny.js
2016-01-08 10:00:22 -06:00
Winston Chang
16d42b6421
Add bootstrapLib to staticdocs index
2016-01-07 13:51:56 -06:00
Winston Chang
2f25d25eec
Use setAttribute() function to set image attributes. Fixes #936
2016-01-06 15:03:18 -06:00
Winston Chang
8e89a1f154
Add README file with info about jQuery UI
2016-01-05 11:03:34 -06:00
Winston Chang
b0952c0374
Use jQuery UI build without datepicker. Fixes #1042
2016-01-05 11:03:07 -06:00
Winston Chang
ac95dcb3f2
Fix head content location
2016-01-04 10:52:26 -06:00
Joe Cheng
ce4043f038
Update metadata
2015-12-31 11:07:35 -08:00
Joe Cheng
0d26857e31
Merge pull request #1031 from rstudio/template
...
Use templates from htmltools
2015-12-31 11:03:14 -08:00
Joe Cheng
2702a18ea2
Add stopApp test
2015-12-28 11:18:15 -08:00
Joe Cheng
c02f4691e0
Merge pull request #1054 from rstudio/joe/feature/runGadget
...
Migrate runGadget and viewer functions from shinygadgets
2015-12-23 17:45:12 -08:00
Joe Cheng
26c89a09e8
Update staticdocs index
2015-12-23 17:31:11 -08:00
Joe Cheng
0fd76e8768
Migrate runGadget and viewer functions from shinygadgets
2015-12-23 15:33:30 -08:00
Joe Cheng
e867dcfdb1
Upgrade Font Awesome to 4.5.0
2015-12-23 11:03:33 -08:00
Joe Cheng
6bfd65aa19
Guard against window.Shiny not being defined
2015-12-22 11:53:36 -08:00
Joe Cheng
2da9bc07ac
Defer subapp iframe loading until main app has loaded
...
Fixes #1047 defer loading of iframes
2015-12-22 11:14:12 -08:00
Joe Cheng
3450a037a9
Further simplification and more tests for req()
2015-12-17 11:29:54 -08:00
Joe Cheng
c1c3fa4d3a
Fix a couple of req edge cases
2015-12-17 11:13:33 -08:00
Joe Cheng
300433f7de
req() now short-circuits on falsy values
2015-12-17 10:53:13 -08:00
Joe Cheng
eee6f4ed81
Add req function for validating required inputs/values
2015-12-16 10:04:05 -08:00
Joe Cheng
a2700c900d
Fix validation error handling
...
Validation errors were behaving too much like real errors: they were
being printed with stack traces, and passed to the options(shiny.error)
function. Also, if a reactive() cached a validation error, on future
calls the error would be re-raised (which is correct) without the
custom class names attached (which is not).
2015-12-14 16:31:57 -08:00
Winston Chang
0e894cb043
Use templates from htmltools
2015-12-10 15:11:03 -06:00
Yihui Xie
6056c35de3
add a news item, and run grunt
2015-12-09 11:56:13 -06:00
Joe Cheng
89cd58e4f8
Fix #1010 : updateSliderInput doesn't update hidden sliders
2015-12-08 11:13:18 -08:00
Joe Cheng
ff9756c739
Add more exports, tests
2015-11-14 00:17:19 -08:00