Skip to content

Releases: thegeeklab/hugo-geekdoc

v0.29.3

02 May 20:09
ca231ff

Choose a tag to compare

Changelog

v0.29.3 (2022-05-02)

Bug Fixes

  • deps: update dependency @cfworker/json-schema to v1.12.3 (#394)

Others

  • deps: lock file maintenance (#397)
  • deps: update devdependencies (non-major)

v0.29.2

30 Apr 12:38
a056805

Choose a tag to compare

Changelog

v0.29.2 (2022-04-30)

Bug Fixes

  • fix icon on codecopy button (#392)

Documentation

  • migrate hints to named attributes (#393)

v0.29.1

28 Apr 09:43
6d82d6f

Choose a tag to compare

Changelog

v0.29.1 (2022-04-28)

Bug Fixes

  • fix rendering issue for untranslated pages in bundle menu (#389)
  • fix nested hint rendering issues (#391)

v0.29.0

23 Apr 13:29
d724618

Choose a tag to compare

Changelog

v0.29.0 (2022-04-23)

Bug Fixes

  • fix asciidoc admonitions formatting (#380)
  • deps: update dependency mermaid to v9.0.1 (#384)

Code Refactoring

  • rename class .icon to .gdoc-icon (#379)

Features

  • add optional hint/admonition icons (#383)
  • add it language support (#386)

Others

  • deps: lock file maintenance (#377)

BREAKING CHANGE

The types of the hint short code have been renamed to [note|tip|important|caution|warning] the old types [info|ok|warning|danger] are still working, but should be considered as deprecated.

The hint short code is using named arguments now. You have to change, e.g. {{< hint warning >}} to {{< hint type=warning >}}.

The class .icon was renamed to .gdoc-icon to avoid conflicts.

v0.28.0

11 Apr 07:50
97937f3

Choose a tag to compare

Changelog

v0.28.0 (2022-04-11)

Bug Fixes

  • deps: update dependency mermaid to v9 (#374)

Features

  • zh-cn language support (#375)

Others

  • deps: lock file maintenance (#372)
  • deps: update devdependencies (non-major)
  • deps: update devdependencies (non-major)
  • deps: update devdependencies (non-major)

v0.27.5

21 Mar 08:29
9b129ca

Choose a tag to compare

Changelog

v0.27.5 (2022-03-21)

Bug Fixes

  • deps: update dependency store2 to v2.13.2 (#366)

Others

  • deps: lock file maintenance (#370)
  • deps: update devdependencies (non-major)

v0.27.4

14 Mar 08:15
1c504ed

Choose a tag to compare

Changelog

v0.27.4 (2022-03-14)

Bug Fixes

  • deps: update dependency katex to v0.15.3 (#364)

CI Pipeline

  • update hugo to v0.93.2

Others

  • deps: lock file maintenance (#359)
  • deps: update devdependencies (non-major)
  • deps: update dependency webpack-manifest-plugin to v5 (#363)
  • deps: update devdependencies (non-major)
  • deps: update devdependencies (non-major)

v0.27.3

26 Feb 15:49
9d61f9d

Choose a tag to compare

Changelog

v0.27.3 (2022-02-26)

Bug Fixes

  • avoid to apply css class katex twice (#357)

Others

  • ensure favicons is installed as devDependency

v0.27.2

21 Feb 08:15
f3e1ffd

Choose a tag to compare

Changelog

v0.27.2 (2022-02-21)

Bug Fixes

  • deps: update dependency @cfworker/json-schema to v1.12.2 (#351)

Others

  • deps: lock file maintenance (#350)
  • deps: update devdependencies (non-major)

v0.27.1

18 Feb 19:42
2ecb63e

Choose a tag to compare

Changelog

v0.27.1 (2022-02-18)

Bug Fixes

  • fix isPage detection for metatdata tags (#348)