muiMaterial 0.1.3
- BREAKING CHANGE in
muiMaterialPage():- remove
materialSymbolsargument. - add new arguments to access Google Material Icons for use with
Icon(). - rename
addFontRobototouseFontRoboto.
- remove
- add
triggerIdfunctions for managing React internal states:Drawer.triggerId(),Menu.triggerId(),SwipeableDrawer.triggerId(). - add
muiMaterialS3 class to all components with aprint()method for browsable preview. - fix Timeline components sourced from
@mui/lab. - fix Tab components (
TabContext,TabList,TabPanel) sourced from@mui/lab. - move
@mui/labcomponent code fromlab.Rintocomponents.Randinputs.R. - update
mui-template-dashboardexample to use new R functions. - add live Shiny app examples deployed on Posit Connect.
- refactor tests to use
inherits()instead ofclass()for shiny.tag checks. - Update @mui/material and @mui/lab dependencies to their latest version
- improve documentation
muiMaterial 0.1.2
CRAN release: 2026-01-26
- improve examples
-
muiMaterialPage()gives access to Google icons (symbols) and Roboto font. - export
muiMaterialDependency() - improve internal file structure for ThemeProvider and muiMaterialDependency.
