Joe Cheng
543e66eb00
Fix flexCol on RStudio Desktop for Win/Linux
...
RStudio Desktop requires the older -webkit vendor-prefixed
flex box properties. I missed the one for flex-direction.
2016-01-20 09:20:22 -08:00
Winston Chang
b658983fb8
Remove JavaScript events vignette
...
This vignette has been migrated to a Shiny Dev Center article.
2016-01-15 15:30:24 -06:00
Winston Chang
cfb3e42337
Merge pull request #1080 from rstudio/internal-messages
...
Don't use sendCustomMessage for messages internal to Shiny
2016-01-15 12:19:23 -06:00
Winston Chang
36815b5e43
Concat and minify shiny.js
2016-01-15 11:54:10 -06:00
Winston Chang
897e077aca
Convert internal use of sendCustomMessage to sendMessage
2016-01-15 11:53:51 -06:00
Winston Chang
f395960ffa
Add session$sendMessage wrapper function
2016-01-15 11:46:23 -06:00
Winston Chang
fb301717f5
Bump version to 0.13.0.9000
2016-01-14 10:49:08 -06:00
Winston Chang
46da93519f
Bump version to 0.13.0
v0.13.0
2016-01-12 13:33:14 -06:00
Winston Chang
ce0f2c51a9
Use explicit namespaces
2016-01-12 13:33:14 -06:00
Winston Chang
04b4b8da4f
Use --run-donttest when checking package
2016-01-12 13:16:18 -06:00
Winston Chang
877d7451dd
Merge pull request #1073 from rstudio/joe/staticdocs-tweaks
...
Tweaks for improved staticdocs rendering
2016-01-12 13:00:07 -06:00
Joe Cheng
7e6a68a2b1
CRAN maintainers prefer \donttest over \dontrun
2016-01-12 10:10:16 -08:00
Joe Cheng
caca515ba0
Tweaks for improved staticdocs rendering
...
- \donttest -> \dontrun, otherwise staticdocs hangs
- Put NS before ns.sep so usage entries are in a better order
2016-01-11 12:20:19 -08:00
Joe Cheng
f2410abc48
Merge remote-tracking branch 'origin/image-attr'
...
Conflicts:
inst/www/shared/shiny.js
inst/www/shared/shiny.js.map
inst/www/shared/shiny.min.js
inst/www/shared/shiny.min.js.map
2016-01-08 10:55:21 -08:00
Joe Cheng
483a7d34c5
Merge pull request #1071 from rstudio/fix-hidden-slider
...
Fix hidden slider
2016-01-08 10:53:00 -08:00
Winston Chang
e872411285
Build and minify shiny.js
2016-01-08 10:00:22 -06:00
Winston Chang
fc7e6bf542
Revert "Simpler fix for updating hidden sliders ( #1010 )"
...
This reverts commit 4e1caee7da .
See https://github.com/rstudio/shiny/issues/1010#issuecomment-169971201
2016-01-08 10:00:05 -06:00
Winston Chang
16d42b6421
Add bootstrapLib to staticdocs index
2016-01-07 13:51:56 -06:00
Winston Chang
2f25d25eec
Use setAttribute() function to set image attributes. Fixes #936
2016-01-06 15:03:18 -06:00
Winston Chang
be1081a4b9
Add note about printing ggplot2 graphics
2016-01-06 14:11:16 -06:00
Joe Cheng
1608b652d7
Fix unnecessary :::
2016-01-05 14:02:16 -08:00
Winston Chang
5dd19a878c
Bump version to 0.2.12.9009
2016-01-05 15:59:19 -06:00
Winston Chang
3314f4b5b8
Update NEWS
2016-01-05 15:59:11 -06:00
Winston Chang
5977e0fe89
Update NEWS
2016-01-05 15:30:59 -06:00
Winston Chang
f477dcba4a
Merge pull request #1068 from rstudio/template-bootstrap
...
Pull out bootstrapLib into separate function
2016-01-05 15:30:32 -06:00
Winston Chang
6c5f0c5379
Pull out bootstrapLib into separate function
2016-01-05 14:57:53 -06:00
Winston Chang
257eb1bed0
Merge pull request #1067 from rstudio/joe/bugfix/module-progress
...
Fix progress for Shiny modules
2016-01-05 11:59:18 -06:00
Joe Cheng
9c4d142c2d
Fix progress for Shiny modules
...
Too-specific class check was being used, interfered with the
"duck typed" session-like objects we use for modules.
2016-01-05 09:41:52 -08:00
Winston Chang
8e89a1f154
Add README file with info about jQuery UI
2016-01-05 11:03:34 -06:00
Winston Chang
b0952c0374
Use jQuery UI build without datepicker. Fixes #1042
2016-01-05 11:03:07 -06:00
Winston Chang
ac95dcb3f2
Fix head content location
2016-01-04 10:52:26 -06:00
Joe Cheng
ce4043f038
Update metadata
2015-12-31 11:07:35 -08:00
Joe Cheng
0d26857e31
Merge pull request #1031 from rstudio/template
...
Use templates from htmltools
2015-12-31 11:03:14 -08:00
Joe Cheng
85bea95f6b
Merge pull request #1029 from rstudio/joe/feature/knit_print.reactive
...
Add knit_print.reactive
2015-12-30 14:31:26 -08:00
Winston Chang
10a46c507f
Merge pull request #1059 from rstudio/joe/bugfix/gadgets
...
Fix stopApp bug, and fix flex box in RStudio
2015-12-30 09:38:24 -06:00
Joe Cheng
d35d76e1d0
Use flex box layout vendor prefixes
...
This fixes fillRow/fillCol for RStudio on Windows and Linux
2015-12-29 15:59:04 -08:00
Joe Cheng
aaa05b22df
Return stopApp value without visibility info
2015-12-29 15:57:23 -08:00
Winston Chang
c5fa30f0de
Make encoding tests work cleanly on different platforms
2015-12-29 15:41:49 -06:00
Joe Cheng
43fe1a9a0e
Merge pull request #1057 from rstudio/joe/feature/gadget-cancel
...
runGadget automatically handles cancel button
2015-12-28 14:18:17 -08:00
Joe Cheng
aa296fcb69
Don't show call when user cancels gadget
2015-12-28 13:56:01 -08:00
Joe Cheng
b9c7023489
Refactor server function arg matching
2015-12-28 12:43:06 -08:00
Joe Cheng
efcd286039
Code review feedback
2015-12-28 11:56:13 -08:00
Joe Cheng
98014f9495
Code review feedback
2015-12-28 11:53:52 -08:00
Joe Cheng
2702a18ea2
Add stopApp test
2015-12-28 11:18:15 -08:00
Joe Cheng
4a8da3e1e2
runGadget handles cancel automatically (by default)
2015-12-27 23:46:47 -08:00
Joe Cheng
cfe38c00f3
Proper visibility and error handling from stopApp
2015-12-27 23:35:09 -08:00
Joe Cheng
af0463ed46
Update metadata
2015-12-23 17:47:24 -08:00
Joe Cheng
c02f4691e0
Merge pull request #1054 from rstudio/joe/feature/runGadget
...
Migrate runGadget and viewer functions from shinygadgets
2015-12-23 17:45:12 -08:00
Joe Cheng
5d89393fff
Merge pull request #1039 from rstudio/joe/feature/fillPage
...
Add fillPage, flexRow, flexCol
2015-12-23 17:44:56 -08:00
Joe Cheng
e7ce28204b
Remove dependency on newer htmltools
...
The css function is in htmltools 0.2.11, which isn't on CRAN
yet. Due to a perfect storm of release scheduling we need to
get fillPage onto shiny master before we have a chance to
put htmltools on CRAN.
2015-12-23 17:32:46 -08:00