gutenberg v0.6.0 Release Notes

Release Date: 2019-03-25 // about 5 years ago
  • ๐Ÿ’ฅ Breaking

    • earlier/later and lighter/heavier are not set anymore on pages when rendering a section
    • The table of content for a page/section is now only available as the toc variable when rendering it and not anymore on the page/section variable
    • 0๏ธโƒฃ Default directory for load_data is now the root of the site instead of the content directory
    • ๐Ÿ“š Change variable sent to the sitemap template, see documentation for details

    Other

    • โž• Add support for content in multiple languages
    • ๐Ÿšค Lower latency on serve before rebuilding from 2 to 1 second
    • ๐Ÿ‘ Allow processing PNG and produced images are less blurry
    • โž• Add an id (zola-continue-reading) to the paragraph generated after a summary
    • โž• Add Dracula syntax highlighting theme
    • ๐Ÿ›  Fix using inline styles in headers
    • ๐Ÿ›  Fix sections with render=false being shown in sitemap
    • Sitemap is now split when there are more than 30 000 links in it
    • โž• Add link to sitemap in robots.txt
    • Markdown rendering is now fully CommonMark compliant
    • 0๏ธโƒฃ load_data now defaults to loading file as plain text, unless format is passed or the extension matches csv/toml/json
    • Sitemap entries get an additional extra field for pages only
    • โž• Add a base-path command line option to build and serve