Releases: JuliaDocs/Documenter.jl
v1.1.1
The changes are documented in the CHANGELOG.md
file.
v1.1.0
The changes are documented in the CHANGELOG.md
file.
v1.0.1
The changes are documented in the CHANGELOG.md
file.
v1.0.0
The changes are documented in the CHANGELOG.md
file.
v0.27.25
Documenter v0.27.25
Closed issues:
- Collapsed view menu button should be on the same side as the menu (#1312)
- Add "collapse/expand all" functionality (#1393)
- [request] search bar keyboard shortcut (#1536)
- [FR] New code block with displayed output but hidden code (#1702)
- Deprecation warning from Documenter.jl source code (#1766)
- Warnings with custom theme files (#1983)
- Precompilation (#2002)
@ref
with backticks doesn't work (#2029)- Question: How does $(EXPORTS) work? (#2032)
- Documenter ignores versions and keeps deploying 0.1 (0.1.4) instead of the new tags (#2036)
- Update KaTeX to latest version (#2043)
- Documenter.jl document improvement request (#2045)
- Collapse level in menu not working (as expected) (#2110)
- Building docs fails on github CI (#2118)
- Doctests never finish if too many "method definition overwritten" warnings appear (#2121)
- Specify redirect target in index.html to be dev/? (#2127)
- The
dev
branch of the docs goes live but tagged versions do not, despite both existing ingh-pages
(#2137) - Minify the theme CSS files (#2153)
- Subtyping in example blocks is wonky (#2160)
Merged pull requests:
- add a very basic precompile workload (#2004) (@KristofferC)
- Added keyboard shortcut for search box (#2027) (@Hetarth02)
- Refactor CHANGELOG.md to the Keep a Changelog style (#2035) (@odow)
- Bump checkout to v3 and mention needed permissions (#2038) (@JeffFessler)
- Enable Dependabot for GitHub Actions (#2041) (@mortenpi)
- Fix juliadocs GitHub URLs (#2044) (@mortenpi)
- Bump actions/checkout from 2 to 3 (#2046) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#2047) (@dependabot[bot])
- Retrigger precompilation when Project.toml changes (#2049) (@fredrikekre)
- typo fix (#2055) (@DanielVandH)
- Bump coverallsapp/github-action from 1.1.3 to 1.2.0 (#2057) (@dependabot[bot])
- Bump coverallsapp/github-action from 1.2.0 to 1.2.4 (#2060) (@dependabot[bot])
- Update examples.md (#2064) (@itsdebartha)
- Bump KaTeX from
v0.13.24
tov0.16.4
(#2066) (@inkydragon) - Update JS deps to latest non-breaking version (#2067) (@inkydragon)
- Remove .mapping field from Page (#2068) (@mortenpi)
- Bump Font Awesome from v5.15.4 to v6.3.0 (#2070) (@inkydragon)
- Bump bulma.sass to v0.9.4 and darkly.scss to
v0.8.1
(#2071) (@inkydragon) - Move Hamburger to left (#2076) (@inkydragon)
- Add "collapse/expand" functionality (#2078) (@Hetarth02)
- Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#2082) (@dependabot[bot])
- Fix typo in internal docstring (#2084) (@mortenpi)
- Clean docstrings (#2086) (@pitmonticone)
- Fix various typos. (#2088) (@goggle)
- Correct some missed typos (#2089) (@goggle)
- Add
typos
spell check integration on pull requests (#2091) (@goggle) - Bump crate-ci/typos from 1.14.3 to 1.14.5 (#2096) (@dependabot[bot])
- docs: add a tip about replicating sidebar pages in at-contents/index (#2099) (@mortenpi)
- Show more context in invalid local link warnings (#2100) (@mortenpi)
- Bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#2104) (@dependabot[bot])
- Bump crate-ci/typos from 1.14.5 to 1.14.6 (#2105) (@dependabot[bot])
- ci: run master branch of crate-ci/typos (#2109) (@mortenpi)
- Add DocumenterDiagrams, DocumenterMermaid links to README (#2112) (@mortenpi)
- docs: run build with clean=true (#2125) (@mortenpi)
- Render details admonitions as in HTML backend (#2128) (@fredrikekre)
- [LaTeXWriter] fix escaping in header titles (#2134) (@odow)
- Document the conditions under which index.html is created at site root. (#2140) (@fsaad)
- Fix deprecation warning in SCSS compilation (#2145) (@mortenpi)
- Fix nightly tests that broke due to parser changes (#2146) (@mortenpi)
- feat: compress css (#2157) (@pfitzseb)
- Backports for 0.27.25 (#2162) (@mortenpi)
v0.27.24
A patch release with bugfixes and enhancements. The changes are documented in the CHANGELOG.md
file.
v0.27.23
A patch release with bugfixes and enhancements.
The changes are documented in the CHANGELOG.md
file.
v0.27.22
Documenter v0.27.22
Maintenance release. See CHANGELOG.md
for notable changes.
Closed issues:
Merged pull requests:
- Link to repo in navbar (#1254) (@mortenpi)
- Refactor the repo/remote handling (#1808) (@mortenpi)
- Use DocumenterTools as a dev dep in docs/ (#1876) (@mortenpi)
- add Woodpecker (#1880) (@uncomfyhalomacro)
- Improve automatic Git remote detection (#1881) (@mortenpi)
- Improve how the at-quietly logs are handled in the tests (#1882) (@mortenpi)
- Bump DocStringExtensions compat to include v0.9 (#1886) (@jb-mackay)
- Backports for 0.27.22 (#1887) (@mortenpi)
- Add CHANGELOG for 0.27.22 to master (#1888) (@mortenpi)
v0.27.21
Documenter v0.27.21
A bugfix release. The changes are documented in the CHANGELOG.md
file.
Closed issues:
- doctest() fails when git is not installed (#1870)
Merged pull requests:
v0.27.20
Documenter v0.27.20
A release with enhancements and bugfixes. The changes are documented in the CHANGELOG.md
file.
Closed issues:
checkdocs=:exports
report non-missing docstring as missing (#1204)- Docstring check confused with reexported function (#1695)
- RFC: Drop support for Julia 1.0-1.5 (#1835)
- Formatting error in Documenter.jl documentation, section on "Custom preamble" (#1837)
- Docs dont mention reduce(... dims) reducedim.jl overload or any overloads? (#1845)
- Make "Extended help" sections in docstrings collapsible (#1852)
- Rebinding Module during DocChecks (#1857)
Merged pull requests:
- Remove Markdown backend from Documenter (#1826) (@mortenpi)
- Raise minimum required Julia version from 1.0 to 1.6 (#1841) (@fredrikekre)
- Refactor
getdocs
code (#1842) (@mgkurtz) - Update MathJax to 3.2.2 (#1844) (@rikhuijzer)
- Update JS dependencies to latest non-breaking version (#1846) (@mortenpi)
- Update example link to SimGBS.jl (#1847) (@mortenpi)
- Add folder selection for gh-pages (#1849) (@eirikbrandsaas)
- Add --project to julia --project make.jl (#1850) (@eirikbrandsaas)
- change CI badges from Travis/AV -> GHA (#1853) (@KristofferC)
- Move
draft
keyword documentation out of theexpandfirst
(#1854) (@bauglir) - Fix nightly test failures (#1856) (@mortenpi)
- GHA setup: add statuses write permissions (#1858) (@mortenpi)
- Edit LaTeX customization docs (#1860) (@mortenpi)
- Fix missing doc check for methods from other packages (#1861) (@mortenpi)
- Set GIT_TEMPLATE_DIR when calling Git (#1862) (@mortenpi)
- Change minimum Julia version 1.0 -> 1.6 in README (#1864) (@LilithHafner)
- Allow "deploying" to a tarball (#1865) (@mortenpi)
- Backports for 0.27.20 (#1866) (@mortenpi)