Barret Schloerke
3f22e5da2d
add news item
2019-08-19 14:24:42 -04: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
Winston Chang
3055cf5602
Update NEWS
2019-04-18 11:49:09 -05:00
Joe Cheng
0abe221227
Use v1.3.1.9000
2019-04-14 17:21:26 -07:00
Joe Cheng
1b8d822226
Fix #2385 : R Markdown documents containing subapps not rendering properly
2019-04-14 17:19:17 -07:00
Winston Chang
4c332eac9a
Merge tag 'v1.3.1'
...
Shiny 1.3.1 on CRAN
2019-04-12 11:12:59 -05:00
Joe Cheng
aff33dd023
Bump version to 1.3.1
2019-04-10 11:35:05 -07:00
Barret Schloerke
a287ebe324
Minimize str usage in rlog$valueStr ( #2377 )
...
* return early if loggin is disabled
* do not allow str to recurse
* add news item for #2377
* change " " to " "
* Not a "world-ending performance issue"
2019-04-10 11:27:29 -07:00
Winston Chang
36a808add0
Update NEWS
2019-04-08 13:22:57 -05:00
Winston Chang
f6e8e645f2
Bump version to 1.3.0.9000
2019-04-08 13:19:57 -05:00
Winston Chang
cdf3bf18f0
Fix broken URL
2019-03-29 16:55:41 -05:00
Alan Dipert
908d635063
Fix #2349 , #2329 , #1817 : bugs triggered by networkD3 sankey plot
...
* All of these were caused by the presence of multiple body tags on the
page, which happened because networkD3's sankey plot generates SVGs
containing body tags via SVG's foreignObject tag
* In various places, the 'body' jQuery selector string is used under the
assumption there is only one 'body' tag on the page. The presence of
multiple 'body' tags breaks reliant code in strange ways.
* The fix was to use document.body or 'body:first' instead of 'body'.
2019-03-27 11:36:19 -07:00
Alan Dipert
9afc06028d
Restore intuitive bookmarking behavior ( #2360 )
...
* Adding flushPending() to ShinySession's flushOutput() restores intuitive bookmarking behavior
* Check that restoreContext is present
* Update NEWS
2019-03-26 15:08:34 -05:00
Barret Schloerke
6d59f88a76
bump news and description versions to 1.3.0
2019-02-26 16:19:07 -05:00
Joe Cheng
68cf3a9111
Merge pull request #2311 from rstudio/bookmark-dot
...
Bookmarking: restore inputs that have a leading dot
2019-02-21 11:56:40 -08:00
Winston Chang
95173f676d
Merge pull request #2319 from rstudio/joe/misc/constant-time-check
...
Add constant time check for shared secret
2019-02-11 15:22:54 -06:00
Joe Cheng
665a66522e
Add constant time check for shared secret
2019-02-04 13:19:47 -08:00
Barret Schloerke
bcac115c3d
Add methods: reactlog, reactlogShow, and reactlogReset. Depricate showReactLog
...
Update links to help file to not use `showReactLog`, but `reactlogShow`
Use updated reactlog pkg function api of reactlog_*. This may fail right now, but rerun travis when the reactlog code is merged into master.
2019-01-30 12:20:22 -05:00
Winston Chang
77ddb2c8c2
Bookmarking: restore inputs that have a leading dot. Fixes #2308
2019-01-23 12:05:24 -06:00
Barret Schloerke
3327878fc2
merged from master
2019-01-11 12:33:31 -05:00
Barret Schloerke
b606ba4dd7
added news item for reactlog
2019-01-11 09:43:25 -05:00
Winston Chang
624dd2e99d
Bump version to 1.2.0.9001
2018-12-10 14:19:48 -06:00
Winston Chang
2d57ffa546
Update NEWS
2018-12-03 12:13:54 -06:00
Winston Chang
54480e2510
Merge branch 'master' into fix-selectize-label
2018-11-15 17:03:58 -06:00
Winston Chang
e6c66352a7
Update NEWS
2018-11-15 15:23:35 -06:00
Joe Cheng
2b64949cbe
Fix #2247 : Async cached plots raise "Error in !: invalid argument type" error
2018-11-14 16:45:40 -08:00
Joe Cheng
02b0802886
Add note about FontAwesome path change
2018-11-01 15:08:59 -07:00