Skip to content

Commit

Permalink
Upgrade to selectize.js 0.15.2 (#3875)
Browse files Browse the repository at this point in the history
Co-authored-by: Garrick Aden-Buie <[email protected]>
Co-authored-by: cpsievert <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2023
1 parent 9d923d0 commit 1eb9ed7
Show file tree
Hide file tree
Showing 37 changed files with 1,291 additions and 1,255 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## New features and improvements

* Updated `selectizeInput()`'s selectize.js dependency from v0.12.4 to v0.15.2. In addition to many bug fixes and improvements, this update also adds several new [plugin options](https://selectize.dev/docs/demos/plugins). (#3875)

## Bug fixes

* `fileInput()` no longer has unwanted round corners applied to the `buttonLabel`. (#3879)
Expand Down
2 changes: 1 addition & 1 deletion R/input-select.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' from a list of values.
#'
#' By default, `selectInput()` and `selectizeInput()` use the JavaScript library
#' \pkg{selectize.js} (<https://selectize.dev/) instead of
#' \pkg{selectize.js} (<https://selectize.dev/>) instead of
#' the basic select input element. To use the standard HTML select input
#' element, use `selectInput()` with `selectize=FALSE`.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/version_selectize.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Generated by tools/updateSelectize.R; do not edit by hand
version_selectize <- "0.12.4"
version_selectize <- "0.15.2"
Loading

0 comments on commit 1eb9ed7

Please sign in to comment.