Recent Releases of shiny.fluent
shiny.fluent - v0.4.0
- Upgraded
@fluentui/reactto 8.118.2. - Upgraded
shiny.reactdependency 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.jsonfor 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.
- Added
ThemeProvidercomponent (#47). - Added
ShimmeredDetailsListcomponent (#34). - All
.shinyInputwrappers now have a sensible debounce consistent with vanilla Shiny (#130). - Added update functions for all buttons (#12).
Dropdown.shinyInputnow supports multiselection (#42).
- R
Published by kamilzyla about 3 years ago
shiny.fluent - v0.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.
- R
Published by kamilzyla almost 5 years ago