diff --git a/DESCRIPTION b/DESCRIPTION index 2d6420fc..3713a151 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinyWidgets Title: Custom Inputs Widgets for Shiny -Version: 0.5.4.920 +Version: 0.5.5 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 59b18a6e..28c5c221 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,8 @@ shinyWidgets 0.5.5 ====================== * `show_alert()`, `sendSweetAlert()` and `inputSweetAlert()` now accept parameters directly passed to JavaScript method. +* New function `statiCard()` to create minimal statistic cards. +* `airDatepicker()` now support italian, thanks to [@ClaudioZandonella](https://github.com/ClaudioZandonella). @@ -18,6 +20,7 @@ shinyWidgets 0.5.4 * Disable `radioGroupButtons()` and `checkboxGroupButtons()` with checkIcon not working properly ([#311](https://github.com/dreamRs/shinyWidgets/issues/311)) + shinyWidgets 0.5.3 ====================== diff --git a/R/stati-card.R b/R/stati-card.R index ab8577cb..d81f7945 100644 --- a/R/stati-card.R +++ b/R/stati-card.R @@ -11,7 +11,7 @@ #' @param duration Duration of animation. #' @param id An id that can be used to update the card server-side. #' -#' @note Adapted from \url{https://codepen.io/ArielDavid/pen/BaBjVEr}. +#' @note Based on work by Dastanbek and ArielDavid on codepen.io #' #' @return A UI definition. #' @export diff --git a/man/stati-card.Rd b/man/stati-card.Rd index 0233d856..0545bd22 100644 --- a/man/stati-card.Rd +++ b/man/stati-card.Rd @@ -53,7 +53,7 @@ A UI definition. Minimal statistic cards } \note{ -Adapted from \url{https://codepen.io/ArielDavid/pen/BaBjVEr}. +Based on work by Dastanbek and ArielDavid on codepen.io } \examples{ library(shiny)