Winston Chang
ea99bfdb16
Update NEWS
2017-02-28 10:48:48 -06:00
Winston Chang
367027cfbc
Merge branch 'wch/redundant-setinput'
2017-02-28 09:23:17 -06:00
Winston Chang
5f8cd82a09
Update NEWS
2017-02-24 19:43:55 -06:00
Winston Chang
c05452af91
Update NEWS
2017-02-24 15:16:12 -06:00
Winston Chang
0f13075e17
NEWS edits
2017-02-10 14:28:15 -06:00
Alberto Santini
9c09072ee6
Update NEWS
2017-02-10 20:16:57 +01:00
Winston Chang
95585c2264
Update NEWS
2017-02-10 10:42:27 -06:00
Winston Chang
c761e9fba0
NEWS formatting fixes
2017-02-01 11:37:31 -06:00
Winston Chang
deae31ea4a
Merge pull request #1570 from rstudio/wch/simplify-fileupload
...
Remove shiny:fileuploaded JS event
2017-02-01 11:34:01 -06:00
Winston Chang
9be4cb132c
NEWS
2017-02-01 11:29:21 -06:00
Barbara Borges Ribeiro
220c7e9139
decode URLs in staticHandler func - fixes #1565 (via #1566 )
2017-02-01 06:27:11 +00:00
Winston Chang
03ba660ea1
Update NEWS
2017-01-31 20:37:39 -06:00
Winston Chang
67c599f50b
Update NEWS
2017-01-31 20:27:20 -06:00
Winston Chang
5cd9ba609a
Make fileInput trigger shiny:inputchanged. Closes #1511
2017-01-31 16:27:16 -06:00
Barbara Borges Ribeiro
3e29672c70
news item
2017-01-27 20:40:07 +00:00
Barbara Borges Ribeiro
a0b917a207
support pushState for pseudo-nav
...
see the documentation for details (`?updateQueryString` and `?getQueryString`)
2017-01-25 23:45:26 +00:00
Winston Chang
53ec7edd06
Another typo
2017-01-17 12:02:39 -05:00
Winston Chang
ff804c0ff8
Typo
2017-01-17 12:01:51 -05:00
Winston Chang
9d69ff01b3
Update ion.rangeSlider to 2.1.6 ( #1540 )
...
* Update ion.rangeSlider to 2.1.6
* Simplify code when slider separator is ""
* Add links to NEWS
2017-01-17 12:00:47 -05:00
Winston Chang
6065db1d24
Update NEWS
2017-01-16 13:00:41 -05:00
Winston Chang
1987331a70
Bump version to 1.0.0.9000
2017-01-16 12:55:36 -05:00
Winston Chang
ab85216b96
Merge tag 'v1.0.0'
2017-01-13 13:36:23 -05:00
Winston Chang
b5cb78c77e
Update URL
2017-01-10 10:13:06 -06:00
Winston Chang
e75c99672d
Update NEWS
2017-01-09 12:38:48 -06:00
Winston Chang
7faba72ebe
Fix URL
2017-01-09 12:38:48 -06:00
Winston Chang
cbe8fc1bdf
Bump version to 1.0.0
2017-01-09 12:38:48 -06:00
Winston Chang
5f3159a203
Add link to PR in NEWS
2017-01-09 12:25:32 -06:00
JJ Allaire
fa791cd28c
Relax naming requirements for addResourcePath()
...
First character no longer needs to be a letter. See https://github.com/rstudio/tutor/issues/4 for discussion.
2017-01-09 11:04:51 -05:00
Winston Chang
519d90f0a7
Update NEWS
2017-01-03 16:17:28 -06:00
Winston Chang
25eafe1e69
NEWS: more info on testing
2017-01-03 14:16:55 -06:00
Winston Chang
118a9ca861
Update NEWS
2017-01-03 12:54:06 -06:00
Winston Chang
174a1fe834
Update to font-awesome 4.7.0
2017-01-03 12:47:23 -06:00
Barbara Borges Ribeiro
19623694f5
Added skipFirst arg to observeEvent ( #1494 )
...
* added skipFirs arg to observeEvent
* create getCurrentObserver() function
* better NEWS entry
* made code more consistent
* implemented `once` param to `observeEvent`; extensive documentation for `getCurrentObserver`
* implement dig param to `getCurrentObserver`
* fix bug that was causing unit tests to fail
* take two
* git commit
* removed function getCurrentObserver
* delete .globals$currentObserver variable
* update docs
* typo
* remove dupes in index.r (bah humbug)
* rerun devtools::document
2016-12-19 15:51:19 -08:00
Winston Chang
55a16043e1
Merge pull request #1510 from rstudio/joe/feature/debounce
...
Add reactive debounce and throttle functions
2016-12-16 11:10:02 -06:00
Winston Chang
29943b7edd
Merge pull request #1482 from rstudio/barbara/runapp
...
Fixes #1358 : more informative error message when calling runApp inside of an app's app.R
2016-12-16 10:15:35 -06:00
Barbara Borges Ribeiro
c350e2a668
Fixes #1358 : more informative error message when calling runApp inside of an app's app.R (or inside ui.R or server.R).
2016-12-15 21:50:39 +00:00
Joe Cheng
e0868ba2ab
Fix #1013 : flushReact should be called after app loads ( #1503 )
...
* Fix #1013 : flushReact should be called after app loads
* Add link to pull request
2016-12-15 13:16:18 -06:00
Joe Cheng
bcefd1fbd8
Fix #117 : Reactive expressions hold on to memory for longer than necessary ( #1504 )
...
* Fix #117 : Reactive expressions hold on to memory for longer than necessary
* Fix broken link
* Add link to pull request
2016-12-15 13:15:00 -06:00
Joe Cheng
f5fbad0abf
Add link to pull request
2016-12-15 11:14:48 -08:00
Joe Cheng
accd70d4b4
Add session$userData feature ( #1513 )
...
* Add session$userData
* Tweak wording of NEWS
* Fix broken links
2016-12-15 12:50:20 -06:00
Joe Cheng
c0a298e484
Add reactive debounce and throttle functions
2016-12-13 17:22:12 -08:00
Winston Chang
907b9a9862
Merge pull request #1480 from rstudio/barbara/verbatim
...
Closes #1357 : verbatimTextOutput should optionally be hidden if no content
2016-12-07 10:13:04 -06:00
Barbara Borges Ribeiro
8d70d91cf4
fix #1487 : better error handling for insertUI when selector does not match anything in DOM (do console log)
2016-12-07 05:10:43 +00:00
Barbara Borges Ribeiro
6fb86859ce
use past tense in all NEWS.md entries
2016-12-07 04:55:08 +00:00
Barbara Borges Ribeiro
fe733b319f
Fixes #969 : allow navbarPage's fluid param to control both containers
2016-12-07 00:22:33 +00:00
Barbara Borges Ribeiro
08b58f3055
allow navbarPage's fluid param to control both the content *and* the header containers
2016-12-07 00:21:49 +00:00
Barbara Borges Ribeiro
9f6659f526
added a new arg (placeholder = FALSE) to verbatimTextOutput() so that by default it doesn't show up when it is empty; improved the documentation example
2016-12-07 00:02:40 +00:00
Barbara Borges Ribeiro
d28397df93
Fix #1359 : shinyApp options argument ignored when passed to runApp ( #1483 )
2016-12-06 20:52:19 +00:00
Barbara Borges Ribeiro
903adc8f97
Added ability to pass arguments to the a tag function called inside downloadButton() and downloadLink(). Closes #986 .
2016-12-05 15:35:31 +00:00
Barbara Borges Ribeiro
52a193b183
unbindAll() should not be called when inserting content with insertUI()
2016-12-01 15:40:17 -06:00