From 7c9dd5b7cfe0f53b3a32fbaa00b0621b7540f39e Mon Sep 17 00:00:00 2001 From: Jakub Sobolewski Date: Mon, 20 May 2024 17:10:26 +0200 Subject: [PATCH] chore: update NEWS for 0.4.0 release --- DESCRIPTION | 2 +- NEWS.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 850f67d7..ede40b49 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shiny.fluent Title: Microsoft Fluent UI for Shiny Apps -Version: 0.3.0.900 +Version: 0.4.0 Authors@R: c( person("Jakub", "Sobolewski", role = c("aut", "cre"), email = "opensource+jakub.sobolewski@appsilon.com"), diff --git a/NEWS.md b/NEWS.md index 854f5c45..9b9d9e3f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,18 @@ +# shiny.fluent 0.4.0 + +1. Upgraded `@fluentui/react` to 8.118.2. +2. Upgraded `shiny.react` dependency to 0.4.0 that uses React 18.3.1. + # shiny.fluent 0.3.0 1. Added `ThemeProvider` component ([#47](https://github.com/Appsilon/shiny.fluent/issues/47)). 2. Added `ShimmeredDetailsList` component ([#34](https://github.com/Appsilon/shiny.fluent/issues/34)). -3. All `.shinyInput` wrappers now have a sensible debounce consistent with vanilla Shiny +1. All `.shinyInput` wrappers now have a sensible debounce consistent with vanilla Shiny ([#130](https://github.com/Appsilon/shiny.fluent/issues/130)). -4. Added update functions for all buttons +1. Added update functions for all buttons ([#12](https://github.com/Appsilon/shiny.react/issues/12)). -5. `Dropdown.shinyInput` now supports multiselection +1. `Dropdown.shinyInput` now supports multiselection ([#42](https://github.com/Appsilon/shiny.fluent/issues/42)).