Yihui Xie
d3115a3bf3
add selectize=TRUE to selectInput(), instead of adding a separate function selectizeInput(), per suggestion of @jjallaire
2014-02-19 12:04:23 -06:00
Yihui Xie
964789e9a6
add a note in the NEWS that DataTables also works for IE8 now
2014-02-19 11:58:34 -06:00
Yihui Xie
999fc86bc6
news for selectizeInput()
2014-02-19 11:58:33 -06:00
Yihui Xie
5c34aa0bb5
remove includeMathJax() and use withMathJax() instead, per suggestion of @jcheng5
2014-02-17 18:52:25 -06:00
Yihui Xie
e6dd668657
news for #356
2014-02-11 23:18:32 -06:00
Yihui Xie
1ba26fdb98
tweak news
2014-02-11 22:31:21 -06:00
Joe Cheng
e37a5d0394
Merge remote-tracking branch 'jcheng5/feature/absolute-panel'
...
Conflicts:
NEWS
man/validateCssUnit.Rd
2014-02-11 14:17:58 -08:00
Yihui Xie
314b59798f
a news item for includeMathjax()
2014-02-11 16:06:20 -06:00
Yihui Xie
cf51af17fd
news for #340
2013-12-31 16:50:07 -06:00
Joe Cheng
a9750fb088
Add absolutePanel and fixedPanel (and jquery-ui)
...
jQueryUI is needed for draggable functionality.
2013-12-20 14:53:11 -08:00
Joe Cheng
00b111c974
Merge remote-tracking branch 'origin/master' into feature/console-reactivity
...
Conflicts:
NAMESPACE
NEWS
2013-12-16 09:25:45 -08:00
JJ Allaire
6f6619a5ab
Add type parameter to tabsetPanel to enable the use of pill style tabs
2013-12-16 10:20:34 -05:00
JJ Allaire
fb44f52aa9
add navlistPanel function
2013-12-16 10:09:38 -05:00
JJ Allaire
4404463e53
tweak news linebreak
2013-12-16 08:27:15 -05:00
JJ Allaire
b79b61c8c8
merge from master
...
Merge remote-tracking branch 'origin/master' into feature/bootstrap-layout
Conflicts:
NEWS
R/bootstrap.R
2013-12-16 08:26:22 -05:00
Joe Cheng
842765dad0
Features for easier explaining of reactivity
...
- makeReactiveBinding: Turns a "regular" variable into a reactive.
No need to use reactiveValues() for simple reactivity.
- setAutoflush (not exported): Causes flushReact() to be called
each time something is executed at the R console top-level.
- options(shiny.suppressMissingContextError=TRUE): Prevents the
"Operation not allowed without an active reactive context" error
when attempting to read a reactive value or expression from the
console.
2013-12-14 23:35:32 -08:00
JJ Allaire
e371fff110
update NEWS
2013-12-14 10:17:33 -05:00
JJ Allaire
096e56aaa8
eliminate horizontalPanel and pull left/right functions
2013-12-13 13:30:52 -05:00
JJ Allaire
a501458e5a
Refer to Bootstrap without Twitter preface; link explicitly to v2.3.2 documentation
2013-12-13 08:24:11 -05:00
JJ Allaire
5d34134888
update NEWS for theme parameter
2013-12-12 22:47:16 -05:00
JJ Allaire
f0c661d6e2
enable shiny applications to opt out of bootstrap responsive css
2013-12-12 16:23:26 -05:00
JJ Allaire
9e5b68444f
add support for menus on navbars (navbarMenu function)
2013-12-12 13:41:32 -05:00
JJ Allaire
3fc14102e5
concatenate duplicate attributes in tag definitions
2013-12-12 08:41:53 -05:00
JJ Allaire
d907992c39
Automatically concatenate multiple class attributes in tag definitions
2013-12-12 08:06:20 -05:00
JJ Allaire
a711e83398
Merge remote-tracking branch 'origin/master' into feature/bootstrap-layout
2013-12-11 12:43:21 -05:00
JJ Allaire
4b2f3dd070
merge from master
...
Merge remote-tracking branch 'origin/master' into feature/bootstrap-layout
Conflicts:
NAMESPACE
NEWS
2013-12-11 06:05:22 -05:00
JJ Allaire
876acf2839
Merge remote-tracking branch 'origin/master' into feature/layout-cleanup
2013-12-11 06:00:43 -05:00
JJ Allaire
e87102e586
update NEWS
2013-12-10 20:41:17 -05:00
JJ Allaire
8b213f8d7c
update NEWS
2013-12-10 20:40:21 -05:00
JJ Allaire
06c392c066
remove panelWithSidebar (this scenario will be handled by more composable top-level pages)
2013-12-08 09:10:28 -05:00
JJ Allaire
cc261de37b
remove condition attribute from tabPanel
...
the tab content visibility needs to be the union of data-display-if and whether the tab is active (the currenty implementation makes it always visible when data-display-if evaluates to true)
2013-12-07 17:16:02 -05:00
JJ Allaire
231ea25968
Add position paramter to tabsetPanel to enable positioning of tabs above, below, left, or right of tab content
2013-12-06 10:34:04 -06:00
JJ Allaire
8658eeddb2
update NEWS
2013-12-06 09:10:38 -06:00
JJ Allaire
9fb4c4140b
navbarPage and panelWithSidebar
2013-12-05 07:09:46 -05:00
trestletech
a4e8907c95
Merged rstudio/master into branch.
2013-12-03 15:15:14 -06:00
Yihui Xie
916ad6535a
fixes #299 : RJSONIO is unable to convert a matrix of 0 row to [], in which case we have to use an empty list() instead
...
toJSON(list(x = matrix(nrow = 0, ncol = 3))) gives '{\n "x": \n}', which is an invalid JSON expression
2013-12-03 15:03:39 -06:00
trestletech
0088e9ae77
Preface shiny input classes with shiny. Refine tests to use S3 dispatch.
2013-11-30 15:19:21 -06:00
Winston Chang
8c82fa86c6
Update NEWS
2013-11-21 16:42:56 -06:00
Winston Chang
d4da934d6a
Merge branch 'renderui-head-singleton'
...
Conflicts:
NEWS
2013-11-21 16:42:42 -06:00
Winston Chang
54b9af0299
Merge branch 'localhost-only'
...
Conflicts:
NEWS
2013-11-20 13:54:47 -06:00
Winston Chang
c7d5b9211c
Merge pull request #271 from wch/bootstrap
...
Update to Bootstrap 2.3.2 and jQuery 1.10.2
2013-11-19 20:15:20 -08:00
Winston Chang
9725b23db1
Update NEWS
2013-11-19 14:36:21 -06:00
Joe Cheng
92fa1dde79
Fix #21 : singleton and tags$head are not really compatible with reactiveUI
...
This commit fixes two problems:
- tags$head content was not properly hoisted into the head
of the document when UI was reactively rendered
- singletons were not respected in renderUI
This makes it possible for input/output components that rely
on JavaScript libraries to simply put their script/style
dependencies in their input/output methods. This is contrary
to previous versions of Shiny where that approach would work
unless the component only appeared in renderUI/uiOutput and
not as part of the initial page render.
2013-11-09 15:11:22 -08:00
Joe Cheng
464821c4e2
Only allow access via localhost by default
...
This can be overridden via the "shiny.host" option or by explicitly
passing the host parameter to runApp/runExample.
2013-11-08 23:26:59 -08:00
Winston Chang
5ecb85cb6d
Bump version to .99 for development
2013-10-30 10:34:50 -05:00
Joe Cheng
fb4da933d4
Update version number in NEWS
2013-10-29 12:31:58 -07:00
Yihui Xie
635e0c9788
news for shiny v0.8
2013-10-22 10:40:29 -05:00
Yihui Xie
346758d3f0
white spaces
2013-10-21 21:40:28 -05:00
Winston Chang
559c6722ff
Update NEWS
2013-10-15 15:24:02 -05:00
Winston Chang
c65aa9732e
Bump version to 0.7.0.99 for development
2013-08-29 11:44:30 -05:00