Version 2

★ What's new in this version ★

2.9.6 (2022-02-07)

Fixes

  • [bug] menu: remove debug output #171

2.9.5 (2022-02-07)

Fixes

  • [bug] menu: let arrow navigation respect ordersectionsby configuration #170

2.9.4 (2022-02-06)

Fixes

  • [bug] exampleSite: fix links in official documentation #168

2.9.3 (2022-02-06)

Fixes

  • [bug] menu: invalid URL when the shortcut is an internal link #163

2.9.2 (2021-11-26)

Enhancements

  • [feature] theme: add theme version info to head #158

Fixes

  • [bug] theme: fix selection of *.ico files as favicons #160

2.9.1 (2021-11-22)

Fixes

  • [bug] menu: fix significantly low performance for collecting of meta info #157

2.9.0 (2021-11-19)

Fixes

  • [bug][breaking] relref: fix inconsistent behavior #156
  • [bug] search: make dropdown stick to search field when scrolling #155
  • [bug] menu: align long text properly #154
  • [bug] copyToClipBoard: add missing right border for inline code if disableInlineCopyToClipBoard=true #153
  • [bug] menu: show hidden sibling pages reliably #152
  • [bug] menu: bring active item in sight for large menus #149


2.8.3 (2021-11-09)

Fixes

  • [bug] mermaid: let zoom reset to initial size #145
  • [bug] mermaid: remove whitespace from big graphs #143

2.8.2 (2021-11-08)

Fixes

  • [bug] mermaid: always load javascript to avoid break if code fences are used #142

2.8.1 (2021-11-04)

Fixes

  • [bug] search: don’t break JS in multilang setup if search is disabled #140

2.8.0 (2021-11-03)

Enhancements

  • [feature] toc: make disableTOC globally available via config.toml #133
  • [feature] mermaid: only load javascript if necessary #95
  • [feature][change] theme: switch font #83
  • [feature] theme: make favicon configurable #2

Fixes

  • [bug] mermaid: assert that window.mermaid is actually mermaid #136
  • [bug] menu: remove usage of Hugo’s UniqueID #131
  • [bug] theme: reduce margin for children shortcode #130
  • [bug] theme: left-align h3 in chapters #129
  • [bug] theme: align copy link to clipboard #128


2.7.0 (2021-10-24)

Enhancements

  • [feature] notice: support custom titles #124


2.6.0 (2021-10-21)

Fixes

  • [bug] theme: generate correct links if theme served from subdirectory #120


2.5.1 (2021-10-12)

Fixes

  • [bug] security: fix XSS for malicious image URLs #117

2.5.0 (2021-10-08)

Enhancements

  • [feature][change] syntax highlight: provide default colors for unknown languages #113

Fixes

  • [bug] security: fix XSS for malicious URLs #114
  • [bug] menu: write correct local shortcut links #112


2.4.1 (2021-10-07)

Fixes

  • [bug] theme: remove runtime styles from print #111

2.4.0 (2021-10-07)

Enhancements

  • [feature] lang: add vietnamese translation #109
  • [feature][change] theme: simplify stylesheet for color variants #107
  • [feature] hidden pages: remove from RSS feed, JSON, taxonomy etc #102
  • [feature] theme: announce alternative content in header #101
  • [feature] menu: frontmatter option to change sort predicate #98
  • [feature] menu: frontmatter option to change sort predicate #98
  • [feature] menu: add default setting for menu expansion #97
  • [feature] theme: improve print style #93
  • [feature] theme: improve style #92

Fixes

  • [bug] include: don’t generate additional HTML if file should be displayed “as is” #110
  • [bug] attachments: fix broken links if multilang config is used #105
  • [bug] theme: fix sticky header to remove horizontal scrollbar #82

Maintenance

  • [task] chore: update fontawesome #94


2.3.2 (2021-09-20)

Fixes

  • [bug] docs: rename history pirate translation #91

2.3.1 (2021-09-20)

Fixes

  • [bug] docs: rename english pirate translation to avoid crash on rendering #90

2.3.0 (2021-09-13)

Fixes

  • [bug] theme: fix usage of section element #88

Maintenance

  • [task] theme: ensure IE11 compatibility #89
  • [task] docs: Arrr! showcase multilang featurrre #87


2.2.0 (2021-09-09)

Enhancements

  • [feature] sitemap: hide hidden pages from sitemap and SEO indexing #85

Fixes

  • [bug] theme: fix showVisitedLinks in case Hugo is configured to modify relative URLs #86

Maintenance

  • [task] theme: switch from data-vocabulary to schema #84


2.1.0 (2021-09-07)

Enhancements

  • [feature] search: open expand if it contains search term #80
  • [feature] menu: scroll active item into view #79
  • [feature] search: disable search in hidden pages #76
  • [feature] search: improve readability of index.json #75
  • [feature] search: increase performance #74
  • [feature] search: improve search context preview #73

Fixes

  • [bug][change] search: hide non-site content #81
  • [bug] menu: always hide hidden sub pages #77


2.0.0 (2021-08-28)

Enhancements

  • [feature] tabs: enhance styling #65
  • [feature] theme: improve readability #64
  • [feature] menu: show hidden pages if accessed directly #60
  • [feature][change] theme: treat pages without title as hidden #59
  • [feature] search: show search results if field gains focus #58
  • [feature] theme: add partial templates for pre/post menu entries #56
  • [feature] theme: make chapter archetype more readable #55
  • [feature] children: add parameter for container style #53
  • [feature] theme: make content a template #50
  • [feature] menu: control menu expansion with alwaysopen parameter #49
  • [feature] include: new shortcode to include other files #43
  • [feature] theme: adjust print styles #35
  • [feature][change] code highlighter: switch to standard hugo highlighter #32

Fixes

  • [bug][change] arrow-nav: default sorting ignores ordersectionsby #63
  • [bug][change] children: default sorting ignores ordersectionsby #62
  • [bug][change] arrow-nav: fix broken links on (and below) hidden pages #61
  • [bug] theme: remove superfluous singular taxonomy from taxonomy title #46
  • [bug][change] theme: missing –MENU-HOME-LINK-HOVER-color in documentation #45
  • [bug] theme: fix home link when base URL has some path #44

Maintenance

  • [task] docs: include changelog in exampleSite #33