ratatouille v0.5.1 Release Notes
Release Date: 2020-03-24 // almost 5 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
andcanvas_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)