-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init Bootstrap 5 support * Apply navbar-bg patch to BS5 * First pass at BS3 compatibility * Import utility classes * Make sure utilities are imported; make note to eventually shim Tab logic (and prevent error for now) * Get bs_themer() somewhat functional (except for colorpicker) * Introduce $bootstrap-version Sass variable and use it for better shiming * Resave data (GitHub Action) * Gut stale inst/lib/bootstrap folder * Resave data (GitHub Action) * Reduce build noise * Combine BS4 code style patches into one patch * Also patch code styles in BS5 * Resave data (GitHub Action) * Add BS5 version patch for more intelligent auto color contrasting * Apply blockquote styling patch to BS5, too * Apply btn-outline-* patch to BS5, too * More consistent naming of patch files * Translate bg utility contrast patch to BS5 * Fix bs_base_colors() bug; demo app updates for BS5 changes * Shiny input shims * Bootswatch cerulean bs5 patch * Bootswatch lux bs5 patch * Bootswatch yeti bs5 patch * Bootswatch sketchy bs5 patch * Bootswatch spacelab bs5 patch * Bootswatch minty bs5 patch * Bootswatch simplex bs5 patch * Bootswatch cyborg bs5 patch * Bootswatch darkly bs5 patch * Bootswatch superhero bs5 patch * Bootswatch materia bs5 patch * Bootswatch slate bs5 patch * Resave data (GitHub Action) * Bootswatch flatly navbar bs5 patch * Remove BS5's color-contrast() since bslib always provides one with a superset of functionality * Restore default theme color via direct patch instead of BS3compat layer * Fix cerulean's BS5 patch * Get unit tests passing; R CMD check fixes * simplify; bs3compat comments * Resave data (GitHub Action) * Add BS5 variables table; fix url() display values; update docs * Update Rmd skeletons and hyperlinks to BS docs * Ensure variables-table.R script can be found * sr-only was renamed to visually-hidden * update to 5.0.1; resolve Bootswatch patch conflicts * Patch bootstrap-colorpicker to work with Bootstrap 5 method Hopefully this patch can be removed eventually itsjavi/bootstrap-colorpicker#329 * Resave data (GitHub Action) * Legacy nav logic needs data-bs-* prefix * Fix skeleton tests * Update snapshot * set git to use LF on Windows * Remove monkey-patch of Bootstrap to support dropup menus in fixed bottom navbars * Don't add margin-bottom to fixed bottom navbars * Resave data (GitHub Action) * Fix BS4 patch for li dropdown items * Fix tab shim for Bootstrap 5 case * Throw warning if version = 5 is being used with older version of shiny * bump shiny version and add to remotes (for testing) * Document (GitHub Actions) * bump required shiny version for nav snapshot testing * Better legacy nav support * Fix pkgdown workflow; update readme basic usage * Re-build README.Rmd (GitHub Action) * Actually fix pkgdown workflow * Try without rprojroot * uggh * Add comments about data-bs- * this is fun * hopefully resource_files gets it working * try again * fix the .gitignore issue * revert default version to Bootstrap 4 * revert/edit documentation changes as well * revert Rd doc version changes * Re-build README.Rmd (GitHub Action) * Restore .navbar .active > .nav-link color rule in Bootstrap source scss since legacy navbars are effected by its removal https://github.com/twbs/bootstrap/compare/v4.6.0...v5.0.0-beta3\#diff-79ba9b9a30350fc4b7c7b6d70d7bff6e6c67d4c9747c6a684df03ea964f27075L216 * Resave data (GitHub Action) Co-authored-by: cpsievert <cpsievert@users.noreply.github.com>
- Loading branch information
Showing
539 changed files
with
21,342 additions
and
797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.