Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrapLib() now always sets state on render and cleans up post static render #3402

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented May 21, 2021

Closes #3401. To be merged after rstudio/htmltools#267

TODO:

  • Make sure this works sensibly with runtime: shiny
  • Add some snapshots tests to make sure both the HTML and dependencies are rendered

@cpsievert cpsievert marked this pull request as draft May 21, 2021 22:53
@cpsievert cpsievert requested a review from wch May 21, 2021 22:53
cpsievert added a commit to rstudio/bslib that referenced this pull request May 24, 2021
… with handling bootstrapLib() state during static render)
cpsievert added a commit to rstudio/bslib that referenced this pull request May 25, 2021
…314)

* New nav() api providing legacy support for shiny's tabPanel() logic

* wip doc improvements

* Resave data (GitHub Action)

* Document (GitHub Actions)

* Various cleanup

* More wip docs

* Document (GitHub Actions)

* Simplify static rendering logic (rstudio/shiny#3402 should fix issues with handling bootstrapLib() state during static render)

* Document (GitHub Actions)

* Make it more clear that functions reside in bslib

* More doc improvements

* Document (GitHub Actions)

* Don't re-export appendTab()/prependTab() (we should consider them deprecated at this point)

* Default target to NULL in insertTab()

* Finish up

* Document (GitHub Actions)

* Fix Rd link

* Update pkgdown reference

Co-authored-by: cpsievert <[email protected]>
@cpsievert cpsievert modified the milestone: 1.7 Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with static rendering and bootstrapPage(theme = bslib::bs_theme())
1 participant