gutenberg v0.16.1 Release Notes

Release Date: 2022-08-14 // over 1 year 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 in config.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