Joe Cheng
5828ea7426
Merge pull request #2577 from hadley/print-methods
...
Implement two missing print methods
2019-09-03 08:14:51 -07:00
Joe Cheng
80ba147168
Merge pull request #2566 from rstudio/fix-statichandler-backslash
...
Disallow backslash in staticHandler paths
2019-09-03 07:50:35 -07:00
Joe Cheng
f85479ba11
Merge pull request #2570 from rstudio/joe/misc/update-node-deps
...
Upgrade yarn dependencies
2019-09-03 07:49:51 -07:00
Joe Cheng
a23c5f151f
Merge pull request #2569 from hadley/pageWithSidebar
...
Soft-deprecate pageWithSidebar() and headerPanel()
2019-09-03 07:49:29 -07:00
Joe Cheng
cab3601474
Merge pull request #2568 from hadley/doc-combine
...
Document all sidebar UI components together
2019-09-03 07:48:44 -07:00
Joe Cheng
cf330fcd58
Merge pull request #2575 from hadley/options-docs
...
Combine shinyOptions and shiny-options
2019-09-03 07:47:32 -07:00
Hadley Wickham
eb0162dccf
Add basic print method for shiny.render.function
...
So at least the user isn't exposed to a bunch on internals
2019-09-03 09:17:02 -05:00
Hadley Wickham
a415aed7e6
Implement print.reactivevalues
2019-09-03 09:13:43 -05:00
Hadley Wickham
9f6014dc0b
Remove from index
2019-09-02 09:14:20 -05:00
Hadley Wickham
21b0d38b57
Minor formatting tweaks
2019-09-02 09:14:15 -05:00
Hadley Wickham
1ec7f22b5f
Alphabetise options
2019-09-02 09:03:46 -05:00
Hadley Wickham
346c5e4a4c
Merge shinyOptions and shiny-options
...
Including an alias so that ?"shiny-options" will continue to work.
Fixes #2544
2019-09-02 08:59:58 -05:00
Joe Cheng
c9a0f0a713
Merge pull request #2567 from hadley/reactive-plot-size-docs
...
Clarify the three inputs to width/height
2019-08-29 16:24:46 -07:00
Joe Cheng
8bbc38dc8a
Upgrade yarn dependencies
...
This prevents GitHub from complaining about a security vulnerability
in es-lint.
2019-08-29 12:27:29 -07:00
Hadley Wickham
96494a22f9
Soft-deprecate pageWithSidebar() and headerPanel()
...
Fixes #2452
2019-08-29 08:27:36 -05:00
Hadley Wickham
0813789e2a
Cross-link tabPanel() to navbarPage()
2019-08-29 08:15:19 -05:00
Hadley Wickham
98ca820ab1
Document sidebarPanel() and mainPanel() with sidebarLayout()
2019-08-29 08:09:22 -05:00
Hadley Wickham
81ca9d9f29
Co-locate all sidebarLayout() functions
2019-08-29 08:00:40 -05:00
Hadley Wickham
16fe0019f9
Clarify the three inputs to width/height
2019-08-29 07:30:09 -05:00
Barret Schloerke
5fa650ab75
Merge pull request #2559 from rstudio/barret-trim-showcase-info
...
Reduce the information sent to shiny showcase
2019-08-28 17:27:16 -04:00
Winston Chang
564c2a0f16
Disallow backslash in staicHandler paths
2019-08-28 15:42:09 -05:00
Barret Schloerke
1685e1c310
Merge branch 'master' into barret-reactlog-keybindings
...
* master: (22 commits)
Fix upper-case test
autload
- update NEWS - only source global in server.R mode - only use intermediary environment if opted-in to autoloading.
Only use loadSupport if opted-in to autload.r
Fix default param
Make loading helpers opt-in.
Clarify docs
Update to new signature in test.
Move global.R sourcing into an exported load function
Only load top-level R files in R/
Require capitalized R/ dir.
Correct mistake around app.R in global
Add news
Fix options test
Test ui/server/app/global sourcing.
Revert "DI the source function for testing."
DI the source function for testing.
Load helpers into isolated environment
Fix expectations.
Add dynamically-generated case-sensitive test.
...
2019-08-28 12:26:39 -04:00
Barret Schloerke
332f5a1266
add js for opening broken reactlog routes
2019-08-28 12:24:17 -04:00
Jeff Allen
99ac85f06a
Merge pull request #2547 from rstudio/jeff/feature/helpers
...
Automatically load 'helpers' in R/ directory at runtime
2019-08-28 16:19:07 +00:00
trestletech
fc30ad0935
Fix upper-case test
2019-08-28 11:05:04 -05:00
trestletech
aadf2eb609
Merge remote-tracking branch 'origin/master' into jeff/feature/helpers
2019-08-28 10:29:32 -05:00
trestletech
68f778e423
autload
2019-08-28 10:26:31 -05:00
trestletech
0066cff652
- update NEWS
...
- only source global in server.R mode
- only use intermediary environment if opted-in to autoloading.
2019-08-28 10:20:42 -05:00
trestletech
f872a0c80a
Only use loadSupport if opted-in to autload.r
2019-08-28 10:15:11 -05:00
Barret Schloerke
68d67a8194
Update NEWS.md
2019-08-27 17:51:10 -04:00
Barret Schloerke
756ac1514c
Use ctrl/cmd + shift + f3 to mark reactlog; return a 501 error code for reactlog paths when reactlog is disabled
...
Open a new webpage even if only marking a time.
2019-08-27 17:50:46 -04:00
Barret Schloerke
d9478142b1
Merge pull request #2561 from rstudio/barret-fix-master
...
Fix master docs
2019-08-27 17:38:27 -04:00
Winston Chang
5eced59961
Rebuild JS files
2019-08-27 16:31:29 -05:00
Winston Chang
3e1862cd51
Merge pull request #2526 from rstudio/setDateBounds
...
Set min/max date after date value when they land on the same day
2019-08-27 16:30:49 -05:00
Barret Schloerke
7271609850
ignore any node_modules-like named folder
2019-08-27 17:24:25 -04:00
Barret Schloerke
f24337bb3b
add messages in htmltools script to notify about version number
2019-08-27 17:14:51 -04:00
trestletech
6167247ea2
Fix default param
2019-08-27 15:59:27 -05:00
Barret Schloerke
0332e52501
remove unneeded method roxygen tag
2019-08-27 16:50:33 -04:00
trestletech
0c23f78ab7
Make loading helpers opt-in.
2019-08-27 15:29:58 -05:00
Barret Schloerke
7624449644
add import htmltools statement
2019-08-27 16:17:20 -04:00
Barret Schloerke
97309e8c4c
execute tools/updateHtmltoolsMan.R
2019-08-27 14:44:39 -04:00
Barret Schloerke
a1e78214db
Create updateHtmltoolsMan.R
2019-08-27 14:34:33 -04:00
Barret Schloerke
1a57b3296b
use htmltools remote
2019-08-27 14:32:25 -04:00
trestletech
7c10fc3514
Merge remote-tracking branch 'origin/master' into jeff/feature/helpers
2019-08-27 12:54:06 -05:00
Jeff Allen
494ef42aa8
Clarify docs
2019-08-27 17:46:17 +00:00
Carson
8a54d216c6
better news description
2019-08-27 10:47:10 -05:00
Carson
896a20d76d
set start/end date after setting date if they land on the same day, closes #2335
2019-08-27 10:30:38 -05:00
Barret Schloerke
a26510b02f
copy in latest man files from htmltools
...
* fix staticdocs test
* remove hasTagAttributes and getTagAttributes from man file
2019-08-26 15:30:27 -04:00
Barret Schloerke
1465f1d237
add roxygen tag to enforce s3 method for checking
2019-08-26 15:27:36 -04:00
Joe Cheng
21b18d107a
Merge pull request #2166 from rstudio/unexport-knit-print
...
Un-export knit_print methods from htmltools
2019-08-26 14:29:16 -04:00