Changes in version 1.0.4 (2025-12-08) - Fix R CMD check issues Changes in version 1.0.3 (2024-02-06) - Remove maptools soft dependency Changes in version 1.0.2 (2018-05-24) - Fix for vignette which failed with upcoming ggplot2 release. Changes in version 1.0.1 (2017-07-19) - Fix for failing vignette on Solaris due to lack on igraph on that platform. Changes in version 1.0.0 (2015-12-16) Features - rewrote javascript DOM manipulation in R to allow more flexible options - Images from code blocks where fig.hold!='hold' are centered - Images can be excluded from thumbnails using bootstrap.thumbnail #26 - Can delimit code blocks using panels or buttons - Specify show/hide status per chunk using knitr options. #2 Fixes - Explicitly include R hljs highlighting because of a chrome issue with yandex - Images are being stacked in current implementation #36 Changes in version 0.9.0 (2013-10-17) Features - Remove tocify dependency - Move vignettes to vignettes/ from inst/doc Fixes - #22 Images removed by javascript when echo=FALSE - #21 rCharts and knitrBootstrap interaction via results="asis" breaks menu and code toggling - #20 show_code=FALSE has different behavior in knit_boostrap() vs knit_bootstrap_md() [broken here] - #16 HTML output broken when served over HTTPS Changes in version 0.8.0 (2013-08-23) Features - Migrate to using Bootstrap 3 - Remove meny option to style, it did not work well on tablets and phones. - Code blocks now in panels - Output in panels and split by output type (error, message, normal) - Automatically uses render_html and highlight=FALSE, so it does not need to be included. - Current style chosen is selected. Fixes - Fix for clicking on default style resets both the code and bootstrap style. - Fix for as.is html tables, not putting them in output blocks. Changes in version 0.7.0 (2013-07-30) Features - use magnific popup to do lightboxes rather than fancybox. - option to use offscreen or onscreen table of contents navigation. - option to set thumbnail size. - option to show/hide code blocks by default. Fixes Make knitr and R dependencies explicit Changes in version 0.6.5 (2013-07-12) - implement boostrap_html to apply the html header to any arbitrary html file. Changes in version 0.6.1 - split knit_bootstrap into two functions, knit_bootstrap_Rmd and knit_bootstrap_md, to put the bootstrap styles around a R markdown and knitted markdown file respectively. This allows knit_bootstrap_md to be used as a drop in replacement for markdownToHTML. Previous behavior of knit_bootstrap function is unchanged. - fix #9, wrong url in DESCRIPTION Changes in version 0.6 (2013-06-27) - Use meny to style the table of contents - change to using package layout so framework can be bundled as an R package. - implement knit_bootstrap function so external makefiles are no longer necessary to change styles or include the style choosers. - fix pre code issue with render_markdown in newer versions of knitr