Skip to content

v1.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@jgerigmeyer jgerigmeyer released this 24 Nov 17:20
· 796 commits to main since this 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