Skip to content

Releases: frjo/hugo-theme-zen

3.4.4

11 Oct 08:05
Compare
Choose a tag to compare

Changes

  • Add the siteName param so site name can optionaly be set to visually-hidden.
  • Use brand colours as default for links and button colour for zen menu items.
  • Bump postcss from 8.4.26 to 8.4.31 (#105) @dependabot

Contributors to this release: @dependabot, @dependabot[bot] and @frjo

Full changelog: v3.4.3...v3.4.4

3.4.3

01 Oct 08:24
Compare
Choose a tag to compare

Changes

  • Fix cloudcannon conf for wrapper shortcode.
  • Set once: true for all addEventListener in contact.js so not to waste CPU cycels.
  • Use js.Build for minify in math partial.
  • Templates white space fixes.
  • flex-direction is already dir aware, no need to manually add it.

Contributors to this release: @frjo

Full changelog: v3.4.2...v3.4.3

3.4.2

28 Aug 18:14
Compare
Choose a tag to compare

Changes

  • Use site.Home.RelPermalink for logo and site title link.
  • Make file_stat for local podcast files work if in subdir.

Contributors to this release: @frjo

Full changelog: v3.4.1...v3.4.2

3.4.1

26 Jul 15:11
Compare
Choose a tag to compare

Changes

  • Bug fix for podcasts, path.Join do not work with full scheme URLs. Fix in feed earlier, this is for the partial.

Contributors to this release: @frjo

Full changelog: v3.4.0...v3.4.1

3.4.0

19 Jul 05:55
Compare
Choose a tag to compare

Changes

  • Use em to set header margins for better text rythm.
  • Add text-wrap: balance; for headings.
  • Add clearcookieconsent link/button option.
  • Make use of aria-current as selector and remove use of active class.
  • Use js.Build for all js minify.
  • Updating node packages.
  • Implement Release Drafter.

Contributors to this release: @dependabot, @dependabot[bot] and @frjo

Full changelog: v3.3.0...v3.4.0

3.3.0

22 May 13:23
Compare
Choose a tag to compare

What's Changed

  • Updated min_version to 0.93.0 to support .Page.Store feature.
  • .Language.Params is deprecated and will be removed in a future release.

Full Changelog: v3.2.0...v3.3.0

3.2.0

08 May 17:57
Compare
Choose a tag to compare

What's Changed

  • Do not set colour for code with syntax highlighting. (Thanks for the bug report @ummels)
  • Fix some bugs with mobile toggle.
  • Message highlight.
  • Make sure headings etc. also gets inverted in boxes.
  • Add %button--shadow to zen styles.

Full Changelog: v3.1.0...v3.2.0

3.1.0

26 Apr 10:12
Compare
Choose a tag to compare

What's Changed

  • Add math render codeblock and math shortcode (KaTeX).
  • Add support for pre and post in menu items.
  • Add style components for zebra-tables and responsive-tables.
  • Add schema.org BreadcrumbList to JSON+LD by @danielfdickinson in #87
  • Bump yaml, stylelint, stylelint-config-standard-scss and stylelint-scss by @dependabot in #89

Full Changelog: v3.0.0...v3.1.0

3.0.0

04 Apr 11:37
Compare
Choose a tag to compare

What's new in version 3

  • Implement modern CSS like flex, grid and variables throughout.
  • All sass variables now have a css variable version. All styles use the css variable version.
  • Defaults to a System-ui font stack (like GitHub and Stack overflow among others).
  • New setting params.internalPagination to use the Hugo built in pagination template instead of the plain Zen version.
  • New setting params.sassTranspiler. Defaults to "libsass" but "dartsass" is also supported.
  • Split sass "reset" dir into "base" dir and pure "reset" file.
  • Added margin top/bottom/block classes, mt--m/mb--m/mtb--m, for all "spacing" variables.
  • New sass components:
    • cards
    • center
    • disabled
    • flex-group
    • flex-inline
    • footer
    • grid-group
    • grid-stack
    • icon-inline
    • meta
    • spacing
    • stretch
    • tags
  • Remove all use of "typey" lib.
  • Remove unused/outdated components.
  • Only a few small changes to templates.

Upgrade to 3

  1. Update your projects _colors.scss to add the new colours.
  2. Update overridden variables in projects _extra.scss so they match changes in themes _variables.scss.
  3. Replace @include font-size(s); with font-size: var(--fs-s); etc.
  4. Replace @include typeface(headings); with font-family: var(--ff-headings); etc.
  5. Replace sass variables with css variables, e.g. $zen-gutters with var(--gutters).

New Contributors

Full Changelog: v2.5.2...v3.0.0

3.0.0beta4

26 Mar 17:06
Compare
Choose a tag to compare
3.0.0beta4 Pre-release
Pre-release

What's Changed

  • Rename assets/vendor to assets/libs to make it work with go modules.

Full Changelog: v3.0.0beta3...v3.0.0beta4