ratatouille v0.5.1 Release Notes

Release Date: 2020-03-24 // about 4 years ago
  • ๐Ÿ”„ Changed

    • โšก๏ธ Updated build dependencies.

Previous changes from v0.5.0

  • ๐Ÿ›  Fixed

    • Possible rendering error with multi-byte UTF-8 characters.

    โž• Added

    • ๐Ÿ†• New viewport element for offsetting the render origin of child content (e.g., to implement scrolling)
    • ๐Ÿ†• New canvas and canvas_cell elements for drawing arbitrary shapes (see snake example).
    • ๐Ÿ‘Œ Support for rendering multi-line content (with automatic line wrapping) given to the label element.
    • ๐Ÿ‘Œ Support for styling tree node content.
    • ๐Ÿ‘Œ Support for styling panel title content (thanks to @iboard) and configuring panel's padding.
    • ๐Ÿ‘Œ Support for passing colors and text attributes directly as atoms, so the integer constants no longer need to be looked up.
    • ๐Ÿ‘Œ Improved documentation of element hierarchy restrictions (thanks to @trescenzi)