-
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)
-
behind-the-scenes changes to remedy CRAN errors and notes
-
update authors
-
version bump for development
-
behind-the-scenes changes to remedy CRAN errors and notes
-
version bump for development
-
adds
button_sizeargument tobs_button()(#54) -
adds
idargument toshiny_iconlink()so that it can be "found" in the wild (#52) -
adds support for lists in
bs_attr()(#50) -
version bump for development
-
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
-
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.mdfile to track changes to the package