Winston Chang
7a833456d9
Use consistent value caching format
2017-03-10 12:03:24 -06:00
Winston Chang
306f33dfc4
Fix value access
2017-03-09 16:16:16 -06:00
Winston Chang
a2745a4060
Grunt
2017-03-03 15:28:47 -06:00
Winston Chang
46b68c7b2a
Bump version to 1.0.0.9001
2017-03-03 15:28:47 -06:00
Winston Chang
4264760113
Add binding and el fields to shiny:inputchanged event ( #1596 )
...
* Remove unused 'immediate' arguments
* Add opts argument to setInput methods
* Extract input values without opts
* Consistent interface for setting initial values
* Update NEWS
* Add binding and el when fileInputBinding triggers shiny:inputchanged
* Revert "Consistent interface for setting initial values"
This reverts commit 12c0b6e72a .
* Move InputDeferDecorater function
The new placement properly reflects the decorator stack
* Fix indentation
* bindInputs: make sure value is set immediately
* Only use opts where necessary in input decorators
* Properly send initial values
* Move initial value of .clientdata_allowDataUriScheme to better place
* Fix indentation
* Add InputValidateDecorator
* Better variable name
* Add function for default input options
* Simplify code
2017-03-03 15:27:32 -06:00
Winston Chang
42dedbbd9a
Simplify user value check
2017-03-02 13:30:47 -06:00
Winston Chang
ea99bfdb16
Update NEWS
2017-02-28 10:48:48 -06:00
Winston Chang
2ccb934338
Merge pull request #1592 from akersting/master
...
fix: dateRangeInput did not respect weekstart arg
2017-02-28 10:46:35 -06:00
Winston Chang
367027cfbc
Merge branch 'wch/redundant-setinput'
2017-02-28 09:23:17 -06:00
Winston Chang
c4ebd3b6d5
Merge pull request #1594 from rstudio/wch/fix-dynamic-input
...
Make sure input deduplication respects inputType. Closes #162
2017-02-28 09:19:41 -06:00
Winston Chang
5f8cd82a09
Update NEWS
2017-02-24 19:43:55 -06:00
Winston Chang
0ef15fa662
Remove redundant calls to setInput
2017-02-24 19:43:55 -06:00
Winston Chang
c05452af91
Update NEWS
2017-02-24 15:16:12 -06:00
Winston Chang
4c8bafcf9a
Make sure input deduplication respects inputType. Closes #162
2017-02-24 15:11:18 -06:00
Andreas Kersting
034f30a49a
fix: dateRangeInput did not respect weekstart arg
2017-02-23 07:38:10 +01:00
Winston Chang
0f13075e17
NEWS edits
2017-02-10 14:28:15 -06:00
Winston Chang
ad274a5981
Grunt
2017-02-10 14:26:48 -06:00
Winston Chang
fdbcbaec8a
Merge pull request #1579 from albertosantini/fix-1577
...
Improve escapeHTML
2017-02-10 14:26:22 -06:00
Alberto Santini
9c09072ee6
Update NEWS
2017-02-10 20:16:57 +01:00
Alberto Santini
0a4ca56da9
Improve escapeHTML
...
Replacing one char after another is not a best practice, due to the order dependency of replacing, xss risk and performance.
Fix #1577
2017-02-10 18:15:07 +01:00
Winston Chang
2b494398f2
Merge pull request #1578 from rstudio/wch/ggplot-api
...
Add plot interaction support for ggplot2 api
2017-02-10 10:56:59 -06:00
Winston Chang
95585c2264
Update NEWS
2017-02-10 10:42:27 -06:00
Winston Chang
92f9f0da9e
Restructure code for clarity
2017-02-09 11:23:13 -06:00
Winston Chang
fe943b5e95
Update plot interaction for ggplot2 > 2.2.1
2017-02-09 11:01:47 -06:00
Winston Chang
3479a4661a
Prepare code for ggplot2 api
2017-02-02 11:12:22 -06:00
Winston Chang
7ba438cf7c
Add entries to staticdocs index
2017-02-01 11:41:18 -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
547355a163
Grunt
2017-02-01 11:29:21 -06:00
Winston Chang
9be4cb132c
NEWS
2017-02-01 11:29:21 -06:00
Winston Chang
3e25c9f3f4
Remove shiny:fileuploaded event
2017-02-01 11:17:08 -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
79a085a9be
Merge pull request #1547 from rstudio/wch/fix-progress
...
Fix progress bar
2017-01-31 20:38:38 -06:00
Winston Chang
b505c5a9d3
Grunt
2017-01-31 20:38:16 -06:00
Winston Chang
03ba660ea1
Update NEWS
2017-01-31 20:37:39 -06:00
Winston Chang
5aeb361f6d
Set starting value to NULL
2017-01-31 20:36:28 -06:00
Winston Chang
0e519a4e97
Progress: store value as raw value instead of normalized
2017-01-31 20:36:28 -06:00
Winston Chang
4feee00d34
NULL value no longer makes progress bar go to 100%. Closes #1472
...
This also removes the documentation which said that using NULL would cause the
progress bar to be hidden.
2017-01-31 20:36:28 -06:00
Winston Chang
ef5e4cdc0a
Merge pull request #1559 from rstudio/wch/download-event
...
Add shiny:filedownload Javascript event
2017-01-31 20:29:25 -06:00
Winston Chang
67c599f50b
Update NEWS
2017-01-31 20:27:20 -06:00
Winston Chang
5af9b61357
Grunt
2017-01-31 20:25:00 -06:00
Winston Chang
1d6771b4ed
Unexport markOutputAttrs and add snapshotExclude function
2017-01-31 20:24:52 -06:00
Winston Chang
c55dc0a58e
Add ability to exclude outputs from snapshots
2017-01-31 20:23:34 -06:00
Winston Chang
c525d55db8
Add shiny:filedownload JS event
2017-01-31 20:23:34 -06:00
Winston Chang
408f66ef80
Merge pull request #1541 from rstudio/wch/file-input-event
...
Make fileInput trigger shiny:inputchanged.
2017-01-31 16:29:44 -06:00
Winston Chang
7f73a047a4
Grunt
2017-01-31 16:27:50 -06:00
Winston Chang
015bc98d60
Trigger inputchanged event when fileupload is completed
2017-01-31 16:27:16 -06:00
Winston Chang
5cd9ba609a
Make fileInput trigger shiny:inputchanged. Closes #1511
2017-01-31 16:27:16 -06:00
Winston Chang
c8ed6544db
Fix documentation link. Closes #1567
2017-01-31 11:40:24 -06:00
Winston Chang
1162113d3b
Re-document
2017-01-30 13:47:20 -06:00