Carson Sievert
b889b0d2b0
Merge pull request #2582 from rstudio/barret_showcase_hidden_wide
...
Fix showcase bug where hidden by default on wide window
2019-09-11 10:59:18 -07:00
Carson
ba5733e4a4
add news item
2019-09-11 12:34:20 -05:00
Carson
aeded79544
yarn build
2019-09-09 15:43:41 -05:00
Carson
c0a7958e77
update news
2019-09-09 15:18:41 -05:00
Winston Chang
89c97458c4
Update NEWS
2019-09-05 16:11:47 -07:00
Winston Chang
91cab10ff8
Remove Sys.sleep in runApp()
2019-09-03 15:09:51 -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
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
trestletech
7c10fc3514
Merge remote-tracking branch 'origin/master' into jeff/feature/helpers
2019-08-27 12:54:06 -05: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
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
Joe Cheng
cc2173c587
Merge pull request #2555 from rstudio/wch-fix-invalidatelater-leak
...
Fix invalidateLater memory leak
2019-08-26 13:51:34 -04:00
Winston Chang
71fe821ae9
Update NEWS
2019-08-26 11:28:45 -05:00
Winston Chang
58a662bd35
Merge branch 'master' into unexport-knit-print
2019-08-26 11:04:40 -05:00
Barret Schloerke
1352e1d92d
move news item to library updates and state 'resolved'
2019-08-23 12:47:40 -04:00
Barret Schloerke
76efb01c4c
add news item about upgrading bootstrap and jquery versions
2019-08-23 11:06:09 -04:00
Carson Sievert
33cdc75810
Throw an informative warning if a subdirectory of www clashes with another static path ( #2434 )
...
* Throw an informative warning if a subdirectory of www clashes with another static path, fixes #2433
* check all pairwise combinations of resource mappings
* Check for www subdir conflicts at startApp() time
* fix warning message
* review feedback; update news
2019-08-22 16:58:41 -05:00
Winston Chang
2dbb0fca85
Merge branch 'master' into resources
2019-08-22 16:12:58 -05:00
Winston Chang
c7a8a4e30f
Update NEWS
2019-08-22 16:05:08 -05:00
Barret Schloerke
3f22e5da2d
add news item
2019-08-19 14:24:42 -04:00
Winston Chang
39ee4513c6
Fix invalidateLater memory leak. Closes #2267
2019-08-19 12:21:12 -05:00
Jeff Allen
a73e0998bc
Correct mistake around app.R in global
2019-08-09 16:22:03 +00:00
trestletech
51befe3e27
Add news
...
and other minor changes from self-review
2019-08-08 15:55:08 -05:00
Alan Dipert
1a8b36f06d
selectInput: improve factor handling ( #2524 )
...
* selectInput: handle factor choices, fixes #2515
* Handle complex vectors
* Improve tests
* New item
* Update selectInput() docs to mention factors
* Un-S3-ify listify
* Bracketify the if/else
* Moar Brackets
* Fix travis: we hope
* Use existing asNamedVector function
* Better implementation of asNamedVector
* Clarify comments
2019-07-15 14:51:13 -05:00
Winston Chang
250303790c
Bump version to 1.3.2.9001
2019-07-09 13:56:39 -05:00
Jeff Allen
f51b5421f2
Add sep argument to renderText ( #2497 )
...
* Add sep argument to renderText
Closes #2469
* Add link to PR
* Regenerate docs
2019-06-14 16:26:28 -05:00
Winston Chang
749a582296
Update NEWS
2019-06-04 16:12:12 -05:00
Winston Chang
6b835f70e6
Merge pull request #2460 from rstudio/wch-disable-plot-drag
...
Disable dragging of plots with any interactions enabled
2019-05-30 14:32:00 -05:00
Winston Chang
308bc76ac6
Disable dragging of plots with any interactions. Closes #1393 , #2223
2019-05-29 15:16:11 -05:00
Winston Chang
fd843509a1
Fix NEWS formatting
2019-05-29 11:59:13 -05:00
nteetor
1aa9368e54
Update inputchanged news item with pr number, move to improvements
2019-05-23 20:11:44 -04:00
nteetor
180e852fee
Trigger shiny:inputchanged event on related input element ( #2442 )
2019-05-22 20:01:33 -04:00
Carson Sievert
57cc44f662
Coordmap info should retain discrete limits ( #2410 )
...
* ggplot2 input brushes should retain discrete range mapping, and be imposed in brushedPoints(), closes #1433
* simplify logic and reduce required storage
* get nearPoints() working as well, cleanup
* only remember scale range if ggplot is facet with a free discrete axis
* Use the scale limits (before the range) since the former is specified, that's what is actually shown on the plot
also, introduce within_brush() helper to consistently handle missing values produced by asNumber()
* also use scale limits in older versions of ggplot2
* DRY
* discrete_mapping -> discrete_limits; better comments
* update test expectation
* a couple unit tests
* update comment to reflect new coordmap data structure
* use unlink() not rm()
* add some tests for specifying scale limits and labels
* Use get_limits() if available
* update news
* better name and comment for new asNumber() argument
2019-05-14 16:34:00 -05:00
Carson Sievert
4eaa9c7ea9
Don't match text inputs with a trailing '-selectized' in their id, fixes #2396 ( #2418 )
...
* Don't match text inputs with a trailing '-selectized' in their id, fixes #2396
* update news
* parentheses
2019-05-14 16:26:32 -05:00
Carson Sievert
6fed1c60ac
update news (should've been done in #2404 )
2019-05-08 16:36:46 -05:00
Carson Sievert
ff84cf5a18
update news ( #2428 )
2019-05-08 16:08:20 -05:00
Carson Sievert
ea54c17902
merge with master
2019-05-08 15:10:22 -05:00
Joe Cheng
c2430cd3f4
Update NEWS
2019-05-07 09:33:59 -07:00
Carson Sievert
07e2b80b5d
merge with master; fix NEWS conflicts
2019-05-03 17:21:06 -05:00
Winston Chang
e6c2133520
Merge pull request #2416 from rstudio/updateSliderInput
...
getSliderType() should be able to handle NULL min/max/value, fixes #2250
2019-05-03 16:54:57 -05:00
Carson Sievert
e0eaa58779
update news
2019-05-03 15:57:55 -05:00
Carson Sievert
34ee48ef93
update news
2019-05-02 10:46:08 -05:00
Carson Sievert
b1bc78dad3
fix news link
2019-05-01 11:19:40 -05:00
Carson Sievert
a63f271300
update news
2019-04-30 17:00:34 -05:00
Carson Sievert
08b22ff550
update NEWS
2019-04-30 17:00:34 -05:00
Winston Chang
386078d441
Merge tag 'v1.3.2'
2019-04-23 14:07:37 -05:00
Winston Chang
4d778faaf4
Bump version to 1.3.2
2019-04-18 11:51:16 -05:00