Skip to content

v0.29.0

Compare
Choose a tag to compare
@thegeeklab-bot thegeeklab-bot released this 23 Apr 13:29
· 343 commits to main since this release
d724618

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.