Releases: amekusa/docolatte
Releases · amekusa/docolatte
Docolatte v4.5.0
[4.5.0] - 2024-01-20
Added
- Nicely format multi-line
@licensetext.- Converts line-breaks into
<br>tags. - Converts URLs begin with
http(s)://into<a>tags. - Can be toggled
Show all/Hide.
- Converts line-breaks into
Improved
- Reduced size of serialized JSON of search indices.
- Improved stability of
tweak.syncHash: 'scrollend'.
Docolatte v4.3.0
[4.3.0]
Added
- Now it's fully compatible with JSDoc 4
Changes
- Removed some unnecessary dependencies
- Removed
_srcdirectory from output
Docolatte v4.2.0
[4.2.0]
Added
- New config option:
toc.allowHorizontalScroll
[4.1.0]
Added
- New config option:
tweak.nojekyll
v4.0.0
[4.0.0]
Added
- "LightSwitch" feature
- This provides light/dark theme-switching mechanics
- URL hash is synced with the current heading as the page scrolls
- New config options:
toc.menustoc.iconscode.examples.captionPrefixsearch.keyssearch.limitsearch.hint.bodydata.excludedata.removeOrphanslightSwitch.*
Changes
- Breaking changes:
- Deprecated
importsconfig option. Useimportkey (withouts) instead - Changed the HTML structure and classes in some parts
- Deprecated
- Design changes:
- Added icons to variables & functions in TOC items
- Changed the style of highlighted items in TOC
- Changed the style of headings in TOC
- Added "Scroll to Top" button
- A few minor adjustments for better legibility
Fixed
- Eliminated the possibilities of broken links shown in search results.
- Now SVG icons are properly shown without any warning for a local site (browsed with
file://protocol).