Joe Cheng
d5272e3e74
Update version
v0.1.4
2012-08-30 12:27:05 -07:00
Joe Cheng
b5197869db
Update NEWS
2012-08-30 12:18:46 -07:00
Joe Cheng
5f775db40a
Enhancements to Shiny transport
...
- JS can now do remote procedure calls (with return value or exception), not just message passing
- RPC calls can include non-JSON-compatible binary data (not compatible with IE)
2012-08-30 12:16:12 -07:00
Joe Cheng
9b84b83627
Allow binding and unbinding of Shiny input/output
2012-08-30 12:04:17 -07:00
Joe Cheng
b0d9b5762a
Don't use WebSocket constant, it's not on IE8
2012-08-24 11:28:46 -07:00
Joe Cheng
8d9fd402be
Check inheritance properly
2012-08-23 18:07:09 -07:00
Joe Cheng
73a44a4f8e
Packages can register their own URL namespace
...
Helpful for serving up custom stylesheets, CSS, images, etc.
2012-08-23 13:08:08 -07:00
Joe Cheng
a7dd62249e
Add checkboxGroupInput control
2012-08-22 13:39:19 -07:00
Joe Cheng
42fac871fb
Extensible websocket creation
2012-08-22 12:32:33 -07:00
Joe Cheng
2782bf6735
Execute sendPlotSize when anything is shown/hidden
2012-08-21 14:18:00 -07:00
Joe Cheng
f2a1ce4977
Update NEWS
2012-08-21 14:16:25 -07:00
Joe Cheng
c8969c4cc0
Upgrade to Bootstrap 2.1
2012-08-21 11:35:37 -07:00
Joe Cheng
cfefb4a07c
Update NEWS
2012-08-20 17:16:23 -07:00
Joe Cheng
653509368b
Let Bootstrap tabset send its selected tab as input
2012-08-20 17:01:41 -07:00
Joe Cheng
51b269f329
roxygen2 on my dev box
...
For some reason my machines can't agree on the order of the NAMESPACE file
v0.1.3
2012-08-20 13:49:28 -07:00
Joe Cheng
c92d2cc32e
Documentation for numericInput(step)
2012-08-20 13:46:36 -07:00
Joe Cheng
cb4091895a
Fix S3 generic method consistency
2012-08-20 13:44:04 -07:00
Joe Cheng
b96bc5a710
Fix broken roxygen declaration
2012-08-20 13:43:49 -07:00
Joe Cheng
4ace825c58
Add step param to numericInput
2012-08-20 13:32:10 -07:00
Joe Cheng
589e0f7bb5
Bump version/date
2012-08-20 10:05:58 -07:00
Joe Cheng
347b9e1d7a
Add NEWS
2012-08-20 10:05:16 -07:00
Joe Cheng
363633b01f
Fix issue #10 : Plots in tabsets not rendered
2012-08-20 09:54:50 -07:00
Joe Cheng
575350842a
Fix broken progress indication
2012-08-18 00:01:38 -07:00
Joe Cheng
d49e8d172f
Improvements to reactives and UI
...
- `input` object now implements names() and as.list()
- Simpler dependency tracking impl using Dependencies class
- New `singleton` function for making HTML content appear only once
- Fix issue #4 : head deduplication should not be line-oriented
2012-08-18 00:01:16 -07:00
Joe Cheng
642d153202
Dynamic output bindings
2012-08-14 01:21:25 -07:00
Joe Cheng
8cf7d8b4cb
Input binding enhancements
...
- Add textarea binding
- Deterministic priority ordering
- Allow getting/setting priorities for existing bindings
2012-08-14 00:58:56 -07:00
Joe Cheng
b0b7cfa3a5
Remove comment cruft
2012-08-13 14:45:49 -07:00
Joe Cheng
3692d5f008
Delay Shiny init to after document-ready
...
Also remove some dead code
2012-08-13 11:51:53 -07:00
Joe Cheng
2344dc04a5
Fix bug in deferred submission
2012-08-13 10:09:44 -07:00
Joe Cheng
cf37072bed
Don't debounce when animating
2012-08-13 10:04:06 -07:00
Joe Cheng
cc5c933e7d
Use InputBinding for sliders
2012-08-09 17:13:14 -07:00
Joe Cheng
ad1737f16b
Infrastructure for extensible inputs
2012-08-09 16:38:21 -07:00
Joe Cheng
2ac1895a6e
Inputs without names shouldn't be sent
2012-08-08 17:13:19 -07:00
Joe Cheng
4dc7630adc
Cleanup code, exports, radio values
...
- Radio values based on id could not be kept in sync because implicitly deselected radios don't trigger a change event. So don't pass id-based values for radios at all (still works for checkboxes though)
- Make onInputChange available in a Shiny namespace on the window
- Remove no longer used debounce/throttle code
2012-08-07 15:25:00 -07:00
Joe Cheng
66a3d68755
Hook up modular input pipeline
2012-08-07 15:25:00 -07:00
Joe Cheng
ce9213cdc1
Infrastructure for more flexible input handling
2012-08-07 15:25:00 -07:00
Joe Cheng
99b1ed51a6
Update install instructions
...
Adding ourselves to the repo list means we don't have to serve up
all the CRAN dependencies on our repo.
2012-08-06 15:40:05 -07:00
Joe Cheng
c7dcff56c7
New, simpler install instructions
2012-08-02 18:11:49 -07:00
Joe Cheng
fcdb8f08b8
Bump version
v0.1.2
2012-08-02 14:02:32 -07:00
Joe Cheng
daa03999b6
Fix error when no ui.R file exists
...
Error message was:
'Error: argument "handler is missing, with no default'
Previously I was intentionally allowing the main dynamicHandler code to run, intending to allow ui.R to be created even after the application started. Hopefully I can bring that capability back when I figure out more deeply why the error is happening.
2012-08-02 13:55:32 -07:00
JJ Allaire
cd7c5dc048
add .Rprofile to gitignore
2012-07-30 06:55:25 -07:00
JJ Allaire
09f0f85b9c
update README with installation instructions
2012-07-30 08:02:57 -04:00
JJ Allaire
8aee7563f0
bump version to 0.1.1
2012-07-30 07:27:07 -04:00
Joe Cheng
6d6c8cecd6
Fix path bug on Windows
2012-07-29 18:39:10 -07:00
JJ Allaire
334f6c8757
sync readme to welcome
2012-07-29 11:00:03 -07:00
Joe Cheng
8455343fee
Only instantiate sliders if sliders are loaded
2012-07-29 11:04:27 -07:00
JJ Allaire
d234ab016f
tweaks to readme
2012-07-29 08:54:43 -07:00
JJ Allaire
a312b46e97
man page for shiny-package
2012-07-29 08:32:55 -07:00
JJ Allaire
ff06c7997b
update package DESCRIPTION
2012-07-29 08:12:53 -07:00
JJ Allaire
3dc6d84d1f
docs for output elements
2012-07-29 07:39:44 -07:00