Skip to content

Commit

Permalink
chore: update NEWS for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed May 20, 2024
1 parent 93b992c commit 7c9dd5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"),
Expand Down
11 changes: 8 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)).


Expand Down

0 comments on commit 7c9dd5b

Please sign in to comment.