forked from juba/rmdformats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
109 lines (75 loc) · 3.58 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
rmdformats 0.4.0
----------------
* Add embed_fonts argument to readthedown (thanks @harrelfe)
* Set mathjax URL to mathjax.rstudio.com
* Add support for code_download (thanks @ltrainstg)
* Add support for dropdown tabsets (thanks @dktanwar)
* Improve handling of internal links between pages
* Code refactoring
rmdformats 0.3.7
----------------
* Fix TOC overflow hidden by postamble in readthedown (thanks @derekmichaelwright)
* Upgrade to Bootstrap 3.3.7 to fix compatibility with jQuery 3/shiny (thanks @ FlavioLeccese92)
rmdformats 0.3.6
----------------
* Upgrade navigation.js (thanks @vkoul)
* Fix improper page height for first `material` paged section
* Move `questionr` from Imports to Suggests (thanks @rCarto)
* Fix tabset headings not hidden in toc (thanks @poonv)
* Add support for `md_extensions` YAML header option
* Fix td background-color incompatibility with DT in readthedown (thanks @davidvilanova)
* Fix material toc links not working when dot in level 1 title (thanks @PriyaShaji)
* Fix problems with runtime:shiny in material (thanks @MiWebR)
* Fix smaller font size in lists in readthedown
rmdformats 0.3.5
----------------
* Fix missing blank line at the end of `template.yaml` files (thanks @thomaselove)
* Fix long titles, author and date display in `material` (thanks @antuki)
* Fix settings not taken into accounts when using `make html` (thanks @gdevenyi)
rmdformats 0.3.4
----------------
* Add a `cards` argument to the material `template` (thanks @Maiae)
* Remove deprecated ProjectTemplate templates.
* Bugfix : lghtbox images do not always fit vertically (thanks @paullemmens)
* Bugfix : handle toc: false in html_clean (thanks @8steen)
* Bugfix : add max-width for full images in material (thanks @tyokota)
* Bugfix : load Rambla Google Webfont via https in docco (thanks @jflycn)
* Bugfix : do not insert mathjax if `mathjax: null` in preamble (thanks @jflycn)
* Bugfix : add description field to template.yml (thanks @mjfrigaard)
rmdformats 0.3.3
----------------
* Bugfix : HTML widgets not displayed in `material`
* Better DT::datatable styling
* Switch Mathjax CDN to cdnjs
* Bugfix : "Code" hiding/showing dropdown not working anymore in material
rmdformats 0.3.2
----------------
* Bugfix : thumbnails should not upscale images (thanks @dmenne)
* Bugfix : tab not activated in pilltabs with default HTML template (thanks @dmenne)
* Bugfix : follow new CRAN policy regarding images in README file
rmdformats 0.3.1
----------------
* Bugfix : Pandoc can't fid tabsets.js (thanks @m-stanley)
* Bugfix : Incompatibility between dark zenburn and readthedown (thanks Andrey Kostenko)
* Bugfix : Internal links not working in material (thanks Andrey Kostenko)
rmdformats 0.3
--------------
* New `material` HTML template
* New feature : All templates now support code folding and tabsets (thanks @RCura)
* New feature : `lightbox`, `thumbnails` and `gallery` options for images display (thanks @noamross)
* New feature : `use_bookdown` argument for section numbering and cross references (thanks @rdiaz02)
* html_clean table of contents now uses rmarkdown instead of tocify
* Bugfix : embedded shiny apps should now work (thanks @mike-powell)
* Bugfix : wrong styling when no headings (thanks @dmenne)
rmdformats 0.2
----------------
* New `readthedown` HTML template
rmdformats 0.1.1
----------------
* Cleanup and document package for CRAN submission
* Copy html_dependency_* and default_mathjax from rmarkdown to fix check notes
* Add caption to magnific popup
* HTML formats refactoring : now derived from html_document(), much simpler code
rmdformats 0.0.1
--------------
* First version