Skip to content

bslib 0.3.0

Compare
Choose a tag to compare
@cpsievert cpsievert released this 07 Sep 16:43

Breaking changes

  • Closed rstudio/rmarkdown#2154: {magrittr}'s pipe operator (%>%) is no longer re-exported by {bslib}. Either library(magrittr) to make %>% available and/or use use R 4.1's pipe operator (|>).

New features

  • Closed #82: Added support for Bootstrap 5 (via bs_theme(version = 5)). Bootstrap 4 remains the default in this release, but the next release, the default will likely change to Bootstrap 5.