Skip to content

Releases: rstudio/bookdown

bookdown 0.36

17 Oct 04:54

Choose a tag to compare

bookdown 0.35

09 Aug 22:56

Choose a tag to compare

  • Search configuration in bs4_book() will now return more results as Field-Length Norm is now ignored. This means the length of the search fields do not matter anymore in the scoring. Previous configuration was ignoring some search results being considered with a too low score (thanks, @jtbayly, #1431).

bookdown 0.34

09 May 13:32

Choose a tag to compare

bookdown 0.33

06 Mar 23:47

Choose a tag to compare

  • extra_dependencies in gitbook() is now correctly working (thanks, @ThierryO, #1408).

bookdown 0.32

17 Jan 21:27

Choose a tag to compare

  • The defunct kindlegen() has been removed from this package.

  • Theorem and Proof environments are now supported again in HTML slide format slidy_presentation2() (thanks, @urx449, #1398).

bookdown 0.31

14 Dec 03:38

Choose a tag to compare

  • This package requires R >= 3.5.0 now.

bookdown 0.30

09 Nov 16:58

Choose a tag to compare

  • Support specific markdown content like list or code chunk inside Theorem and Proof special environments (#1371).

  • Fix regression about special usage of bookdown project not using index.Rmd as main file. It is recommended to use index.Rmd in all projects, but workflow has been improved for other cases (thanks, @otoomet, #1349).

bookdown 0.29

12 Sep 21:54

Choose a tag to compare

  • The argument code_folding works for the gitbook() output format now (thanks, @atusy, #1368).

  • Setting toc_depth or toc_float in bs4_book() will now throw an error like toc to make it clear that TOC is not an opt-out choice and can't be customize (thanks, @karlmay88, #1377).

bookdown 0.28

10 Aug 03:33

Choose a tag to compare

  • Fix fontawesome 4.7 CSS that is included with gitbook() format styling. Now new icons (like fa-usb) are correctly available as expected (thanks, @snipfoo, #1353).

  • Fix an issue with clipboard button in gitbook() (thanks, @chadyuu, #1358).

bookdown 0.27

14 Jun 14:46

Choose a tag to compare

  • Fix fence_theorems() so that output is not ignored anymore. With previous version, when output was different than NULL, the result was written to input, ignoring output value. From now on, set input and output to the same file if you want to overwrite (thanks, @Scinawa, #1342).

  • Tweak bs4_book() default CSS for better support of python chunk highlighting (thanks, @briandk, #1333).

  • Fix an issue with guessing output format when no output_format is provided in render_book() for files in a rmd_subdir folder (thanks, @shivam7898, #1331).

  • Fix the issue of the invisible gitbook toolbar on iPad (thanks, @mpereira-dev, #60).