Recent Releases of shiny.fluent

shiny.fluent - v0.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.

What's Changed

  • Feature/add about section by @vikram-rawat in https://github.com/Appsilon/shiny.fluent/pull/150
  • Refactor inst/examples by @averissimo in https://github.com/Appsilon/shiny.fluent/pull/153
  • New documentation page by @jakubnowicki in https://github.com/Appsilon/shiny.fluent/pull/155
  • Showcase reads the examples from the package by @averissimo in https://github.com/Appsilon/shiny.fluent/pull/154
  • set up the about section by @vikram-rawat in https://github.com/Appsilon/shiny.fluent/pull/159
  • Add components examples by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/148
  • Remove tidyverse dependency by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/169
  • chore: Add second GA tag. by @jakubnowicki in https://github.com/Appsilon/shiny.fluent/pull/170
  • Changes of shiny.router functions in dashboard example by @vanhry in https://github.com/Appsilon/shiny.fluent/pull/177
  • Add guidelines for good code examples by @kamilzyla in https://github.com/Appsilon/shiny.fluent/pull/178
  • CU-862jf68yc_Update-the-header-of-the-Shiny-Dashboard-with-Fluent-UI-… by @VBudeci in https://github.com/Appsilon/shiny.fluent/pull/181
  • Add manifest.json for the showcase dashboard by @kamilzyla in https://github.com/Appsilon/shiny.fluent/pull/183
  • Update tutorial code based on recent shiny.router changes by @vanhry in https://github.com/Appsilon/shiny.fluent/pull/182
  • Create a tutorial on how to build a Rhino application using shiny.fluent by @ineelhere in https://github.com/Appsilon/shiny.fluent/pull/176
  • chore: Update Appsilon section in README. by @jakubnowicki in https://github.com/Appsilon/shiny.fluent/pull/184
  • Cypress tests for demo dashboard by @vanhry in https://github.com/Appsilon/shiny.fluent/pull/179
  • chore: Add imola to suggested packages. by @jakubnowicki in https://github.com/Appsilon/shiny.fluent/pull/193
  • Add code coverage check by @jakubnowicki in https://github.com/Appsilon/shiny.fluent/pull/194
  • Update and fix the pkgdown workflow by @kamilzyla in https://github.com/Appsilon/shiny.fluent/pull/197
  • Updated missing links in r documentation by @PawanRamaMali in https://github.com/Appsilon/shiny.fluent/pull/190
  • Display multiple examples in dashboard by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/185
  • Improve unsupported features docs by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/192
  • replace dataset calls in vignettes with box imports by @PawanRamaMali in https://github.com/Appsilon/shiny.fluent/pull/200
  • Fix demo app and update package dependencies by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/202
  • Introduce CommandBar.shinyInput by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/189
  • Updated package logo and doc page color by @sankhadeepdutta in https://github.com/Appsilon/shiny.fluent/pull/221
  • Upgrade Fluent UI to 8.118.2 by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/222
  • Fix NOTE after running win-devel check by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/224
  • Bump version and update NEWS by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/225
  • Remove vignette builder by @jakubsob in https://github.com/Appsilon/shiny.fluent/pull/226

New Contributors

  • @vikram-rawat made their first contribution in https://github.com/Appsilon/shiny.fluent/pull/150
  • @averissimo made their first contribution in https://github.com/Appsilon/shiny.fluent/pull/153
  • @jakubnowicki made their first contribution in https://github.com/Appsilon/shiny.fluent/pull/155
  • @vanhry made their first contribution in https://github.com/Appsilon/shiny.fluent/pull/177
  • @VBudeci made their first contribution in https://github.com/Appsilon/shiny.fluent/pull/181
  • @ineelhere made their first contribution in https://github.com/Appsilon/shiny.fluent/pull/176
  • @PawanRamaMali made their first contribution in https://github.com/Appsilon/shiny.fluent/pull/190
  • @sankhadeepdutta made their first contribution in https://github.com/Appsilon/shiny.fluent/pull/221

Full Changelog: https://github.com/Appsilon/shiny.fluent/compare/v0.3.0...v0.4.0

- R
Published by jakubsob almost 2 years ago

shiny.fluent - v0.3.0

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).

- R
Published by kamilzyla about 3 years ago

shiny.fluent - v0.3.0-rc.5

- R
Published by kamilzyla about 3 years ago

shiny.fluent - v0.3.0-rc.4

- R
Published by kamilzyla about 3 years ago

shiny.fluent - v0.3.0-rc.3

- R
Published by kamilzyla about 3 years ago

shiny.fluent - v0.3.0-rc.2

- R
Published by kamilzyla about 3 years ago

shiny.fluent - v0.3.0-rc.1

- R
Published by kamilzyla about 3 years ago

shiny.fluent - v0.2.0

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.

- R
Published by kamilzyla almost 5 years ago