Joe Cheng
272c555bc5
Remove unnecessary bs4 compat shims from showcase
2020-01-07 13:54:55 -08:00
Joe Cheng
fb64caab23
Remove unnecessary bs4 classes
...
Since these classes were added, we've decided to handle more of this
kind of thing in the bootscss package, so bs3 markup can work without
modification in many cases.
2020-01-07 13:54:55 -08:00
Carson
6f2a74a46d
requires htmltools >= 0.4.0.9001
2020-01-07 13:54:41 -08:00
Carson
ec65a74492
Need to de-active any nav tab, not just navs in a dropdown
2020-01-07 13:53:57 -08:00
Carson
ba791c42fa
showcase compatibility
2020-01-07 13:53:39 -08:00
Carson
5896667c36
For some reason event.relatedTarget isn't populated when the previously active item is a dropdown item
2020-01-07 13:53:39 -08:00
Carson
003c949d38
Compatibility for checkboxes will happen via bs4 shims
2020-01-07 13:53:21 -08:00
Carson
d31394254c
progress-bar-striped needs to appear on the actual progress bar (not it's container)
2020-01-07 13:53:21 -08:00
Carson
1a497e246c
progress-bar-danger class has been replaced by bg-danger
2020-01-07 13:53:06 -08:00
Carson
d24276aa54
btn-outline-secondary is visually closer to btn-default (compared to btn-secondary)
2020-01-07 13:52:49 -08:00
Carson
6ed21a3e6b
dateRangeInput() should use input-group-sm, not input-sm or form-control-sm
...
The former is supported in both bs3 and bs4 and ensures consistent small sizing of the input groups
2020-01-07 13:52:49 -08:00
Carson
8066f9ce96
remove debugger; more detailed comment
2020-01-07 13:52:49 -08:00
Carson
a0276ec1ce
wip bs4 compat work
2020-01-07 13:52:33 -08:00
Joe Cheng
2ab925a24c
wip2
2020-01-07 13:52:33 -08:00
Joe Cheng
78fbad7d8d
wip1
2020-01-07 13:52:13 -08:00
Winston Chang
89be4bdce9
Merge pull request #2728 from rstudio/wch-fix-timer
...
Timer functions always use ms
2019-12-19 13:12:35 -06:00
Winston Chang
d09a064471
Use test_path
2019-12-13 15:45:17 -06:00
Alan Dipert
2b18ca5a6c
.testModule(): remove args parameter fixes #2709 ( #2713 )
...
* .testModule(): Don't ignore args parameter, fixes #2709
* .testModule(): eliminate args, rely on dynamic dots
* Expand testModule() dots support, add dynamic dots test
* More ... tests
* testModule(): document dynamic dots
* Tighten up ... docs
* document
* testModule(): sundry improvements to docs and tests
2019-12-13 15:38:45 -06:00
Winston Chang
6bc2f18bbf
Timer functions always use ms, and better names. Closes #2725
2019-12-13 15:30:47 -06:00
Alan Dipert
fbb892d84e
Add MockShinySession$makeScope() ( #2714 )
...
* Add MockShinySession$makeScope(), fixes #2712
* Port some relevant ShinySession$defineOutput() behavior to MockShinySession$defineOutput()
* Add nested module test
* Add test for defineOutput() type check
* minor test improvement
* testModule(): improve inner module test, pass reactive to inner
2019-12-12 16:49:18 -06:00
Barret Schloerke
e84beffee3
Merge pull request #2717 from akgold/label-file-observer
...
Add label to file reload observer
2019-12-06 14:42:08 -05:00
Winston Chang
e07c7483a7
Merge pull request #2719 from rstudio/wch-fix-odd-chars
...
Use as.raw instead of charToRaw
2019-12-04 12:31:57 -06:00
Winston Chang
34ec7bf5eb
Use as.raw instead of charToRaw
...
When the package is built, the string with odd characters is marked with the
encoding of the build system. When the build system uses the C locale and the
running system uses a UTF-8 locale (like en_US.UTF-8), this results in a warning
when this function is first accessed. Using as.raw() lets us avoid using a
string altogether.
2019-12-04 10:47:21 -06:00
Barret Schloerke
01b20a4829
display auto reload base directory for reactlog label
2019-12-03 15:16:18 -05:00
Winston Chang
45ea898da4
Rebuild docs with roxygen2 7.0.2
2019-12-03 12:28:06 -06:00
Alex Gold
fd34c5070f
Add label to file reload observer
2019-12-02 10:03:11 -05:00
Winston Chang
6c409d96c1
Bump node version on Travis
2019-11-22 14:09:58 -06:00
Winston Chang
0cbe4bb3d4
Rebuild docs with roxygen2 7.0.1
2019-11-22 13:07:44 -06:00
Winston Chang
d04a990235
Merge pull request #2707 from rstudio/wch-outputinfo-null
...
getCurrentOutputInfo(): return NULL if not in an output
2019-11-22 12:38:05 -06:00
Winston Chang
4747c87632
Rebuild shiny.js
2019-11-21 16:31:51 -06:00
Winston Chang
f57452c7bf
Update docs
2019-11-21 16:30:38 -06:00
Winston Chang
9a8e2eb675
getCurrentOutputInfo(): return NULL if not in an output
2019-11-21 16:16:52 -06:00
Winston Chang
8ef7f3cbe2
Merge pull request #2701 from rstudio/wch-update-roxygen
...
Update roxygen2 to 7.0.0
2019-11-13 15:01:29 -06:00
Winston Chang
de30a65f01
Update documentation of Progress and MockShinySesssion
2019-11-13 15:01:01 -06:00
Winston Chang
0bcf613195
Update to roxygen2 7.0.0
2019-11-13 12:10:57 -06:00
Winston Chang
89fd9004d0
Merge pull request #2585 from rstudio/jeff/feature/test
...
Add a test runner
2019-11-13 11:53:00 -06:00
trestletech
b2be108db1
Add a message to clarify what app is being tested, support setting progress on mock session.
2019-11-13 11:43:50 -06:00
trestletech
6102c44b70
Attempt to pin roxygen2
2019-11-07 13:26:15 -06:00
trestletech
327cdc8e41
Don't use GH deps for appveyor
...
see 89feba870d .
2019-11-07 12:51:03 -06:00
trestletech
0bc3613989
PR feedback
2019-11-06 15:58:30 -06:00
Jeff Allen
30cea871f9
Expand testServer/Module docs ( #2694 )
...
* Merge and expand testmodule/server docs
* Alos->also
2019-11-06 20:29:44 +00:00
trestletech
5f332fe4db
Set working dir in testServer so the app runs in the proper dir.
2019-11-01 16:52:43 -05:00
trestletech
7ee7f2716b
Load shiny and inherit from global env. Non-error are no NA and errors are passed through.
2019-11-01 16:40:45 -05:00
trestletech
5e8c39cb1e
Add entry in pkgdown
2019-11-01 11:26:23 -05:00
trestletech
ee355200b3
Rename testApp -> runTests
2019-11-01 11:25:47 -05:00
trestletech
986fbe2254
Merge remote-tracking branch 'origin/master' into jeff/feature/test
2019-11-01 11:23:24 -05:00
Jeff Allen
32f93a2be1
Integration Testing Docs ( #2691 )
...
* Update roxygen and regenerate.
Mostly just whitespace changes and `code` -> `verb`.
* R6 documentation for MockShinySession
* Install roxygen from GH
* % are now auto-escaped
(We still need to go find the rest)
* Fixed the ramining \% in roxygen
Found looking for ^#'.*\\% in all R files, so I believe this is all of them.
* Regenerate docs
* Decreate indent in roxygen so paragraphs don't get interpreted as code blocks.
https://github.com/r-lib/roxygen2/issues/948#issuecomment-546386172
* Namespace
* Add MockShinySession reference to pkgdown.
* Clean up test warnings
* Export session
2019-11-01 02:33:58 +00:00
Winston Chang
ab79065c13
Merge pull request #2690 from rstudio/wch-date-color
...
Datepicker: make disabled months and years lighter gray
2019-10-31 12:16:18 -05:00
Winston Chang
77171b7894
Make cursor indicate when dates are not selectable
2019-10-31 12:09:18 -05:00
Winston Chang
cce8ddb84f
Update NEWS
2019-10-30 16:05:55 -05:00