Skip to content

Releases: amekusa/docolatte

Docolatte v4.5.0

20 Jan 09:57

Choose a tag to compare

[4.5.0] - 2024-01-20

Added

  • Nicely format multi-line @license text.
    • Converts line-breaks into <br> tags.
    • Converts URLs begin with http(s):// into <a> tags.
    • Can be toggled Show all/Hide.

Improved

  • Reduced size of serialized JSON of search indices.
  • Improved stability of tweak.syncHash: 'scrollend'.

Docolatte v4.3.0

13 Jan 17:29

Choose a tag to compare

[4.3.0]

Added

  • Now it's fully compatible with JSDoc 4

Changes

  • Removed some unnecessary dependencies
  • Removed _src directory from output

Docolatte v4.2.0

08 Jan 07:12

Choose a tag to compare

[4.2.0]

Added

  • New config option:
    • toc.allowHorizontalScroll

[4.1.0]

Added

  • New config option:
    • tweak.nojekyll

v4.0.0

31 Dec 07:01

Choose a tag to compare

[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.menus
    • toc.icons
    • code.examples.captionPrefix
    • search.keys
    • search.limit
    • search.hint.body
    • data.exclude
    • data.removeOrphans
    • lightSwitch.*

Changes

  • Breaking changes:
    • Deprecated imports config option. Use import key (without s) instead
    • Changed the HTML structure and classes in some parts
  • 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).