You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,29 @@
1
1
# pkgdown (development version)
2
2
3
-
* Option `pkgdown.internet` was removed because CDN file caching now requires an internet connection.
4
-
* Support for math rendering using katex and mathjax was improved and now includes necessary components using CDN (#2704).
5
-
* Articles (i.e., Rmarkdown/Quarto documents in `vignettes/articles`, created by `usethis::use_article()` and available on pkgdown sites but not included in a built package) have improved test cases (thanks to @venpopov and @ethanbass).
3
+
*`build_site()` gained a `quiet` argument, which is propagated to other functions
4
+
(e.g., `build_articles()`) and is useful for debugging build errors on GH actions.
5
+
6
+
# pkgdown 2.1.3
7
+
8
+
* Menu items can now set `class` and `id`.
9
+
10
+
# pkgdown 2.1.2
11
+
12
+
## New features
13
+
6
14
* ROR IDs in `DESCRIPTION` are transformed into icons, similar to ORCID IDs. (#2850)
15
+
* New `clean_site(force = TRUE)` for cleaning of `docs/` regardless of whether it was built by pkgdown (#2827).
16
+
* The language of the site is set from the first `Language:` in the `DESCRIPTION` if it is available and no other language is specified (@jonthegeek, #2808).
17
+
18
+
## Bug fixes and minor improvements
19
+
20
+
* Option `pkgdown.internet` was removed because CDN file caching now requires an internet connection.
21
+
* Math rendering using katex and mathjax was improved and now includes necessary components using CDN (#2704).
22
+
* Articles have improved test cases (thanks to @venpopov and @ethanbass).
7
23
* Sass variables from bslib are now used to set the navbar background color: `$navbar-bg` for the background color in light and dark mode, or `$navbar-light-bg` and `$navbar-dark-bg` for individually controlling light and dark mode background colors. `pkgdown-navbar-bg` and `$pkgdown-navbar-bg-dark` both still provide pkgdown-specific overrides (@gadenbuie, #2847).
8
24
* Code repositories hosted on Codeberg are now supported in the `BugReports` and `URL` fields (@nfrerebeau, #2843).
9
-
* Articles (i.e., Rmd/qmd files in `vignettes/articles`, created by `usethis::use_article()` and available on pkgdown sites but not included in a built package) have improved test cases (thanks to @venpopov and @ethanbass).
10
-
* New `clean_site(force = TRUE)` for cleaning of `docs/` regardless of whether it was built by pkgdown (#2827).
11
25
* Links to favicons in page headers were updated to reflect changes to https://realfavicongenerator.net/ (#2804). Favicons should be re-generated by manually removing the `pkgdown/favicon` directory and then running `pkgdown::build_favicons()`.
12
26
* Reinstate Rd macro loading, which was accidentally disabled in v2.1.1 (#2782).
13
-
* The language of the site is set from the first `Language:` in the `DESCRIPTION` if it is available and no other language is specified (@jonthegeek, #2808).
0 commit comments