Skip to content

Releases: Appsilon/shiny.fluent

v0.4.0

23 May 13:05
78797e5
Compare
Choose a tag to compare
  1. Upgraded @fluentui/react to 8.118.2.
  2. Upgraded shiny.react dependency to 0.4.0 that uses React 18.3.1.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

24 Jan 10:57
Compare
Choose a tag to compare

This is the first version released to CRAN.

  1. Added ThemeProvider component (#47).
  2. Added ShimmeredDetailsList component (#34).
  3. All .shinyInput wrappers now have a sensible debounce consistent with vanilla Shiny (#130).
  4. Added update functions for all buttons (#12).
  5. Dropdown.shinyInput now supports multiselection (#42).

v0.3.0-rc.5

23 Jan 14:55
Compare
Choose a tag to compare
v0.3.0-rc.5 Pre-release
Pre-release
fix: Update Image example in the dashboard

v0.3.0-rc.4

20 Jan 15:55
65f839f
Compare
Choose a tag to compare
v0.3.0-rc.4 Pre-release
Pre-release
Merge pull request #151 from Appsilon/improve-docs

Improve docs

v0.3.0-rc.3

17 Jan 13:53
Compare
Choose a tag to compare
v0.3.0-rc.3 Pre-release
Pre-release
fix: Quote <body> and <div> string appearing in List docs

v0.3.0-rc.2

13 Jan 16:12
Compare
Choose a tag to compare
v0.3.0-rc.2 Pre-release
Pre-release
fix: Replace NNBSP characters with normal spaces

v0.3.0-rc.1

13 Jan 15:32
db79d72
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release
Merge pull request #149 from Appsilon/release-0.3.0

Release 0.3.0

v0.2.0

17 May 10:08
Compare
Choose a tag to compare

This is the first public release, with several big interface changes:

  1. Removed withReact(). Components now work without it!
  2. Added .shinyInput suffix to components with interface modified to match vanilla Shiny inputs.
    The corresponding components without the suffix now expose unaltered React interface.
  3. Changed naming convention to camelCase.
  4. Added setInput() and triggerEvent() helpers.