Releases: oddbird/sassdoc-theme-herman
Releases · oddbird/sassdoc-theme-herman
v0.5.5
- Fix @example macro to work with sassdoc v2.2.0. See
https://github.com/SassDoc/sassdoc/commit/842847493f9644e50f9e2ce783eacf886ccf69a0.
v0.5.4
Bugfix
customHead and bugfix
- Change absolute
@see
links to relative paths,
so we're not assuming a root URL for the styleguide. - Add
customHead
option to add custom HTML to the .
Improved font-specimen options
Add optional show
argument for font-specimen previews —
@preview font-specimen; show: regular, bold, bold italic
—
allowing you to override what variants are displayed
in the specimen.
This is especially useful when fonts are loaded via CDN
(TypeKit, Google, etc)
where font variants and file paths aren't included in the Sass map.
Display @property annotations
- Add table output for
@property
annotation,
similar to@parameter
table output. - Standardize
data-sassdoc-display='<annotation>'
for annotation display blocks
(previously a mix ofdata-sassdoc
values),
anddata-sassdoc-table'<annotation>'
for tables
(previouslydata-sassdoc='<annotation>-table'
).