Winston Chang
fc32c2c944
Clarify that choices must be strings
2017-08-18 11:48:41 -05:00
Winston Chang
279e37f1cb
Bump version to 1.0.4.9000
2017-08-18 11:47:19 -05:00
Winston Chang
3f9176176e
Merge tag 'v1.0.4'
...
Shiny 1.0.4 on CRAN
2017-08-14 12:01:26 -05:00
Winston Chang
b3201ccafd
Add functions to news item
v1.0.4
2017-08-10 14:29:06 -05:00
Winston Chang
2a01a620a9
Add NEWS summary
2017-08-10 12:03:22 -05:00
Winston Chang
6f43cf7b82
NEWS cleanup
2017-08-09 18:49:34 -05:00
Winston Chang
1c6250f9c2
Bump version to 1.0.4
2017-08-09 18:49:34 -05:00
Barbara Borges Ribeiro
650075a9ab
Fix appendTab for empty tabsetPanels ( #1813 )
...
* fix appendTab for empty tabsetPanels; use spread operator to avoid having to resort to apply; upgrade grunt.
* revert back to `Math.max.apply(null, existingTabIds) + 1;` there's no browser compatibility issues there
2017-08-09 18:45:25 -05:00
Winston Chang
668ee6f24a
Add references to issues
2017-08-08 11:16:57 -05:00
Alan Dipert
c456ec2c4c
drag/drop-able fileInputs ( #1782 )
...
* fileInput WIP: Show dropzones when file dragged over window
- Still need to validate dataTransfer contents
* WIP: Basic functionality working
* wip
* Grunt
* WIP state machine
* WIP generalize FSM to data+multimethod
* WIP multimethod
* WIP draghover
* wip multimethod
* WIP, such refactor
* WIP: rm multimethod
* WIP
* WIP resurrect multimethod
* WIP move draghover functions into input object
* WIP colors: use more muted, bootstrap-esque glows
* Grunt
* WIP: use whenAny, more descriptive args in default test/dispatch fns
* WIP more whenAny
* Grunt
* WIP dont use for...of, requires polyfill
* Grunt
* multimethod improvements, documentation. `equal` function.
* multimethod: simplified equal, removed need for forward decl. docs.
* dox
* multimethod improvements, docs
* minor
* IE 10+ drag/drop, first cut
* Grunt
* use functions not arrows for faux instance methods
* Grunt
* fix uploadDropped call
* Grunt
* cleanup drop handler, fix entry to invalid state via doc drop handler
* Grunt
* IE workaround #293932
* Grunt
* yeeeeeeeeeeessss IE WORKSSSSS
* Cleanup; support activeClass/overClass
* everything basically works everywhere \o/
* revert ability to specify classes, hardcode in JS
* MM fixes
* minor fixes
* Grunt
* DnD: Support dragging directly over zones
- Happens when source window occludes browser window
* woo
* Note Safari bug, use draghover for zones
* merge
* Grunt
* news
* include CSS
2017-08-08 11:12:21 -05:00
Joe Cheng
3b0c390a9e
Merge pull request #1794 from rstudio/barbara/tabs
...
Dynamic tabs
2017-08-04 11:31:50 -07:00
Barbara Borges Ribeiro
b02eb11345
do inputId <- session$ns(inputId) in user facing functions for module functionality (rather than overriding the same functions in makeScope)
2017-08-04 18:02:43 +01:00
Barbara Borges Ribeiro
ed3ba303bc
Joe's feedback
2017-08-04 17:56:58 +01:00
Barbara Borges Ribeiro
ee5da1410e
make hide and remove work well when we want to hide/remove a tab inside a navbarMenu (or the whole menu) and it is selected (before this commit, it wasn't navigating to the first tab like it is supposed to)
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
494627c6e1
make this PR work for modules
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
82ac112dec
added select argument to showTab function
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
40cfff33ff
for dynamic tabs, send message on session$onFlush (instead of session$onFlushed)
2017-08-04 15:10:08 +01:00
Joe Cheng
c1c5873912
Abandon nearest neighbor tab-showing logic. Just grab the first tab.
2017-08-04 15:10:08 +01:00
Joe Cheng
c090efd562
Fix bug where last tab being removed, didn't update tabset input value
2017-08-04 15:10:08 +01:00
Joe Cheng
91dbb0e77b
htmlDependencies are properly loaded with dynamic tabs
2017-08-04 15:10:08 +01:00
Joe Cheng
dde7b144f0
Add select=FALSE argument to insert/append/prependTab
2017-08-04 15:10:08 +01:00
Joe Cheng
f1873a014c
Make tab prepend/append just edge cases of insert
2017-08-04 15:10:08 +01:00
Joe Cheng
48b8923b67
Properly escape jQuery selector strings
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
6f9f3fea83
implement navigation after hiding/removing selected tab
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
10f3320165
more JS code refactoring; improved documentation
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
d57aa33b40
insertion fully implemented
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
0e7c78bae3
refactored code and made insertion of navbarMenus possible
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
e6602786ec
updated docs
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
31bbb3894c
remove extra line
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
8bbf576807
typo: tag -> tab (makes a big difference!)
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
1ecc9b9d0e
Fixed documentation problems and JS code logic
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
3adbebc3d9
document similar things together; add prependTab and appendTab
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
a4c086f51b
now working for navbarPage and navlistPanel
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
0ecdcec698
clean up JS code (1 line only)
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
ae7f026d46
added NEWS and fixed typo
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
2813e0b706
update examples
2017-08-04 15:09:00 +01:00
Barbara Borges Ribeiro
a409562d00
delete extra brackets
2017-08-04 15:09:00 +01:00
Barbara Borges Ribeiro
b6b6661ea1
implement showTab and removeTab
2017-08-04 15:09:00 +01:00
Barbara Borges Ribeiro
fb7b6f667c
implement removeTab
2017-08-04 15:09:00 +01:00
Barbara Borges Ribeiro
b94efe81e4
finish insertTab
2017-08-04 15:09:00 +01:00
Barbara Borges Ribeiro
72a1b3d2a0
add functions to index.r
2017-08-04 15:09:00 +01:00
Barbara Borges Ribeiro
20bff18bd4
changes
2017-08-04 15:09:00 +01:00
Winston Chang
ba5c5ef4fb
Move isRunning function to better location
2017-07-27 14:56:01 -05:00
Barbara Borges Ribeiro
aff3ac0bb3
Add onStop function ( #1770 )
...
* NEWS item
* added `onStop` arg to `shinyApp()` (and renamed our internal `onEnd` - which is what was calling `on.exit()` already - to `onStop` as well)
* added onStop() function
* add entry for documentation
* make it work for all possible app structures (interactive, saved as app.R, saved as ui.R and server.R)
* fix #1772 : make sure `onStart` works in all scenarios
* update NEWS
* improved wording
* more wording
* and more wording
* don't stop execution if a `onStop` callback function results in an error
* remove "(all sessions have been disconnected)" because it's misleading
* add @seealso documentation
* shamefully forgot to Cmd Shift D
* change code place
* Code review feedback
* onStop: use session argument instead of scope
2017-07-27 14:54:55 -05:00
Winston Chang
2c350daf01
Merge pull request #1802 from rstudio/bugfix/rstudio-debugger
...
work around RStudio debugger issue (closes #1474 )
2017-07-27 13:14:01 -05:00
Winston Chang
cb7627c736
Update NEWS and add comment
2017-07-27 13:13:31 -05:00
Kevin Ushey
f731a5cae4
work around RStudio debugger issue ( closes #1474 )
2017-07-27 10:37:56 -07:00
Winston Chang
07cb7c9305
Add 'setSerializer' function ( #1792 )
2017-07-18 17:01:06 -05:00
Winston Chang
86e9cc4896
Add preprocessor for fileInputs that strips local path ( #1789 )
...
* Add preprocessor for fileInputs that strips local path
* Update NEWS
* Rename snapshotPreprocess to snapshotPreprocessOutput
* Add snapshotPreprocessInput function
* Remove unnecessary NEWS item
* Update NEWS
* Add getSnapshotPreprocessInput
* Add staticdocs entry for snapshotPreprocessInput
* Add private methods to get snapshotPreprocess functions
* Bump version to 1.0.3.9002
2017-07-13 16:07:16 -05:00
Joe Cheng
12c9405257
Merge pull request #1790 from rstudio/wch-warn-level
...
Don't reduce warn level when running app
2017-07-12 22:41:21 -07:00