Changelog
Source:NEWS.md
shiny.fluent 0.4.1
- Fixed an invalid link in the
Icondocumentation that failed CRAN’s HTML validation. - Links to the Fluent UI docs and the Microsoft Writing Style Guide now point at their current locations.
- Removed the
imoladependency from the dashboard example, which now uses plain CSS grid.
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.