Winston Chang
69c32d4d90
Bump version to 1.0.3
2017-04-25 15:33:10 -05:00
Winston Chang
af8d099b9f
Don't call body(NULL). Fixes #1676
2017-04-24 13:42:22 -05:00
Winston Chang
eed869d321
Make fileInput progress bar change color on error ( #1673 )
...
* Make fileInput progress bar change color on error. Fixes #1672
* Grunt
* Update NEWS
2017-04-21 11:33:14 -05:00
Winston Chang
f8f2acf6c3
Bump version to 1.0.2.9000
2017-04-18 16:38:14 -05:00
Winston Chang
bfa0b2d2bc
Bump version to 1.0.2 and update NEWS
2017-04-13 14:13:41 -05:00
Winston Chang
d67783edbd
Fix typo
2017-04-13 14:11:15 -05:00
Joe Cheng
77712b6664
Use RStudio replacement for deprecated MathJax CDN ( #1664 )
...
* Use RStudio replacement for deprecated MathJax CDN
* Add link to PR
2017-04-12 14:41:21 -05:00
Barbara Borges Ribeiro
d112ac7eef
fix documentation (worng/misleading code example)
2017-04-05 17:58:39 -05:00
Barbara Borges Ribeiro
cf21e987f2
Add shiny:sessionInit event ( #1568 )
...
* added a shiny:sessionInit JS event that is triggered at the end of the session's initialize method
* new entry
* update NEWS
* correct version number in NEWS.md
* fix typo
2017-04-05 10:50:42 -05:00
Barbara Borges Ribeiro
dae11765bc
allow the choices argument in checkboxGroupInput() to be NULL ( #1652 )
...
* allow the `choices` argument in `checkboxGroupInput()` to be `NULL` or `c()` to keep backward compatibility with Shiny < 1.0.1 (fixes #1649 )
* use vapply
* added one more test; reimplemented logic for checking if choice args are null
2017-04-05 10:12:44 -05:00
Barbara Borges Ribeiro
5bfe6d1c84
bump version numbers in DESCRIPTION and NEWS
2017-03-31 16:48:13 +01:00
Winston Chang
f56ad6e787
Update NEWS
2017-03-31 10:42:43 -05:00
Joe Cheng
6993551a44
Fix #1637 : Outputs stay faded on MS Edge ( #1640 )
2017-03-30 20:25:27 +01:00
Barbara Borges Ribeiro
711a72989b
Update NEWS.md
2017-03-27 17:53:59 +01:00
Barbara Borges Ribeiro
d62a2fc1d5
Allow arbitrary UI code in the choiceNames for radio buttons and checkbox group input ( #1521 )
2017-03-27 16:51:44 +01:00
Joe Cheng
3315b3310b
Merge pull request #1614 from rstudio/joe/feature/reactiveVal
...
Add reactiveVal() for single reactive value
2017-03-24 13:08:47 -07:00
Joe Cheng
c7134b16ed
Add link to PR for reactiveVal feature
2017-03-24 13:08:09 -07:00
Winston Chang
f36f710661
Make sure reactiveTimer gets session at creation time. Fixes #1621
2017-03-24 13:47:25 -05:00
Joe Cheng
00ab8681c7
Merge pull request #1619 from rstudio/wch-fileinput
...
Make fileInput text customizable. Closes #1617
2017-03-23 17:16:32 -07:00
Winston Chang
4137bbac94
NEWS
2017-03-23 14:33:22 -05:00
Barbara Borges Ribeiro
67909b3557
updated tools/README.md ( #1616 )
2017-03-23 10:07:41 -05:00
Joe Cheng
102c12d36c
Add NEWS item
2017-03-22 16:12:07 -07:00
Winston Chang
45fca425aa
Change NS() to return a vectorized function ( #1613 )
...
* Change NS() to return a vectorized function
* Update NEWS
* Use vectorized ns()
* Use correct separator
2017-03-21 15:57:38 -05:00
Winston Chang
c12e24e3e3
Properly register bookmark excludes for modules. Fixes #1598 ( #1599 )
...
* Scopes: properly register bookmark excludes. Fixes #1598
* Update NEWS
2017-03-21 13:56:08 -05:00
Winston Chang
d147c5a153
Don't use data-drag-interval for non-range sliders. Fixes #1605 ( #1610 )
...
* Don't use data-drag-interval for non-range sliders. Fixes #1605
* Update NEWS
2017-03-16 15:49:46 -05: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
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