Skip to content

Releases: frjo/hugo-theme-zen

4.1.0

21 Aug 07:06
Compare
Choose a tag to compare

Changes

  • Removed automatic menu.
  • Add translation of zh-cn, fix an grammatical error in English (#116) @naranyinyun
  • Add styles for focus:invalid form fields.
  • Avoid js error when no menu items exist.

Contributors to this release: @frjo and @naranyinyun

Full changelog: v4.0.0...v4.1.0

4.0.0

14 Aug 13:56
Compare
Choose a tag to compare

Changes

  • Minimum Hugo version is now v0.124.0. This is the reson for making this v4.
  • Rename config.yaml to hugo.yaml.
  • Replace all site.Author* with site.Params.author*.
  • Replace all site.IsMultiLingual with hugo.IsMultilingual.
  • Replace all site.GoogleAnalytics with site.Config.Services.GoogleAnalytics.ID.
  • Remove unused image-url mixin. Remove rarely used tags from reset.
  • CSS reset adjustments.
  • Add new overlay mixin.

🔧 Maintenance

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

Full changelog: v3.9.0...v4.0.0

3.9.0

09 Mar 16:12
Compare
Choose a tag to compare

Changes

  • Add loading=lazy to img tags.
  • Support more math tags as implemented in Hugo v0.122.0.
  • Improve the flex-group component.
  • Close mobile menu with esc key.
  • Implement LinkTitle in menus, making it easy to set in frontmatter.
  • Add demosite to theme.toml (#110) @leoheitmannruiz

Contributors to this release: @frjo and @leoheitmannruiz

Full changelog: v3.8.1...v3.9.0

3.8.1

09 Jan 10:28
Compare
Choose a tag to compare

Changes

  • Respect prefers-reduced-motion when adding motion.
  • Correcting ui-serif font stack, Chrome does not support ui-serif yet.

Contributors to this release: @frjo

Full changelog: v3.8.0...v3.8.1

3.8.0

19 Dec 12:38
Compare
Choose a tag to compare

Changes

  • Improve cookieconsent box styling.
  • Implement the font stacks from modernfontstacks.com.
  • Update Alpine and jQuery libs.

Contributors to this release: @frjo

Full changelog: v3.7.1...v3.8.0

3.7.1

25 Nov 22:17
Compare
Choose a tag to compare

Changes

  • Only add vertical rythm to image class, not to img element.
  • Stop content in main from streatching when as grid.
  • Remove extra margin block end to site header.

Contributors to this release: @frjo

Full changelog: v3.7.0...v3.7.1

3.7.0

25 Nov 20:49
Compare
Choose a tag to compare

Changes

  • Remove all content div wrappers. Use grid template columns for main to support stretch and breakout classes.
  • Move content closer up to related header.
  • Move image styles from _zen to base.
  • Only add margin att block end, not start on group elements.
  • Update search field reset to only effect Safari on none mobile.
  • Other minor adjustments.

Contributors to this release: @frjo

Full changelog: v3.6.0...v3.7.0

3.6.0

14 Nov 16:56
Compare
Choose a tag to compare

Changes

  • Updated to author params and GoogleAnalytics params with Hugo v0.120.0.
  • Bug in podcast rss template, it is with not width.
  • Lint js fix.
  • Correcting default hover colours for links and buttons.
  • If with or height is set in img and figure shortcodes, use that even when size is set.

Contributors to this release: @frjo

Full changelog: v3.5.0...v3.6.0

3.5.0

25 Oct 06:42
94a6dc0
Compare
Choose a tag to compare

Changes

  • Better bullet for straight-left lists.
  • Updates to Cloudcannon example conf.

🐛 Bug Fixes

  • Make search work for all languages when contentDir is set. (#106) @frjo

Contributors to this release: @frjo

Full changelog: v3.4.5...v3.5.0

3.4.5

17 Oct 06:44
Compare
Choose a tag to compare

Changes

  • Support optional head and footer partials.
  • Add a fit-content variant to box component.
  • Add wrapper start and end shortcodes. Make editing in Cloudcannon easier since we can avoid nested shortcodes.
  • Fix bug in spacing mixin.

Contributors to this release: @frjo

Full changelog: v3.4.4...v3.4.5