Skip to content

Commit

Permalink
updated virtual-select bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Apr 24, 2024
1 parent 6e57325 commit a6a8f08
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 14 deletions.
6 changes: 1 addition & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
shinyWidgets 0.8.7
======================

* Updated virtual-select to 1.0.43.

shinyWidgets 0.8.6
======================

* Fixed a bug in `updateAirDateInput()` when updating selected value with no options.
* Updated virtual-select to 1.0.43, see https://github.com/sa-si-dev/virtual-select/releases.


shinyWidgets 0.8.5
Expand Down
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,3 +323,25 @@ dropdownButton(

See also `?dropMenu()`



## Development

This package use [{packer}](https://github.com/JohnCoene/packer) to manage JavaScript assets, see packer's [documentation](https://packer.john-coene.com/#/) for more.

Install nodes modules with:

```r
packer::npm_install()
```

Modify inputs bindings in `srcjs/inputs/`, then run:

```r
packer::bundle()
```

Re-install R package and try functions.



2 changes: 1 addition & 1 deletion inst/packer/virtual-select.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/packer/virtual-select.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/*!
* Virtual Select v1.0.42
* Virtual Select v1.0.43
* https://sa-si-dev.github.io/virtual-select
* Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
*/
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6a8f08

Please sign in to comment.