Garrick Aden-Buie
|
2d981e144e
|
v0.4.3 (#81)
* Increment version number to 0.4.3
* chore: add cran comments
* Fix indents and invisible characters (GitHub Actions)
* Re-build README.Rmd (GitHub Actions)
* Re-build index.Rmd (GitHub Actions)
* chore: urlchecker::url_update()
* chore: align and register s3 print methods
* tests: Update and fix tests
* docs: update link in thanks
---------
Co-authored-by: gadenbuie <gadenbuie@users.noreply.github.com>
|
1 rok temu |
Garrick Aden-Buie
|
66852c14e0
|
fix whitespace
|
4 lat temu |
Garrick Aden-Buie
|
8f57771d4e
|
Fix extra css heading so only added once
|
6 lat temu |
Garrick Aden-Buie
|
e482243b09
|
wrap long error messages elsewhere in pkg
|
6 lat temu |
Garrick Aden-Buie
|
8025d1ea61
|
list2css() handles duplicated selectors and property names
|
6 lat temu |
Garrick Aden-Buie
|
32af20667d
|
Fix style_extra_css, add heading arg, add tests
|
6 lat temu |
Garrick Aden-Buie
|
978d1ef9e5
|
output = NULL returns css and doesn't write file
style_* returns name of file invisibly
|
6 lat temu |
Garrick Aden-Buie
|
6ddb81e9c1
|
Fix a few rcmd check issues
|
6 lat temu |
Garrick Aden-Buie
|
4d421ae106
|
Throw an error if c(font_string, google_font())
Closes #19
|
6 lat temu |
Garrick Aden-Buie
|
dac3f90311
|
grkstyle
|
6 lat temu |
Garrick Aden-Buie
|
2f4b61bbb2
|
Fix issue with bare google_font() passed to extra_fonts
|
6 lat temu |
Garrick Aden-Buie
|
f67f42a5c8
|
Rename style functions to use style_ prefix
* e.g. style_duo() <- duo()
* style_xaringan <- write_xaringan_theme()
* style_extra_css <- write_extra_css()
* added NEWS entry
* updated docs and /docs
|
7 lat temu |
Garrick Aden-Buie
|
bd5b5ae00c
|
Add extra_fonts paramater and template variable
|
8 lat temu |
Garrick Aden-Buie
|
1372aa7a7e
|
Add write_extra_css and extra_css parameters
Also fixed an issue with `outfile` argument not getting passed back to write_xaringan_theme!
|
8 lat temu |