gutenberg v0.2.2 Release Notes

Release Date: 2017-11-01 // over 6 years ago
    • ๐Ÿ›  Fix shortcodes without arguments being ignored
    • Fix shortcodes with markdown chars (_, *, etc) in name and args being ignored
    • ๐Ÿ›  Fix subsections of index not being filled without a _index.md
    • ๐Ÿ›  Fix generated index section not found in get_section global function
    • ๐Ÿ›  Fix permalink generation for index page
    • โž• Add Nim syntax highlighting
    • ๐Ÿ‘ Allow static folder to be missing
    • ๐Ÿ›  Fix shortcodes args being only passed as strings
    • โž• Add page.components and section.components that are equivalent to path.split('/')
    • ๐Ÿ”ฆ Expose page.draft in the template