Changelog
v0.29.0 (2022-04-23)
Bug Fixes
Code Refactoring
- rename class .icon to .gdoc-icon (#379)
Features
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.