Releases: oddbird/sassdoc-theme-herman
Releases · oddbird/sassdoc-theme-herman
v1.0.0-rc.5
- BUGFIX: Fix fetching site-search JSON file.
v1.0.0-rc.4
- BUGFIX: Fix broken site-search action attribute.
- CHANGE: Hide Herman watermark if SassDoc
display.watermark
isfalse
.
v1.0.0-rc.3
- BUGFIX: Correct for overzealous npm-ignoring (fixes missing scss utilities).
v1.0.0-rc.2
- NEW: Add site-wide search -- #28
- CHANGE: Bundle static assets with Webpack; precompile JS with Babel -- #205
- BREAKING: Remove
@preview
annotation, split it into distinct@colors
,@sizes
,@ratios
annotations.@colors
,@ratios
, and@sizes
annotations accept optional one-word key argument instead of semicolon-separatedkey:value
arguments.@sizes
still acceptsstyle
argument, now in curly-brackets ({...}
).count
argument removed from@ratios
annotation -- #206 - CHANGE:
@font
annotation accepts font name (first argument) without being wrapped in'
or"
.
v1.0.0-rc.1
- NEW: Add additional files (parsed as Markdown) with
extraDocs
option -- #117 - CHANGE: JSON-export functionality is now built in using the
herman-export
mixin. Sass-json-export integration should continue to work as expected. - Updated dependencies.
- BREAKING: Remove
subprojects
option; replace withextraLinks
option -- #175 - BREAKING: Removed
@macro
annotation; use@example njk
instead -- #182 - CHANGE: HTML assets are no longer minified -- #186
- CHANGE: Replace marked with markdown-it for Markdown parsing with quote beautification -- #119
- NEW: Add "widont" text transformations with typogr.
- BUGFIX: Ensure consistent ordering of
extraDocs
. - BREAKING:
@icons
annotation only requires path to a folder of SVG icons -- #47 - BREAKING: Replace
minifiedIcons
option withcustomHTML
option (only included in rendered@example
annotations). - BREAKING: Nest
templatepath
andnunjucksEnv
options under newnunjucks
options object:nunjucks.templatepath
andnunjucks.environment
. - NEW: Add attribution/link to Herman/OddBird in nav footer -- #154
- CHANGE: Use Herman logo for favicon. -- #155
v1.0.0-alpha.15
- BUGFIX: Do not error if local file (referenced from
customCSS
) is not found - BUGFIX: Do not output duplicate custom
@font
HTML in@example
iframe
v1.0.0-alpha.14
- BREAKING: Remove
accoutrement-add
as a public utility,
since Sass 3.5+ modular sytems will make it unusable. - Updated dependencies.
- BUGFIX: Fix broken internal links –
#106 - BREAKING: Group navigation is ordered according to config
groups
order –
#150 - BUGFIX: Do not error if
sass
config option isundefined
. - BUGFIX: Do not break layout on fonts with single-item stack –
#172 - BREAKING:
@preview font-specimen
is replaced by new@font
annotation. - BREAKING: Removed
customHead
option; replaced by multiline@font
annotation. - BUGFIX: Fix assets referenced with relative urls in client-provided
customCSS
for@example
annotations –
#174
v1.0.0-alpha.13
- BREAKING:
$herman
export map structure is now organized by type,
in nested maps:colors
,sizes
,ratios
, andfonts
. - BREAKING:
herman-add
mixin now requires an initial$type
argument,
in order to assign the given data to the proper nested data-type map.
v1.0.0-alpha.12
- BUGFIX: Typo from updating to latest accoutrement-scale
- BUGFIX: Improved internal logic for
herman-map-compile
mixin
v1.0.0-alpha.11
- BUGFIX: Do not error on prose blocks without
item.context.name