-
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_size
argument tobs_button()
(#54) -
adds
id
argument 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.md
file to track changes to the package