From 7c9dd5b7cfe0f53b3a32fbaa00b0621b7540f39e Mon Sep 17 00:00:00 2001 From: Jakub Sobolewski Date: Mon, 20 May 2024 17:10:26 +0200 Subject: [PATCH 1/3] 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)). From c53d2247afef7274fe4f9933fbc550acf54edaba Mon Sep 17 00:00:00 2001 From: Jakub Sobolewski Date: Tue, 21 May 2024 09:01:12 +0200 Subject: [PATCH 2/3] fix: numbering --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9b9d9e3f..3556436c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,11 +8,11 @@ 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)). -1. All `.shinyInput` wrappers now have a sensible debounce consistent with vanilla Shiny +3. All `.shinyInput` wrappers now have a sensible debounce consistent with vanilla Shiny ([#130](https://github.com/Appsilon/shiny.fluent/issues/130)). -1. Added update functions for all buttons +4. Added update functions for all buttons ([#12](https://github.com/Appsilon/shiny.react/issues/12)). -1. `Dropdown.shinyInput` now supports multiselection +5. `Dropdown.shinyInput` now supports multiselection ([#42](https://github.com/Appsilon/shiny.fluent/issues/42)). From e3599ad6f1353fadfb60df5a04cc1f17301baac7 Mon Sep 17 00:00:00 2001 From: Jakub Sobolewski Date: Tue, 21 May 2024 09:08:20 +0200 Subject: [PATCH 3/3] chore: add cran-comments.md --- .Rbuildignore | 1 + cran-comments.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 07076337..744a8352 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ ^scrape-docs/ ^vignettes/ ^.*\.sass_cache_keys +^cran-comments\.md$ diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..858617db --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release.