Skip to content

Releases: oddbird/sassdoc-theme-herman

v0.5.5

22 Feb 19:45
Compare
Choose a tag to compare

v0.5.4

16 Jan 17:01
Compare
Choose a tag to compare
  • Render type html examples to HTML. Closes
    #45.

Bugfix

22 Dec 21:07
Compare
Choose a tag to compare
  • Prevent template render errors when data is missing. Fixes
    #44.

customHead and bugfix

15 Dec 23:22
Compare
Choose a tag to compare
  • 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

13 Dec 21:53
Compare
Choose a tag to compare

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

10 Dec 00:49
Compare
Choose a tag to compare
  • Add table output for @property annotation,
    similar to @parameter table output.
  • Standardize data-sassdoc-display='<annotation>'
    for annotation display blocks
    (previously a mix of data-sassdoc values),
    and data-sassdoc-table'<annotation>' for tables
    (previously data-sassdoc='<annotation>-table').