Changes in version 0.1.5.9000 Changes in version 0.1.5 (2025-04-06) - 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) Changes in version 0.1.4 (2022-11-15) - behind-the-scenes changes to remedy CRAN errors and notes - update authors - version bump for development Changes in version 0.1.3 (2021-10-05) - behind-the-scenes changes to remedy CRAN errors and notes - version bump for development Changes in version 0.1.2 (2020-06-25) - 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 Changes in version 0.1.1 (2018-04-05) - 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 Changes in version 0.1.0 (2017-01-26) - 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