Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2dac279
feat: Use `brand.yml` R package
gadenbuie Sep 3, 2025
765fbad
fix: remote to brand.yml on github
gadenbuie Sep 3, 2025
67cfc9f
`devtools::document()` (GitHub Actions)
gadenbuie Sep 3, 2025
e990782
Resave distributed files (GitHub Action)
gadenbuie Sep 3, 2025
dcfaee8
Resave data (GitHub Action)
gadenbuie Sep 3, 2025
bd17a09
Update website deps (GitHub Action)
gadenbuie Sep 3, 2025
0403ffa
ci: updated brand.yml
gadenbuie Sep 3, 2025
d515c08
`usethis::use_tidy_description()` (GitHub Actions)
gadenbuie Sep 3, 2025
6fb4093
Update website deps (GitHub Action)
gadenbuie Sep 3, 2025
a32b63b
Merge 'origin/main' into branch feat/brand-yml-package
gadenbuie Sep 3, 2025
1e92728
`usethis::use_tidy_description()` (GitHub Actions)
gadenbuie Sep 3, 2025
974af05
Update website deps (GitHub Action)
gadenbuie Sep 3, 2025
4779a3d
ci(routine): Tidy description to avoid circular commits
gadenbuie Sep 4, 2025
265fb91
`usethis::use_tidy_description()` (GitHub Actions)
gadenbuie Sep 4, 2025
2c2ef53
`devtools::document()` (GitHub Actions)
gadenbuie Sep 4, 2025
2dc8220
Resave data (GitHub Action)
gadenbuie Sep 4, 2025
0377b1b
Merge 'origin/main' into feat/brand-yml-package
gadenbuie Oct 16, 2025
206b081
chore: fix DESCRIPTION from bad merge
gadenbuie Oct 16, 2025
68f6cfe
Resave data (GitHub Action)
gadenbuie Oct 16, 2025
7677287
chore: use brand.yml from CRAN
gadenbuie Dec 22, 2025
d6f08bd
Merged origin/main into feat/brand-yml-package
gadenbuie Dec 22, 2025
738c1b8
Resave distributed files (GitHub Action)
gadenbuie Dec 22, 2025
01447ed
Resave data (GitHub Action)
gadenbuie Dec 22, 2025
67d6849
feat: skip finding `_brand.yml` if brand.yml is not installed
gadenbuie Dec 22, 2025
e7d2b2f
tests: skip appropriate tests if brand.yml is not installed
gadenbuie Dec 22, 2025
ed11886
chore: skip depends-only check
gadenbuie Dec 22, 2025
2c0ae73
tests: skip if rmarkdown is not installed
gadenbuie Dec 22, 2025
081afa3
chore: Add NEWS bullet
gadenbuie Dec 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
format-r-code: true
R-CMD-check:
uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1
with:
check-depends-only: false
deploy:
if: github.repository == 'rstudio/bslib' && github.event_name == 'push'
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Imports:
rlang,
sass (>= 0.4.9)
Suggests:
brand.yml,
bsicons,
curl,
fontawesome,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# bslib (development version)

## Breaking changes

* bslib now uses the `{brand.yml}` package for reading [brand.yml](https://posit-dev.github.io/brand.yml) files. This change improves compatibility with other tools that use brand.yml files, such as Quarto. The `{brand.yml}` package must be installed for `_brand.yml` files to be automatically discovered. (#1227)

## New features

* Added a new `input_submit_textarea()` input element, which is similar to `shiny::textAreaInput()`, but includes a submit button to only submit the text changes to the server on click. This is especially useful when the input text change triggers a long-running operation and/or the user wants to type longer-form input and review it before submitting it. (#1204)
Expand Down
Loading
Loading