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)