Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 21, 2025
1 parent 656c46d commit 173d9d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.9400
Version: 0.9.0
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Fanny", "Meyer", role = "aut"),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
shinyWidgets 0.8.8
shinyWidgets 0.9.0
======================

* New widget `calendarProInput()`, a date and time picker component based on JavaScript library [vanilla-calendar-pro](https://github.com/uvarov-frontend/vanilla-calendar-pro).
* `virtualSelectInput()`: ability to set a JavaScript function as callback for `selectedLabelRenderer`.
* New argument `inputType` in `searchInput()` and `textInputIcon()` to specify the input's type, for example `"password"`.
* `knobInput()` and `switchInput()` are softly deprecated, since the JavaScript libraries used by those widgets are no longer actively maintained.
Expand Down

0 comments on commit 173d9d9

Please sign in to comment.