Skip to content

Releases: oddbird/sassdoc-theme-herman

v1.0.0-rc.5

04 Dec 21:49
Compare
Choose a tag to compare
v1.0.0-rc.5 Pre-release
Pre-release
  • BUGFIX: Fix fetching site-search JSON file.

v1.0.0-rc.4

04 Dec 21:32
Compare
Choose a tag to compare
v1.0.0-rc.4 Pre-release
Pre-release
  • BUGFIX: Fix broken site-search action attribute.
  • CHANGE: Hide Herman watermark if SassDoc display.watermark is false.

v1.0.0-rc.3

01 Dec 04:07
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release
  • BUGFIX: Correct for overzealous npm-ignoring (fixes missing scss utilities).

v1.0.0-rc.2

01 Dec 03:29
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release
  • 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-separated key:value arguments. @sizes still accepts style 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

24 Nov 17:20
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • 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 with extraLinks 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 with customHTML option (only included in rendered @example annotations).
  • BREAKING: Nest templatepath and nunjucksEnv options under new nunjucks options object: nunjucks.templatepath and nunjucks.environment.
  • NEW: Add attribution/link to Herman/OddBird in nav footer -- #154
  • CHANGE: Use Herman logo for favicon. -- #155

v1.0.0-alpha.15

30 Oct 16:03
Compare
Choose a tag to compare
v1.0.0-alpha.15 Pre-release
Pre-release
  • 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

27 Oct 19:20
Compare
Choose a tag to compare
v1.0.0-alpha.14 Pre-release
Pre-release
  • 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 is undefined.
  • 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

25 Sep 13:45
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release
  • BREAKING: $herman export map structure is now organized by type,
    in nested maps: colors, sizes, ratios, and fonts.
  • 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

21 Sep 16:19
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release
  • BUGFIX: Typo from updating to latest accoutrement-scale
  • BUGFIX: Improved internal logic for herman-map-compile mixin

v1.0.0-alpha.11

18 Sep 21:08
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release
  • BUGFIX: Do not error on prose blocks without item.context.name