Skip to content

Latest commit

 

History

History
60 lines (29 loc) · 1.35 KB

File metadata and controls

60 lines (29 loc) · 1.35 KB

bsplus (development version)

bsplus 0.1.5

  • fix pkgdown warnings, add alt text to images (#120)

  • update GitHub Actions workflows (#118)

  • fix example to be explicit about only reading example data (#116)

bsplus 0.1.4

  • behind-the-scenes changes to remedy CRAN errors and notes

  • update authors

  • version bump for development

bsplus 0.1.3

  • behind-the-scenes changes to remedy CRAN errors and notes

  • version bump for development

bsplus 0.1.2

  • adds button_size argument to bs_button() (#54)

  • adds id argument to shiny_iconlink() so that it can be "found" in the wild (#52)

  • adds support for lists in bs_attr() (#50)

  • version bump for development

bsplus 0.1.1

  • fixes an S3/S4 dispatch bug in bs_attr() (#34)

  • adds wrappers for Bootstrap components: bs_button() to create buttons, bs_panel() to create panels

  • version bump for development

bsplus 0.1.0

  • deprecates render_html_fragment() (#24, solution proposed by @jpmarindiaz)

  • adds carousel: bs_carousel()

  • adds function to embed help links into labels of shiny inputs, shinyInput_label_embed()

  • adds vignettes (articles for pkgdown)

  • adds modals, tooltips, and popovers: bs_modal(), bs_embed_tooltip(), bs_embed_popover()

  • adds pkgdown documentation: http://ijlyttle.github.io/bsplus/

  • adds a NEWS.md file to track changes to the package