Skip to content

Commit

Permalink
Updated virtual-select to 1.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Nov 13, 2024
1 parent bd8b2b9 commit 15d4dcb
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinyWidgets
Title: Custom Inputs Widgets for Shiny
Version: 0.8.7.9000
Version: 0.8.7.9100
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Fanny", "Meyer", role = "aut"),
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ shinyWidgets 0.8.8
======================

* `knobInput()` and `switchInput()` are softly deprecated, since the JavaScript libraries used by those widgets are no longer actively maintained.
* Updated virtual-select to 1.0.46 (fix focus issue), see https://github.com/sa-si-dev/virtual-select/releases.


shinyWidgets 0.8.7
Expand Down
2 changes: 1 addition & 1 deletion R/virtual-select.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
html_dependency_virtualselect <- function() {
htmlDependency(
name = "virtual-select",
version = "1.0.45",
version = "1.0.46",
src = c(file = system.file("packer", package = "shinyWidgets")),
script = "virtual-select.js",
all_files = FALSE
Expand Down
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.45
* Virtual Select v1.0.46
* 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"slim-select": "^2.9.2",
"style-loader": "^3.3.1",
"vanilla-calendar-pro": "^2.9.10",
"virtual-select-plugin": "^1.0.45",
"virtual-select-plugin": "^1.0.46",
"webpack": "^5.95.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0",
Expand Down

0 comments on commit 15d4dcb

Please sign in to comment.