diff --git a/DESCRIPTION b/DESCRIPTION index f1c03c1b..4a8a1423 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinyWidgets Title: Custom Inputs Widgets for Shiny -Version: 0.8.1.9100 +Version: 0.8.2 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 2ed1796a..3132fb84 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,12 @@ shinyWidgets 0.8.2 ====================== -* Fixed a bug where `virtualSelectInput()` did not register the `onServerSearch` or `labelRenderer` parameters. +* New feature for `virtualSelectInput()` : ability to use JavaScript functions for `onServerSearch` or `labelRenderer` parameters, by [@MichalLauer](https://github.com/MichalLauer). +* New feature for `virtualSelectInput()` / `prepare_choices()` : added classNames as optional argument, by [@SverreFL](https://github.com/SverreFL). +* Updated air-datepicker to 3.4.0 (with croatian and bulgarian locale), fix [#668](https://github.com/dreamRs/shinyWidgets/issues/668). +* `updatePickerInput()` : fix max option group, fix [#670](https://github.com/dreamRs/shinyWidgets/issues/670). +* Fix JavaScript errors generated by `updateProgressBar()`, fix [#656](https://github.com/dreamRs/shinyWidgets/issues/656). + shinyWidgets 0.8.1 ======================