Changelog
Source:NEWS.md
shiny.fluent 0.4.0
CRAN release: 2024-05-21
- Upgraded
@fluentui/react
to 8.118.2. - Upgraded
shiny.react
dependency to 0.4.0 that uses React 18.3.1.
shiny.fluent 0.2.2
- Make the behavior of
DatePicker.shinyInput
withvalue = NULL
consistent with vanilla Shiny (#118).
shiny.fluent 0.2.0
This is the first public release, with several big interface changes:
- Removed
withReact()
. Components now work without it! - Added
.shinyInput
suffix to components with interface modified to match vanilla Shiny inputs. The corresponding components without the suffix now expose unaltered React interface. - Changed naming convention to
camelCase
. - Added
setInput()
andtriggerEvent()
helpers.