shiny.fluent 0.4.0
CRAN release: 2024-05-21
- Upgraded
@fluentui/reactto 8.118.2. - Upgraded
shiny.reactdependency to 0.4.0 that uses React 18.3.1.
shiny.fluent 0.2.2
- Make the behavior of
DatePicker.shinyInputwithvalue = NULLconsistent 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
.shinyInputsuffix 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.