Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version and update NEWS #225

Merged
merged 3 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)).
jakubsob marked this conversation as resolved.
Show resolved Hide resolved


Expand Down
Loading