From 34889e6ab0c5ebf0e79897d156a365fb7217bcc7 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 31 Jan 2025 16:21:42 -0500 Subject: [PATCH] v0.9.0 (#1179) * Increment version number to 0.9.0 * chore: Remove "experimental" badge from stable functions * chore: urlchecker::url_update() * `yarn build` (GitHub Actions) * ci: run again * chore: revdepcheck::cloud_check() * tweak cran commments * docs: adjust docs for brand.yml in rmd and pkgdown * docs: Add link to release post --------- Co-authored-by: gadenbuie --- DESCRIPTION | 2 +- NEWS.md | 6 +- R/accordion.R | 4 - R/breakpoints.R | 2 - R/bs-theme.R | 4 +- R/card.R | 2 - R/input-dark-mode.R | 2 - R/input-switch.R | 2 - R/layout.R | 2 - R/page.R | 4 - R/popover.R | 2 - R/sidebar.R | 3 +- R/tooltip.R | 2 - R/value-box.R | 2 - cran-comments.md | 11 ++- inst/components/dist/components.js | 2 +- inst/components/dist/components.min.js | 2 +- inst/components/dist/web-components.js | 2 +- inst/components/dist/web-components.min.js | 2 +- man/accordion.Rd | 2 - man/accordion_panel_set.Rd | 2 - man/breakpoints.Rd | 2 - man/bs_theme.Rd | 4 +- man/card.Rd | 2 - man/input_dark_mode.Rd | 2 - man/input_switch.Rd | 2 - man/layout_column_wrap.Rd | 2 - man/page_fillable.Rd | 2 - man/page_sidebar.Rd | 2 - man/popover.Rd | 2 - man/sidebar.Rd | 2 - man/tooltip.Rd | 2 - man/value_box.Rd | 2 - pkgdown/_pkgdown.yml | 2 + revdep/README.md | 7 ++ revdep/cran.md | 9 +- revdep/failures.md | 96 +++++++++++++++++++++- vignettes/brand-yml/index.Rmd | 23 +++++- 38 files changed, 156 insertions(+), 69 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8d8fb261a..147f37d5b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bslib Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown' -Version: 0.8.0.9000 +Version: 0.9.0 Authors@R: c( person("Carson", "Sievert", , "carson@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4958-2844")), diff --git a/NEWS.md b/NEWS.md index 80718350d..9c834e443 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# bslib (development version) +# bslib 0.9.0 ## Breaking changes @@ -10,7 +10,7 @@ ## New features -* bslib now supports unified theming with [brand.yml](https://posit-dev.github.io/brand-yml). brand.yml lets you theme your Shiny apps, Quarto documents and more with a single, portable YAML file. Learn more in the new [Unified theming with brand.yml](https://rstudio.github.io/bslib/dev/articles/brand-yml/) article. (#1148) +* bslib now supports unified theming with [brand.yml](https://posit-dev.github.io/brand-yml/). brand.yml lets you theme your Shiny apps, Quarto documents and more with a single, portable YAML file. Learn more in the new [Unified theming with brand.yml](https://rstudio.github.io/bslib/dev/articles/brand-yml/) article. (#1148) ## Improvements and bug fixes @@ -26,6 +26,8 @@ * bslib now uses navbar markup with Bootstrap 5 that's closer to the expected markup for Bootstrap. We still include the `navbar-default` or `navbar-inverse` classes on the `