gutenberg v0.16.1 Release Notes
Release Date: 2022-08-14 // over 2 years ago-
- ๐ Fix many Windows bugs
- ๐ Fix overriding built-in shortcodes
- ๐ Support .yml files with
load_data
Previous changes from v0.16.0
-
๐ฅ Breaking
- ๐ Switch to pulldown-cmark anchor system rather than ours, some (very niche) edge cases are not supported anymore, you can also specify classes on headers now
- Now outputs empty taxonomies instead of ignoring them
- Unify all pages sorting variable names in templates to
lower
/higher
in order to make it easy to re-use templates and it was becoming hard to come up with names to be honest
Other
- ๐ Fix markup for fenced code with linenos
- ๐ Make
ignored_content
work with nested paths and directories - ๐
zola serve/build
can now run from anywhere in a zola directory - โ Add XML support to
load_data
- โ Add YAML support to
load_data
- ๐
skip_prefixes
is now checked before parsing external link URLs - โ Add
render
attribute to taxonomies configuration inconfig.toml
, for when you don't want to render any pages related to that taxonomy - Serialize
transparent
field from front-matter of sections - ๐ Use Zola Tera instance for markdown filter: this means you have access to the same Tera functions as in shortcodes
- Ignore sections with
render=false
when looking for path collisions - โ Add support for backlinks
- โ Add a warning mode for internal/external link checking in case you don't want zola to stop the build on invalid links
- ๐ฑ Always follow symlinks when loading the site/assets
- โ Add
rel="alternate"
to Atom post links - ๐ Fix taxonomy
current_path
- ๐ Fix feed location for taxonomies not in the default language
- โ Add
title_bytes
sorting method - โ Add
insert_anchor = "heading"
, which allows users to use the entire heading as a link - Apply orientation transformation based on EXIF data
- ๐ Fix generated homepages not having their
translations
filled properly