- Upgraded
@fluentui/reactto 8.118.2. - Upgraded
shiny.reactdependency to 0.4.0 that uses React 18.3.1.
- 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).
- Make the behavior of
DatePicker.shinyInputwithvalue = NULLconsistent with vanilla Shiny (#118).
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.
Initial release made available to the early access group.