Barret Schloerke
213f0d3a93
Reduce promises version to 1.1.0 and safeguard visibility test ( #3252 )
2021-01-12 12:29:18 -06:00
Barret Schloerke
f4fc13fc2f
Add devmode() features ( #3174 )
...
Co-authored-by: Barret Schloerke <schloerke@gmail.com >
Co-authored-by: Winston Chang <winston@stdout.org >
2020-12-18 14:31:31 -05:00
Carson
9b0f170730
Skip POSIXlt slider tests on R3.6 and below
2020-12-10 15:24:07 -06:00
Winston Chang
82fdbeda49
Fix test
2020-12-10 12:25:12 -06:00
Hadley Wickham
f41c484913
Respect reactiveConsole() in new errors ( #3193 )
2020-12-08 12:17:43 -06:00
Winston Chang
bbf9bee28e
Add a warning message when value < min | value > max in sliderInput ( #3194 )
...
Co-authored-by: Carson Sievert <cpsievert1@gmail.com >
Co-authored-by: colin <colin@thinkr.fr >
Co-authored-by: Colin Fay <contact@colinfay.me >
2020-12-08 10:55:18 -06:00
Carson Sievert
473ec834fe
radioButtons() and checkboxGroup() accessibility ( #3187 )
...
Co-authored-by: Carson Sievert <cpsievert1@gmail.com >
Co-authored-by: JooYoung Seo <sjysky@gmail.com >
2020-12-04 15:53:53 -06:00
Carson Sievert
5c5974106d
Properly attach jqueryui dependency when drag_drop plugin is used ( #3185 )
...
* Properly attach jqueryui dependency when drag_drop plugin is used, closes #3183
* write a unit test
2020-12-04 10:52:26 -06:00
Winston Chang
3d6329dee8
Add cacheWriteHook and cacheReadHook ( #3173 )
2020-12-02 16:17:08 -06:00
Winston Chang
e44a9b1ded
Replace %OR% with %||% from rlang ( #3172 )
2020-12-02 12:14:07 -06:00
Winston Chang
bde5a88295
Fix test
2020-12-01 13:18:59 -06:00
Carson Sievert
8eed42387c
Make sure dateInput() warns on empty string ( #3165 )
...
Co-authored-by: Winston Chang <winston@stdout.org >
2020-11-24 10:34:39 -06:00
Winston Chang
5b3366f35a
Replace renderCachedPlot() code with bindCache() ( #3163 )
2020-11-23 14:34:52 -06:00
Winston Chang
ac0b723bb0
bindEvent(): alter observers in place and fix labels
2020-11-20 14:51:35 -06:00
Winston Chang
39454a6c09
Use enquos0, inject, and zap_srcref from rlang ( #3157 )
2020-11-20 11:07:06 -06:00
Winston Chang
713c9ec923
Add render function quosure tests
2020-11-20 09:38:16 -06:00
Barret Schloerke
b42d835cbf
Test visibility with latest promises ( #3151 )
...
Co-authored-by: Winston Chang <winston@stdout.org >
2020-11-18 11:36:28 -06:00
Winston Chang
b421f6bd7f
Destroy correct object. Closes #3145
2020-11-13 19:30:13 -06:00
Winston Chang
6df3ce4b19
Rename blast() to inject()
2020-11-13 15:13:33 -06:00
Winston Chang
8f40f8cab8
Add additional quosure tests
2020-11-13 15:11:18 -06:00
Winston Chang
b85b03583b
Add cache hint tests
2020-11-13 14:56:25 -06:00
Winston Chang
9c915e52ca
Add get_quosure function
2020-11-12 23:45:23 -06:00
Winston Chang
6b6ab48377
Don't unwrap quosures for key or event expressions
2020-11-12 22:16:00 -06:00
Winston Chang
bf36d07670
Add tests for quosures in reactive() and observe()
2020-11-12 18:17:02 -06:00
Winston Chang
67a776a39a
Don’t automatically unwrap quosures
2020-11-12 16:57:05 -06:00
Winston Chang
43b7c41c4f
Rename withCache and withEvent to bindCache and bindEvent
2020-11-08 21:47:11 -06:00
Winston Chang
58433cda01
Add tests for ignoreNULL
2020-11-06 14:20:20 -06:00
Winston Chang
8069ff2b05
Fixes for tests
2020-11-05 17:02:56 -06:00
Winston Chang
3ad1c4076d
Make renderCachedPlot accept quosures
2020-11-05 16:37:48 -06:00
Winston Chang
943f31e117
Fix cacheHint=FALSE
2020-11-05 16:37:18 -06:00
Winston Chang
c43bc195e7
Use cacheHint
2020-11-05 14:25:19 -06:00
Winston Chang
985970d320
Include user expression in cache key for render functions
2020-11-04 18:07:26 -06:00
Winston Chang
2fd0ce1a09
Add withEvent observer tests
2020-11-03 13:35:08 -06:00
Winston Chang
a4d8f541dd
Fix test
2020-11-03 13:02:57 -06:00
Winston Chang
b0725e0153
Add withCache and withEvent functions
2020-11-03 13:02:49 -06:00
Winston Chang
d189cd9f23
Use cache objects from cachem package ( #3118 )
...
Co-authored-by: Carson Sievert <cpsievert1@gmail.com >
2020-11-03 12:01:17 -06:00
Winston Chang
f7b1bc0e5c
Move key after ...
2020-10-29 10:19:16 -05:00
Winston Chang
77a8a783de
cachedReactive: add tests for quosures
2020-10-28 20:11:03 -05:00
Winston Chang
d37feea299
Rename args for cachedReactive
2020-10-28 19:16:12 -05:00
Winston Chang
a99f11fb10
Extract reactive label code into exprToLabel()
2020-10-22 15:58:50 -05:00
Winston Chang
f6d010056a
Skip visibility tests with old versions of rlang
2020-10-21 23:50:24 -05:00
Winston Chang
ffd20bcc6e
hybrid_chain: preserve visibility
2020-10-21 23:50:24 -05:00
Winston Chang
55eaaa869d
Cache errors and visibility
2020-10-21 18:22:33 -05:00
Winston Chang
56e0fbdb05
Update tests for cachedReactive
2020-10-20 21:04:40 -05:00
Winston Chang
a39450c2b2
Add tests for cachedReactive error handling
2020-10-16 15:26:58 -05:00
Winston Chang
bac4e68b89
Add support for async in cachedReactives
2020-10-15 17:19:34 -05:00
Winston Chang
20e95a4cab
Add tests for cachedReactive
2020-10-15 17:19:34 -05:00
Barret Schloerke
7aa3a243ba
Make template test less brittle and failures more verbose ( #3096 )
...
Also updated a pkgdown check
2020-10-15 11:32:50 -04:00
Barret Schloerke
9612f1c3c8
Use a for loop over an lapply to get better error reporting
2020-10-05 15:56:27 -04:00
Carson Sievert
03ab966cdc
Make shiny.css bootstraplib aware; use jquerylib ( #3060 )
...
* Sassify shiny.css (& make it themable); gut json2 dependency (was there for IE8 support)
* Always serve a compressed bundle; remove shiny.css
* Use getCurrentTheme() and make sure shinyDependencies is a function
* Make sure we have sass/rprojroot before running checkBuilt.sh
* Need repos set
* Compare against bleeding edge of sass
* Perform built check with testthat (copying the approach taken for pkgdown checks)
* Update tests/testthat/test-built-files.R
Co-authored-by: Winston Chang <winston@stdout.org >
Co-authored-by: Winston Chang <winston@stdout.org >
2020-10-02 10:59:59 -05:00