From 173d9d9121561df20a8e8188e17873200f17b6ad Mon Sep 17 00:00:00 2001 From: pvictor Date: Fri, 21 Feb 2025 10:10:27 +0100 Subject: [PATCH] v0.9.0 --- DESCRIPTION | 2 +- NEWS.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 17255b7f..bb2f76e1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "victor.perrier@dreamrs.fr", role = c("aut", "cre", "cph")), person("Fanny", "Meyer", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 52f86290..3811dc9f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.