Skip to content

v0.10.0

Compare
Choose a tag to compare
@thegeeklab-bot thegeeklab-bot released this 24 May 11:47
· 586 commits to main since this release
ef6a2c2

Changelog

v0.10.0 (2021-05-24)

Bug Fixes

  • remove relURL from markdown render image hook (#44)
  • enforce css overwrite for raw links (#36)
  • ensure render template contains no empty newlines (#35)
  • fix formatting of nested code blocks (#34)

CI Pipeline

  • use default branch to test docs build on PR (#37)
  • use Hugo 0.83.1

Code Refactoring

  • cleanup and restructure gulp tasks (#32)

Documentation

  • add known limitations (#45)
  • add missing documentation for shortcodes (#41)
  • add pluralizeListTitles = false to min config example (#33)
  • fix ci badge

Features

  • auto-load custom svg sprites from assets folder (#40)
  • replace error page icon (#39)
  • allow user-defined overwriting of the logo size (#38)

Others

  • replace master by main as default branch
  • cleanup release tarballs (#43)
  • deps: lock file maintenance (#31)
  • deps: lock file maintenance (#30)
  • deps: update dependency prettier to v2.3.0

BREAKING CHANGE

We have switched to main as default branch. The master branch is no longer maintained and will be removed after June 30, 2021!

As the relURL function in markdown render hooks caused some unwanted side effects we had to remove it. Related to this change the behavior for sites deployed to a subdirectory has changed as well! Please check the documentation how to workaround subdirectory deployments.

The icon gdoc_telescope was removed. If you are using this icon you have to replace it.

Build-in icons are prefixed with gdoc_ now. If you use built-in icons in e.g. menus you have to rename these references!