diff --git a/CHANGELOG.md b/CHANGELOG.md index 1830a8c3e..14aaa741b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,8 +50,9 @@ * Added the HarfBuzz library as a dependency * Added the ICU library as a dependency * Refactored large parts of the text and font code -* Removed support for NetBSD and OpenBSD * Added experimental support for building on Haiku +* Added some improvements for building and running on FreeBSD +* Removed support for NetBSD and OpenBSD * Updated SDL to 2.30.5 on Android, Windows, macOS and the Linux AppImage builds * Added some extra compiler checking options when building with AddressSanitizer or UndefinedBehaviorSanitizer diff --git a/THEMES-DEV.md b/THEMES-DEV.md index 4e301a2f1..c5f46a80b 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -2805,7 +2805,7 @@ Properties: - Whether the text should be placed inside a scrollable container. - Default is `true` if `metadata` is set to `description`, otherwise `false` * `containerType` - type: STRING - - If `container` has been set, then it's possible to select between a vertically or horizontally scrolling type using this property. If selecting the horizontal container then all line breaks in the text will be automatically converted to spaces. If selecting the vertical container then any value defined for `rotation` will be ignored as this container type can't be rotated. + - If `container` has been set, then it's possible to select between a vertically or horizontally scrolling type using this property. If selecting the horizontal container then all line breaks in the text will be automatically converted to spaces. If selecting the vertical container then any value defined for `rotation` will be ignored as this container type can't be rotated. If using this property then make sure to set an explicit size for the element, as leaving it as `0 0` will lead to unpredictable results. - Valid values are `vertical` or `horizontal` - Default is `vertical` - This property can only be used when `container` has been explicitly set to `true`